wer copy
Copy a resource, creating a duplicate with a new name.
Usage
wer copy <resource-type> <name> <new-name> Description
The copy command duplicates an existing resource under a new name. This is
useful when you want to create a variation of an existing workstation or configuration
without starting from scratch. The new resource will have the same settings as the
original but will be independent from it.
Arguments
| Argument | Description |
|---|---|
resource-type | The type of resource to copy (e.g., workstation, workstationconfig) |
name | The name of the existing resource |
new-name | The name for the new copy |
Examples
# Copy a workstation
wer copy workstation dev-main dev-experiment
# Copy a workstation config
wer copy workstationconfig default-config custom-config