From c018510154a61bdb11b7cc53e39717b9075a304b Mon Sep 17 00:00:00 2001 From: Yoko Hyakuna Date: Wed, 12 Jul 2023 11:20:39 -0700 Subject: [PATCH] Add 'Commands (CLI)' docs --- .../docs/api-clients/commands/accounts.mdx | 9 +++++++ .../api-clients/commands/auth-methods.mdx | 8 ++++++ .../docs/api-clients/commands/auth-tokens.mdx | 8 ++++++ .../docs/api-clients/commands/connect.mdx | 8 ++++++ .../{cli.mdx => commands/index.mdx} | 2 +- website/data/docs-nav-data.json | 25 +++++++++++++++++-- 6 files changed, 57 insertions(+), 3 deletions(-) create mode 100644 website/content/docs/api-clients/commands/accounts.mdx create mode 100644 website/content/docs/api-clients/commands/auth-methods.mdx create mode 100644 website/content/docs/api-clients/commands/auth-tokens.mdx create mode 100644 website/content/docs/api-clients/commands/connect.mdx rename website/content/docs/api-clients/{cli.mdx => commands/index.mdx} (99%) diff --git a/website/content/docs/api-clients/commands/accounts.mdx b/website/content/docs/api-clients/commands/accounts.mdx new file mode 100644 index 0000000000..4c465cc735 --- /dev/null +++ b/website/content/docs/api-clients/commands/accounts.mdx @@ -0,0 +1,9 @@ +--- +layout: docs +page_title: accounts - Command +description: |- + The "accounts" command allows Boundary admin to create and manage the account resources. +--- + +# accounts + diff --git a/website/content/docs/api-clients/commands/auth-methods.mdx b/website/content/docs/api-clients/commands/auth-methods.mdx new file mode 100644 index 0000000000..75d24c675d --- /dev/null +++ b/website/content/docs/api-clients/commands/auth-methods.mdx @@ -0,0 +1,8 @@ +--- +layout: docs +page_title: auth-methods - Command +description: |- + The "auth-methods" command create and manage Boundary authentication method configuration. +--- + +# auth-methods \ No newline at end of file diff --git a/website/content/docs/api-clients/commands/auth-tokens.mdx b/website/content/docs/api-clients/commands/auth-tokens.mdx new file mode 100644 index 0000000000..a1932e84e3 --- /dev/null +++ b/website/content/docs/api-clients/commands/auth-tokens.mdx @@ -0,0 +1,8 @@ +--- +layout: docs +page_title: auth-tokens - Command +description: |- + The "auth-tokens" command allows Boundary admin to read, list, and delete the auth token resources. +--- + +# auth-tokens \ No newline at end of file diff --git a/website/content/docs/api-clients/commands/connect.mdx b/website/content/docs/api-clients/commands/connect.mdx new file mode 100644 index 0000000000..9d944c9fe9 --- /dev/null +++ b/website/content/docs/api-clients/commands/connect.mdx @@ -0,0 +1,8 @@ +--- +layout: docs +page_title: connect - Command +description: |- + The "accounts" command allows Boundary admin to create and manage the account resources. +--- + +# connect \ No newline at end of file diff --git a/website/content/docs/api-clients/cli.mdx b/website/content/docs/api-clients/commands/index.mdx similarity index 99% rename from website/content/docs/api-clients/cli.mdx rename to website/content/docs/api-clients/commands/index.mdx index b2e89cc021..8f7b1d6255 100644 --- a/website/content/docs/api-clients/cli.mdx +++ b/website/content/docs/api-clients/commands/index.mdx @@ -1,6 +1,6 @@ --- layout: docs -page_title: CLI +page_title: Commands (CLI) description: |- Boundary's CLI behavior --- diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json index edb6be9603..a307bd9fff 100644 --- a/website/data/docs-nav-data.json +++ b/website/data/docs-nav-data.json @@ -504,8 +504,29 @@ "path": "api-clients/api" }, { - "title": "CLI", - "path": "api-clients/cli" + "title": "Commands (CLI)", + "routes": [ + { + "title": "Overview", + "path": "api-clients/commands" + }, + { + "title": "accounts", + "path": "api-clients/commands/accounts" + }, + { + "title": "auth-methods", + "path": "api-clients/commands/auth-methods" + }, + { + "title": "auth-tokens", + "path": "api-clients/commands/auth-tokens" + }, + { + "title": "connect", + "path": "api-clients/commands/connect" + } + ] }, { "title": "Go SDK",