How to Run a Workflow

Background

Workflow

To Run a Workflow

There are two ways to run a workflow:

  1. Use the CLI command

  2. Use the provided Makefile

CLI Command

The CLI command is stoobly-agent scaffold workflow up .

This is great for users who have small setups and prefer getting started quickly. To learn more, see:

Running with CLI command

Makefile

The Makefile contains commands for common operations. This provides an opinionated way to run commands following our best practices. This is recommended for teams using CI environments. To learn more, see:

Running with Make

Last updated

Was this helpful?