github.com/smintz/nomad@v0.8.3/website/source/docs/commands/acl/bootstrap.html.md.erb (about)

     1  ---
     2  layout: "docs"
     3  page_title: "Commands: acl bootstrap"
     4  sidebar_current: "docs-commands-acl-bootstrap"
     5  description: >
     6    The bootstrap command is used to create the initial ACL token.
     7  ---
     8  
     9  # Command: acl bootstrap
    10  
    11  The `acl bootstrap` command is used to bootstrap the initial ACL token.
    12  
    13  ## Usage
    14  
    15  ```
    16  nomad acl bootstrap [options]
    17  ```
    18  
    19  The `acl bootstrap` command requires no arguments.
    20  
    21  ## General Options
    22  
    23  <%= partial "docs/commands/_general_options" %>
    24  
    25  ## Examples
    26  
    27  Bootstrap the initial token:
    28  
    29  ```
    30  $ nomad acl bootstrap
    31  Accessor ID  = 5b7fd453-d3f7-6814-81dc-fcfe6daedea5
    32  Secret ID    = 9184ec35-65d4-9258-61e3-0c066d0a45c5
    33  Name         = Bootstrap Token
    34  Type         = management
    35  Global       = true
    36  Policies     = n/a
    37  Create Time  = 2017-09-11 17:38:10.999089612 +0000 UTC
    38  Create Index = 7
    39  Modify Index = 7
    40  ```