mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
23 lines
522 B
Plaintext
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.
|