mirror of
https://github.com/coder/coder.git
synced 2026-06-04 13:38:21 +00:00
928091aa05
* feat: add table format to 'coder license ls' * feat: license expires_at to table view * change: `license_expires` to `license_expires_human` and `license_expires` is unix timestamp
761 B
Generated
761 B
Generated
licenses list
List licenses (including expired)
Aliases:
- ls
Usage
coder licenses list [flags]
Options
-c, --column
| Type | string-array |
| Default | UUID,Expires At,Uploaded At,Features |
Columns to display in table output. Available columns: id, uuid, uploaded at, features, expires at, trial.
-o, --output
| Type | string |
| Default | table |
Output format. Available formats: table, json.