diff --git a/docs/manage/CLI.md b/docs/manage/CLI.md index c9f2bfe6f5..621e3c2090 100644 --- a/docs/manage/CLI.md +++ b/docs/manage/CLI.md @@ -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 --name + viam organizations api-key create --org-id --name ``` Where: @@ -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 [--name ] +viam organizations api-key create --org-id [--name ] ``` See [create an organization API key](#create-an-organization-api-key) for more information.