From bc19dd6b76c29a32a593ea24ad9d1195c35c65af Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Fri, 24 Jul 2020 10:09:30 -0400 Subject: [PATCH 1/2] Just a small doc fix, `acl token list` subcommand was missing in the list. --- website/pages/docs/commands/acl/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/pages/docs/commands/acl/index.mdx b/website/pages/docs/commands/acl/index.mdx index 9f83e24f3..b1784fec5 100644 --- a/website/pages/docs/commands/acl/index.mdx +++ b/website/pages/docs/commands/acl/index.mdx @@ -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 @@ -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 +[tokeninfo]: /docs/commands/acl/token-list [tokenself]: /docs/commands/acl/token-self [secure-guide]: https://learn.hashicorp.com/nomad/acls/fundamentals From 0cf31d732ce0ece7785f5e743523f4d4122a346b Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Fri, 24 Jul 2020 11:01:40 -0400 Subject: [PATCH 2/2] Update website/pages/docs/commands/acl/index.mdx Co-authored-by: Matteo Gazzetta --- website/pages/docs/commands/acl/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/commands/acl/index.mdx b/website/pages/docs/commands/acl/index.mdx index b1784fec5..766d3d1a2 100644 --- a/website/pages/docs/commands/acl/index.mdx +++ b/website/pages/docs/commands/acl/index.mdx @@ -40,6 +40,6 @@ subcommands are available: [tokenupdate]: /docs/commands/acl/token-update [tokendelete]: /docs/commands/acl/token-delete [tokeninfo]: /docs/commands/acl/token-info -[tokeninfo]: /docs/commands/acl/token-list +[tokenlist]: /docs/commands/acl/token-list [tokenself]: /docs/commands/acl/token-self [secure-guide]: https://learn.hashicorp.com/nomad/acls/fundamentals