Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@eventual/cli

Package Overview
Dependencies
Maintainers
2
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eventual/cli

For the complete documentation, see: https://docs.eventual.ai/guide/cli

  • 0.57.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

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

FAQs

Package last updated on 30 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc