mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
20 lines
482 B
Plaintext
20 lines
482 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder licenses list [flags]
|
|
|
|
List licenses (including expired)
|
|
|
|
Aliases: ls
|
|
|
|
OPTIONS:
|
|
-c, --column string-array (default: ID,UUID,Expires At,Uploaded At,Features)
|
|
Columns to display in table output. Available columns: id, uuid,
|
|
uploaded at, features, expires at, trial.
|
|
|
|
-o, --output string (default: table)
|
|
Output format. Available formats: table, json.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|