fest workflow advance
Complete current step and move to next
Synopsis
Mark the current workflow step as complete and advance to the next step.
This command:
- Marks the current step as completed
- Advances the workflow to the next step
- Saves the updated state
Note: If the current step has a blocking checkpoint, use 'fest workflow approve' instead.
fest workflow advance [flags]
Options
-h, --help help for advance
Options inherited from parent commands
--config string config file (default: ~/.config/fest/config.json)
--debug enable debug logging
--no-color disable colored output
--phase string specify phase directory (e.g., 001_INGEST)
--verbose enable verbose output
SEE ALSO
- fest workflow - Manage workflow-based phase execution