Skip to content

Commit 913f6a7

Browse files
committed
fix(cli): add ID to licenses list output
1 parent 73a6899 commit 913f6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/cli/licenses.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ func (r *RootCmd) licensesList() *clibase.Cmd {
150150

151151
formatter := cliui.NewOutputFormatter(
152152
cliui.ChangeFormatterData(
153-
cliui.TableFormat([]tableLicense{}, []string{"UUID", "Expires At", "Uploaded At", "Features"}),
153+
cliui.TableFormat([]tableLicense{}, []string{"ID", "UUID", "Expires At", "Uploaded At", "Features"}),
154154
func(data any) (any, error) {
155155
list, ok := data.([]codersdk.License)
156156
if !ok {

0 commit comments

Comments
 (0)