github.com/ferranbt/nomad@v0.9.3-0.20190607002617-85c449b7667c/website/source/docs/commands/acl/token-list.html.md.erb (about)

     1  ---
     2  layout: "docs"
     3  page_title: "Commands: acl token list"
     4  sidebar_current: "docs-commands-acl-token-list"
     5  description: >
     6    The token list command is used to list existing ACL tokens.
     7  ---
     8  
     9  # Command: acl token list
    10  
    11  The `acl token list` command is used to list existing ACL tokens.
    12  
    13  ## Usage
    14  
    15  ```
    16  nomad acl token list
    17  ```
    18  
    19  ## General Options
    20  
    21  <%= partial "docs/commands/_general_options" %>
    22  #
    23  ## List Options
    24  
    25  * `-json` : Output the tokens in their JSON format.
    26  
    27  * `-t` : Format and display the tokens using a Go template.
    28  
    29  ## Examples
    30  
    31  List all ACL tokens:
    32  
    33  ```
    34  $ nomad acl token list
    35  Name             Type        Global  Accessor ID
    36  Bootstrap Token  management  true    32b61154-47f1-3694-1430-a5544bafcd3e
    37  <none>           client      false   fcf2bf84-a257-8f39-9d16-a954ed25b5be
    38  ```