Skip to content

Commit

Permalink
Merge pull request #110 from humio/jestin/add-action-id-show-command
Browse files Browse the repository at this point in the history
Add action ID to actions show output
  • Loading branch information
schofield authored Oct 11, 2022
2 parents 5136477 + 47d3138 commit 2e877cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/humioctl/actions_show.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func newActionsShowCmd() *cobra.Command {
details := [][]format.Value{
{format.String("Name"), format.String(action.Name)},
{format.String("Type"), format.String(action.Type)},
{format.String("ID"), format.String(action.ID)},
}

printDetailsTable(cmd, details)
Expand Down

0 comments on commit 2e877cd

Please sign in to comment.