github.com/smintz/nomad@v0.8.3/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  # Command: acl
    10  
    11  The `acl` command is used to interact with ACL policies and tokens.
    12  
    13  ## Usage
    14  
    15  Usage: `nomad acl <subcommand> [options]`
    16  
    17  Run `nomad acl <subcommand> -h` for help on that subcommand. The following
    18  subcommands are available:
    19  
    20  * [`acl bootstrap`][bootstrap] - Bootstrap the initial ACL token
    21  * [`acl policy apply`][policyapply] - Create or update ACL policies
    22  * [`acl policy delete`][policydelete] - Delete an existing ACL policies
    23  * [`acl policy info`][policyinfo] - Fetch information on an existing ACL policy
    24  * [`acl policy list`][policylist] - List available ACL policies
    25  * [`acl token create`][tokencreate] - Create new ACL token
    26  * [`acl token delete`][tokendelete] - Delete an existing ACL token
    27  * [`acl token info`][tokeninfo] - Get info on an existing ACL token
    28  * [`acl token self`][tokenself] - Get info on self ACL token
    29  * [`acl token update`][tokenupdate] - Update existing ACL token
    30  
    31  [bootstrap]: /docs/commands/acl/bootstrap.html
    32  [policyapply]: /docs/commands/acl/policy-apply.html
    33  [policydelete]: /docs/commands/acl/policy-delete.html
    34  [policyinfo]: /docs/commands/acl/policy-info.html
    35  [policylist]: /docs/commands/acl/policy-list.html
    36  [tokencreate]: /docs/commands/acl/token-create.html
    37  [tokenupdate]: /docs/commands/acl/token-update.html
    38  [tokendelete]: /docs/commands/acl/token-delete.html
    39  [tokeninfo]: /docs/commands/acl/token-info.html
    40  [tokenself]: /docs/commands/acl/token-self.html