Files
coder/enterprise/cli/testdata/coder_features_list_--help.golden
Steven Masley 065206345e test: add golden files to enterprise cli (#7924)
* test: Add golden files to enterprise cli
2023-06-09 11:35:20 -05:00

424 B

Usage: coder features list [flags]
 
Aliases: ls
 
Options
-c, --column string-array (default: Name,Entitlement,Enabled,Limit,Actual)
Specify a column to filter in the table. Available columns are: Name,
Entitlement, Enabled, Limit, Actual.
 
-o, --output string (default: table)
Output format. Available formats are: table, json.
 
---
Run `coder --help` for a list of global options.