2019-04-12 15:48:36 +00:00
|
|
|
---
|
2020-02-06 23:45:31 +00:00
|
|
|
layout: docs
|
|
|
|
page_title: 'Commands: acl token list'
|
|
|
|
sidebar_title: token list
|
|
|
|
description: |
|
2019-04-12 15:48:36 +00:00
|
|
|
The token list command is used to list existing ACL tokens.
|
|
|
|
---
|
|
|
|
|
2019-06-05 15:09:22 +00:00
|
|
|
# Command: acl token list
|
2019-04-12 15:48:36 +00:00
|
|
|
|
|
|
|
The `acl token list` command is used to list existing ACL tokens.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
2019-10-22 13:44:00 +00:00
|
|
|
```plaintext
|
2019-04-12 15:48:36 +00:00
|
|
|
nomad acl token list
|
|
|
|
```
|
|
|
|
|
|
|
|
## General Options
|
|
|
|
|
2020-02-06 23:45:31 +00:00
|
|
|
@include 'general_options.mdx'
|
2019-04-12 15:48:36 +00:00
|
|
|
|
2019-10-22 13:44:00 +00:00
|
|
|
## List Options
|
2019-04-12 15:48:36 +00:00
|
|
|
|
2019-10-22 13:44:00 +00:00
|
|
|
- `-json` : Output the tokens in their JSON format.
|
|
|
|
- `-t` : Format and display the tokens using a Go template.
|
2019-04-12 15:48:36 +00:00
|
|
|
|
|
|
|
## Examples
|
|
|
|
|
|
|
|
List all ACL tokens:
|
|
|
|
|
2020-05-18 20:53:06 +00:00
|
|
|
```shell-session
|
|
|
|
$ nomad acl token list
|
2019-04-12 15:48:36 +00:00
|
|
|
Name Type Global Accessor ID
|
|
|
|
Bootstrap Token management true 32b61154-47f1-3694-1430-a5544bafcd3e
|
|
|
|
<none> client false fcf2bf84-a257-8f39-9d16-a954ed25b5be
|
|
|
|
```
|