26 lines
553 B
Plaintext
26 lines
553 B
Plaintext
|
---
|
||
|
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
|
||
|
|
||
|
[bootstrap]: /docs/commands/acl/bootstrap.html
|
||
|
|