Skip to content

Commit ea02d2e

Browse files
committed
name
1 parent 7f01ff7 commit ea02d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/provisioners.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func (r *RootCmd) provisionerList() *serpent.Command {
3636
client = new(codersdk.Client)
3737
orgContext = NewOrganizationContext()
3838
formatter = cliui.NewOutputFormatter(
39-
cliui.TableFormat([]provisionerDaemonRow{}, []string{"name", "organization", "status" /*"type",*/, "created at", "last seen at", "version", "tags"}),
39+
cliui.TableFormat([]provisionerDaemonRow{}, []string{"name", "organization", "status", "key name", "created at", "last seen at", "version", "tags"}),
4040
cliui.JSONFormat(),
4141
)
4242
)

0 commit comments

Comments
 (0)