Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI: History should emit a table and add --json to stdout #117

Closed
thantos opened this issue Dec 16, 2022 · 0 comments
Closed

CLI: History should emit a table and add --json to stdout #117

thantos opened this issue Dec 16, 2022 · 0 comments

Comments

@thantos
Copy link
Contributor

thantos commented Dec 16, 2022

History events are truncated.

    payload: { amount: 1000 },
    signalId: 'AddMoney',
    timestamp: '2022-12-16T01:55:19.767Z'
  },
  { type: 'TaskStarted', timestamp: '2022-12-16T01:55:19.909Z' },
  { type: 'TaskCompleted', timestamp: '2022-12-16T01:55:20.135Z' },
  { type: 'TaskStarted', timestamp: '2022-12-16T01:55:20.307Z' },
  { type: 'TaskCompleted', timestamp: '2022-12-16T01:55:20.349Z' },
  { type: 'TaskStarted', timestamp: '2022-12-16T01:55:50.327Z' },
  ... 75 more items
]

Should print to stdout on --json, show a table otherwise, and support pagination.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants