mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
* 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
36 lines
761 B
Markdown
Generated
36 lines
761 B
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
|
|
# licenses list
|
|
|
|
List licenses (including expired)
|
|
|
|
Aliases:
|
|
|
|
- ls
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder licenses list [flags]
|
|
```
|
|
|
|
## Options
|
|
|
|
### -c, --column
|
|
|
|
| | |
|
|
| ------- | ------------------------------------------------- |
|
|
| Type | <code>string-array</code> |
|
|
| Default | <code>UUID,Expires At,Uploaded At,Features</code> |
|
|
|
|
Columns to display in table output. Available columns: id, uuid, uploaded at, features, expires at, trial.
|
|
|
|
### -o, --output
|
|
|
|
| | |
|
|
| ------- | ------------------- |
|
|
| Type | <code>string</code> |
|
|
| Default | <code>table</code> |
|
|
|
|
Output format. Available formats: table, json.
|