crusoe compute vms list
List all VMs.
Usage
crusoe compute vms list [flags]
Flags
| Flag | Description |
|---|---|
-f, --format string | Output format. Supported formats: pretty, json (default: "pretty") |
-h, --help | Help for list |
--ids strings | Filter by IDs |
--json | Output in json format. Shorthand for --format json |
--limit int | Number of records returned. Returns all by default |
--locations strings | Filter by locations. See crusoe locations list for available locations |
--name string | Filter by name (fuzzy search) |
--project-id string | Project ID. Optional if Project Name is set in CRUSOE_DEFAULT_PROJECT env variable or the config file |
--project-name string | Project Name. Optional if set in CRUSOE_DEFAULT_PROJECT env variable or the config file |
--states strings | Filter by states. Examples: STATE_RUNNING, STATE_SHUTOFF |
--types strings | Filter by types. See crusoe compute vms types for available types |