We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--json
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
History events are truncated.
Should print to stdout on
--json
, show a table otherwise, and support pagination.The text was updated successfully, but these errors were encountered: