open-nomad/website/content/docs/commands/acl/token/list.mdx

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

37 lines
806 B
Plaintext
Raw Normal View History

---
2020-02-06 23:45:31 +00:00
layout: docs
page_title: 'Commands: acl token list'
description: |
The token list command is used to list existing ACL tokens.
---
2019-06-05 15:09:22 +00:00
# Command: acl token list
The `acl token list` command is used to list existing ACL tokens.
## Usage
```plaintext
nomad acl token list
```
## General Options
@include 'general_options_no_namespace.mdx'
## 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:
2020-05-18 20:53:06 +00:00
```shell-session
$ nomad acl token list
Name Type Global Accessor ID Expired
Bootstrap Token management true 9c2d1b3a-cbc3-d9a0-3df9-5a382545a819 false
example-acl-token client false ef851ca0-b331-da5d-bbeb-7ede8f7c9151 false
```