Files
coder/docs/cli/licenses_list.md
T
Steven Masley 928091aa05 feat!: add table format to 'coder license ls', 'license_expires' --> 'license_expires_human' (#8421)
* 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
2023-07-12 08:06:18 -04:00

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.