2017-09-11 17:46:43 +00:00
|
|
|
---
|
|
|
|
layout: "docs"
|
|
|
|
page_title: "Commands: acl"
|
|
|
|
sidebar_current: "docs-commands-acl"
|
|
|
|
description: >
|
|
|
|
The deployment 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-15 05:05:17 +00:00
|
|
|
* [`acl token create`][tokencreate] - Create new ACL token
|
2017-09-11 17:46:43 +00:00
|
|
|
|
|
|
|
[bootstrap]: /docs/commands/acl/bootstrap.html
|
2017-09-15 04:31:15 +00:00
|
|
|
[policyapply]: /docs/commands/acl/policy-apply.html
|
2017-09-15 05:05:17 +00:00
|
|
|
[tokencreate]: /docs/commands/acl/token-create.html
|
2017-09-11 17:46:43 +00:00
|
|
|
|