Skip to content

Commit

Permalink
Merge c018510 into backport/docs/cli-commands/eagerly-chief-yeti
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-secure-boundary authored Sep 12, 2023
2 parents 09b989c + c018510 commit 194257b
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 3 deletions.
9 changes: 9 additions & 0 deletions website/content/docs/api-clients/commands/accounts.mdx
Original file line number Diff line number Diff line change
@@ -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

8 changes: 8 additions & 0 deletions website/content/docs/api-clients/commands/auth-methods.mdx
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions website/content/docs/api-clients/commands/auth-tokens.mdx
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions website/content/docs/api-clients/commands/connect.mdx
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: docs
page_title: CLI
page_title: Commands (CLI)
description: |-
Boundary's CLI behavior
---
Expand Down
25 changes: 23 additions & 2 deletions website/data/docs-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -538,8 +538,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",
Expand Down

0 comments on commit 194257b

Please sign in to comment.