Skip to content

Commit

Permalink
Merge pull request #1861 from StackStorm/sane_trigger_instance_list
Browse files Browse the repository at this point in the history
[RFR] Payloads can be large, no reasonable way to show them in a list.
  • Loading branch information
manasdk committed Aug 21, 2015
2 parents 7c03b23 + bb8d0f0 commit 3e069d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion st2client/st2client/commands/triggerinstance.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def __init__(self, description, app, subparsers, parent_parser=None):


class TriggerInstanceListCommand(resource.ResourceCommand):
display_attributes = ['id', 'trigger', 'occurrence_time', 'payload']
display_attributes = ['id', 'trigger', 'occurrence_time']

attribute_transform_functions = {
'occurrence_time': format_isodate
Expand Down

0 comments on commit 3e069d7

Please sign in to comment.