870e3f58a6
* changed list indicator from * -> - * moved in-text links to reference links * made commands `plaintext` * made command examples `console` * rewrapped text
1.5 KiB
1.5 KiB
layout | page_title | sidebar_current | description |
---|---|---|---|
docs | Commands: acl | docs-commands-acl | The acl command is used to interact with ACL policies and tokens. |
Command: acl
The acl
command is used to interact with ACL policies and tokens.
Usage
Usage: nomad acl <subcommand> [options]
Run nomad acl <subcommand> -h
for help on that subcommand. The following
subcommands are available:
acl bootstrap
- Bootstrap the initial ACL tokenacl policy apply
- Create or update ACL policiesacl policy delete
- Delete an existing ACL policiesacl policy info
- Fetch information on an existing ACL policyacl policy list
- List available ACL policiesacl token create
- Create new ACL tokenacl token delete
- Delete an existing ACL tokenacl token info
- Get info on an existing ACL tokenacl token self
- Get info on self ACL tokenacl token update
- Update existing ACL token