Files
nomad/website/source/docs/commands/acl/token-list.html.md.erb
Charlie Voiselle 0c359d1a21 Fixup for command section of website
* changed list indicator from * -> -
* moved in-text links to reference links
* made commands `plaintext`
* made command examples `console`
* rewrapped text
2019-10-22 17:42:08 -04:00

38 lines
798 B
Plaintext

---
layout: "docs"
page_title: "Commands: acl token list"
sidebar_current: "docs-commands-acl-token-list"
description: >
The token list command is used to list existing ACL tokens.
---
# Command: acl token list
The `acl token list` command is used to list existing ACL tokens.
## Usage
```plaintext
nomad acl token list
```
## General Options
<%= partial "docs/commands/_general_options" %>
## List Options
- `-json` : Output the tokens in their JSON format.
- `-t` : Format and display the tokens using a Go template.
## Examples
List all ACL tokens:
```shell
$ nomad acl token list
Name Type Global Accessor ID
Bootstrap Token management true 32b61154-47f1-3694-1430-a5544bafcd3e
<none> client false fcf2bf84-a257-8f39-9d16-a954ed25b5be
```