Skip to content

Commit 97fde40

Browse files
author
Yago Carlos Fernandez Gou
committed
Address review: include state, creation time and labels
1 parent 124868a commit 97fde40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/cmd/beta/intake/runner/describe/describe.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ func outputResult(p *print.Printer, outputFormat string, runner *intake.IntakeRu
128128
table.SetHeader("Attribute", "Value")
129129
table.AddRow("ID", runner.GetId())
130130
table.AddRow("Name", runner.GetDisplayName())
131+
table.AddRow("State", runner.GetState())
132+
table.AddRow("Created", runner.GetCreateTime())
133+
table.AddRow("Labels", runner.GetLabels())
131134
table.AddRow("Description", runner.GetDescription())
132135
table.AddRow("Max Message Size (KiB)", runner.GetMaxMessageSizeKiB())
133136
table.AddRow("Max Messages/Hour", runner.GetMaxMessagesPerHour())

0 commit comments

Comments
 (0)