github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/website/pages/docs/commands/acl/token-list.mdx (about)

     1  ---
     2  layout: docs
     3  page_title: 'Commands: acl token list'
     4  sidebar_title: 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  ```plaintext
    16  nomad acl token list
    17  ```
    18  
    19  ## General Options
    20  
    21  @include 'general_options.mdx'
    22  
    23  ## List Options
    24  
    25  - `-json` : Output the tokens in their JSON format.
    26  - `-t` : Format and display the tokens using a Go template.
    27  
    28  ## Examples
    29  
    30  List all ACL tokens:
    31  
    32  ```shell-sessionnomad acl token list
    33  Name             Type        Global  Accessor ID
    34  Bootstrap Token  management  true    32b61154-47f1-3694-1430-a5544bafcd3e
    35  <none>           client      false   fcf2bf84-a257-8f39-9d16-a954ed25b5be
    36  ```