There are two ways to run a workflow:
Use the CLI command
Use the provided Makefile
Makefile
The CLI command is stoobly-agent scaffold workflow up .
stoobly-agent scaffold workflow up
This is great for users who have small setups and prefer getting started quickly. To learn more, see:
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:
Last updated 9 months ago