coder/enterprise/cli/testdata/coder_licenses_list_--help....

454 B

Usage: coder licenses list [flags]
 
List licenses (including expired)
 
Aliases: ls
 
Options
-c, --column 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 string (default: table)
Output format. Available formats: table, json.
 
---
Run `coder --help` for a list of global options.