Skip to content

Commit

Permalink
Update CLI.md from organization to organizations (#1839)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannenberg authored Sep 18, 2023
1 parent 1104811 commit 3d73c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/manage/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ To use an organization API key to authenticate your CLI session, you must first
1. Then, run the following command to create a new organization API key:

```sh {class="command-line" data-prompt="$"}
viam organization api-key create --org-id <org-id> --name <key-name>
viam organizations api-key create --org-id <org-id> --name <key-name>
```

Where:
Expand Down Expand Up @@ -481,7 +481,7 @@ See [Modular resources](/extend/modular-resources/) for a conceptual overview of
The *organization* command allows you to create a new organization API key.

```sh {class="command-line" data-prompt="$"}
viam organization api-key create --org-id <org-id> [--name <key-name>]
viam organizations api-key create --org-id <org-id> [--name <key-name>]
```

See [create an organization API key](#create-an-organization-api-key) for more information.
Expand Down

0 comments on commit 3d73c02

Please sign in to comment.