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
Copy file name to clipboardExpand all lines: docs/dev/tools/cli.md
+53-53Lines changed: 53 additions & 53 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1060,59 +1060,6 @@ To list all in-progress builds and their build status, use the following command
1060
1060
viam module build list
1061
1061
```
1062
1062
1063
-
### `profiles`
1064
-
1065
-
The `profiles` command allows you to manage different CLI authentication profiles, so you can easily switch between API key authentications (for example authentication to one organization versus another).
1066
-
1067
-
```sh {class="command-line" data-prompt="$"}
1068
-
viam profiles add --profile-name=<name-of-profile-to-add> --key-id=<API-key-ID> --key=<API-key>
1069
-
viam profiles update --profile-name=<name-of-profile-to-update> --key-id=<API-key-ID> --key=<API-key>
1070
-
viam profiles list
1071
-
viam profiles remove --profile-name=<name-of-profile-to-remove>
|`--path`| The path to the package for upload. The package should be zipped with tar and have the `.tar.gz` extension. |`upload`|**Required**|
1219
1166
|`--destination`| The output directory for downloaded package. |`export`|**Required**|
1220
1167
1168
+
### `profiles`
1169
+
1170
+
The `profiles` command allows you to manage different CLI authentication profiles, so you can easily switch between API key authentications (for example authentication to one organization versus another).
1171
+
1172
+
```sh {class="command-line" data-prompt="$"}
1173
+
viam profiles add --profile-name=<name-of-profile-to-add> --key-id=<API-key-ID> --key=<API-key>
1174
+
viam profiles update --profile-name=<name-of-profile-to-update> --key-id=<API-key-ID> --key=<API-key>
1175
+
viam profiles list
1176
+
viam profiles remove --profile-name=<name-of-profile-to-remove>
0 commit comments