Files
coder/cli/testdata/coder_tokens_list_--help.golden
2024-08-20 14:47:46 +10:00

23 lines
522 B
Plaintext

coder v0.0.0-devel
USAGE:
coder tokens list [flags]
List tokens
Aliases: ls
OPTIONS:
-a, --all bool
Specifies whether all users' tokens will be listed or not (must have
Owner role to see all tokens).
-c, --column [id|name|last used|expires at|created at|owner] (default: id,name,last used,expires at,created at)
Columns to display in table output.
-o, --output table|json (default: table)
Output format.
———
Run `coder --help` for a list of global options.