open-nomad/website/source/docs/commands/acl.html.md.erb

43 lines
1.6 KiB
Plaintext
Raw Normal View History

---
layout: "docs"
page_title: "Commands: acl"
sidebar_current: "docs-commands-acl"
description: >
2017-10-13 21:02:30 +00:00
The acl command is used to interact with ACL policies and tokens.
---
# Nomad ACL
Command: `nomad 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] - Bootstrap the initial ACL token
2017-09-15 04:31:15 +00:00
* [`acl policy apply`][policyapply] - Create or update ACL policies
2017-09-17 04:36:08 +00:00
* [`acl policy delete`][policydelete] - Delete an existing ACL policies
* [`acl policy info`][policyinfo] - Fetch information on an existing ACL policy
2017-10-13 20:45:10 +00:00
* [`acl policy list`][policylist] - List available ACL policies
2017-09-15 05:05:17 +00:00
* [`acl token create`][tokencreate] - Create new ACL token
2017-09-15 15:40:23 +00:00
* [`acl token delete`][tokendelete] - Delete an existing ACL token
2017-09-17 04:06:16 +00:00
* [`acl token info`][tokeninfo] - Get info on an existing ACL token
2017-10-13 20:45:10 +00:00
* [`acl token self`][tokenself] - Get info on self ACL token
* [`acl token update`][tokenupdate] - Update existing ACL token
[bootstrap]: /docs/commands/acl/bootstrap.html
2017-09-15 04:31:15 +00:00
[policyapply]: /docs/commands/acl/policy-apply.html
2017-09-17 04:36:08 +00:00
[policydelete]: /docs/commands/acl/policy-delete.html
[policyinfo]: /docs/commands/acl/policy-info.html
2017-10-13 20:45:10 +00:00
[policylist]: /docs/commands/acl/policy-list.html
2017-09-15 05:05:17 +00:00
[tokencreate]: /docs/commands/acl/token-create.html
2017-09-15 23:54:41 +00:00
[tokenupdate]: /docs/commands/acl/token-update.html
2017-09-15 15:40:23 +00:00
[tokendelete]: /docs/commands/acl/token-delete.html
2017-09-17 04:06:16 +00:00
[tokeninfo]: /docs/commands/acl/token-info.html
2017-10-13 20:45:10 +00:00
[tokenself]: /docs/commands/acl/token-self.html