wer get
Display one or many resources.
Usage
wer get <resource-type> [name] Description
The get command lists resources in a table format. When called with just a
resource type, it shows all resources of that type. When called with a specific name, it
displays detailed information for that single resource.
Arguments
| Argument | Description |
|---|---|
resource-type | The type of resource to list (e.g., workstations, workstationconfigs) |
name | Optional name of a specific resource to display |
Examples
# List all workstations
wer get workstations
# Get details for a specific workstation
wer get workstation my-dev
# List all workstation configs
wer get workstationconfigs
# List all SSH keys
wer get sshkeys