How-to Guides¶
Task-focused recipes. Each page includes copy-paste YAML or CLI commands.
| Guide | What you'll do |
|---|---|
| Schedule flows | stepyard service start + cron / interval triggers |
| Manage secrets | ${{ env.TOKEN }} vs ${{ vars.TOKEN }} without hardcoding |
| Human approvals | approval: true + stepyard approvals |
| Dry-run & debugging | stepyard validate, --dry-run, show, replay |
| Write & test a plugin | @node, tests with run_node |
| Manage installed plugins | stepyard plugin add / sync / stepyard.lock |