You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`list`| List all machines that the authenticated session has access to, filtered by organization and location. | - |
823
+
|`list`| List all machines that the authenticated session has access to in a specified organzation or location. Defaults to first organization and location alphabetically. | - |
824
824
|`api-key`| Work with an API key for your machine. |`create` (see [positional arguments: api-key](#positional-arguments-api-key)) |
825
825
|`status`| Retrieve machine status for a specified machine. | - |
826
826
|`logs`| Retrieve logs for a specified machine. | - |
@@ -859,6 +859,7 @@ viam machines part cp --part=123 -r -p machine:my_dir machine:my_file ~/some/exi
859
859
|`--machine`| Machine ID or name for which the command is being issued. If machine name is used instead of ID, `--organization` and `--location` are required. |`status`, `logs`|**Required**|
860
860
|`--location`| ID of the location that the machine belongs to or to list machines in. |`list`, `status`, `logs`, `part`| Optional |
861
861
|`--organization`| ID of the organization that the machine belongs to or to list machines in. |`list`, `status`, `logs`, `part`| Optional |
862
+
|`--all`| List all machines in the organization. Overrides `--location` flag. Default: `false`|`list`| Optional |
862
863
|`--errors`| Boolean, return only errors (default: false). |`logs`| Optional |
863
864
|`--levels`| Filter logs by levels (debug, info, warn, error). Accepts multiple inputs in comma-separated list. |`logs`| Optional |
0 commit comments