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
|`--part`| Part ID for which the command is being issued. |`part`|**Required**|
776
-
|`--machine`| Machine ID for which the command is being issued. If machine name is used instead of ID, `--org` and `--location` are required. |`status`, `logs`|**Required**|
776
+
|`--machine`| Machine ID or name for which the command is being issued. If machine name is used instead of ID, `--org` and `--location` are required. |`status`, `logs`|**Required**|
777
777
|`--location`| ID of the location that the machine belongs to or to list machines in. |`list`, `status`, `logs`, `part`| Optional |
778
778
|`--org`| ID of the organization that the machine belongs to or to list machines in. |`list`, `status`, `logs`, `part`| Optional |
779
779
|`--errors`| Boolean, return only errors (default: false). |`logs`| Optional |
@@ -787,7 +787,7 @@ viam machine part cp --part=123 -r -p machine:my_dir machine:my_file ~/some/exis
787
787
|`--output`| The path to the output file to store logs in. |`logs`| Optional |
788
788
|`--stream`| If specified, the interval in which to stream the specified data, for example, 100ms or 1s. |`part run`| Optional |
789
789
|`--data`| Command data for the command being request to run (see [data argument](#using-the---stream-and---data-arguments)). |`part run`|**Required**|
790
-
|`--machine-id`| The ID of the machine to create an API key for. |`api-key`|**Required**|
790
+
|`--machine-id`| The ID or name of the machine to create an API key for. |`api-key`|**Required**|
791
791
|`--name`| The optional name of the API key. |`api-key`| Optional |
0 commit comments