@eventual/cli
v0.57.0
Published
For the complete documentation, see: https://docs.eventual.ai/guide/cli
Downloads
67
Readme
Eventual cli
For the complete documentation, see: https://docs.eventual.ai/guide/cli
List workflows
$ eventual list workflows
Start a workflow (asynchronous)
$ # Input file should be a json file.
$ eventual start workflow <workflow> [<input> | --inputFile filePath]
$ eventual start workflow <workflow> '{"foo": "bar"}'
Provide input as a json string
$ eventual start workflow <workflow> <<< cat json-string
If no input is provided, it is read from stdin
Start a workflow (follow)
$ eventual start workflow <workflow> --follow [<input> | --inputFile filePath]
Get execution history
$ eventual get history --execution <execution>
List executions
$ eventual list executions [--workflow workflow]
Display logs
$ eventual get logs [--workflow workflowName | --execution executionId] [--follow] [--since timestamp]
Default shows all logs for a service. Provide workflow or execution to filter respectively.
Replay event history
$ eventual replay execution <executionId>
eg.
```shell
$ pnpm eventual replay execution my-workflow/01GJQ1WH741VB5ZYZ079RRJF4X