github.com/hspak/nomad@v0.7.2-0.20180309000617-bc4ae22a39a5/website/source/docs/commands/acl.html.md.erb (about) 1 --- 2 layout: "docs" 3 page_title: "Commands: acl" 4 sidebar_current: "docs-commands-acl" 5 description: > 6 The acl command is used to interact with ACL policies and tokens. 7 --- 8 9 # Nomad ACL 10 11 Command: `nomad acl` 12 13 The `acl` command is used to interact with ACL policies and tokens. 14 15 ## Usage 16 17 Usage: `nomad acl <subcommand> [options]` 18 19 Run `nomad acl <subcommand> -h` for help on that subcommand. The following 20 subcommands are available: 21 22 * [`acl bootstrap`][bootstrap] - Bootstrap the initial ACL token 23 * [`acl policy apply`][policyapply] - Create or update ACL policies 24 * [`acl policy delete`][policydelete] - Delete an existing ACL policies 25 * [`acl policy info`][policyinfo] - Fetch information on an existing ACL policy 26 * [`acl policy list`][policylist] - List available ACL policies 27 * [`acl token create`][tokencreate] - Create new ACL token 28 * [`acl token delete`][tokendelete] - Delete an existing ACL token 29 * [`acl token info`][tokeninfo] - Get info on an existing ACL token 30 * [`acl token self`][tokenself] - Get info on self ACL token 31 * [`acl token update`][tokenupdate] - Update existing ACL token 32 33 [bootstrap]: /docs/commands/acl/bootstrap.html 34 [policyapply]: /docs/commands/acl/policy-apply.html 35 [policydelete]: /docs/commands/acl/policy-delete.html 36 [policyinfo]: /docs/commands/acl/policy-info.html 37 [policylist]: /docs/commands/acl/policy-list.html 38 [tokencreate]: /docs/commands/acl/token-create.html 39 [tokenupdate]: /docs/commands/acl/token-update.html 40 [tokendelete]: /docs/commands/acl/token-delete.html 41 [tokeninfo]: /docs/commands/acl/token-info.html 42 [tokenself]: /docs/commands/acl/token-self.html