How to Run a Workflow
Background
WorkflowTo Run a Workflow
There are two ways to run a workflow:
Use the CLI command
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 commandMakefile
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 MakeLast updated
Was this helpful?