From 3d73c02d80a337c5a9badbe62adb138a025b4a82 Mon Sep 17 00:00:00 2001 From: Matt Dannenberg Date: Mon, 18 Sep 2023 09:19:03 -0400 Subject: [PATCH] Update CLI.md from organization to organizations (#1839) --- docs/manage/CLI.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.