Skip to content

Commit

Permalink
Merge pull request #8533 from hashicorp/docs-gh-6987-rebase
Browse files Browse the repository at this point in the history
Add missing `token list` subcommand in list
  • Loading branch information
Mahmood Ali committed Jul 27, 2020
2 parents 940817a + ece6239 commit a326bd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/pages/docs/commands/acl/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ subcommands are available:
- [`acl token create`][tokencreate] - Create new ACL token
- [`acl token delete`][tokendelete] - Delete an existing ACL token
- [`acl token info`][tokeninfo] - Get info on an existing ACL token
- [`acl token list`][tokenlist] - List available ACL tokens
- [`acl token self`][tokenself] - Get info on self ACL token
- [`acl token update`][tokenupdate] - Update existing ACL token

Expand All @@ -39,5 +40,6 @@ subcommands are available:
[tokenupdate]: /docs/commands/acl/token-update
[tokendelete]: /docs/commands/acl/token-delete
[tokeninfo]: /docs/commands/acl/token-info
[tokenlist]: /docs/commands/acl/token-list
[tokenself]: /docs/commands/acl/token-self
[secure-guide]: https://learn.hashicorp.com/nomad/acls/fundamentals

0 comments on commit a326bd7

Please sign in to comment.