Skip to content

Commit

Permalink
feat(cli): display status message in table when running glasskube list
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshal101 authored and hanshal101 committed Jul 2, 2024
1 parent afaafd1 commit 08bf0bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/glasskube/cmd/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ func printClusterPackageTable(packages []*list.PackageWithStatus) {
if listCmdOptions.ShowDescription {
header = append(header, "DESCRIPTION")
}

header = append(header, "STATUS")
header = append(header, "MESSAGE")

Expand Down

0 comments on commit 08bf0bd

Please sign in to comment.