CLI Reference
Stepflow provides several commands for executing workflows in different ways. This reference covers all available commands and their options.
Commands
run
- Run a workflow directlyserve
- Start a Stepflow servicesubmit
- Submit a workflow to a Stepflow servicetest
- Run tests defined in workflow files or directorieslist-components
- List all available components from a stepflow configrepl
- Start an interactive REPL for workflow development and debuggingvalidate
- Validate workflow files and configurationvisualize
- Visualize workflow structure as a graph
Global Options
All commands support these global options:
--log-level <LEVEL>
- Set the log level for Stepflow--other-log-level <LEVEL>
- Set the log level for other parts of Stepflow--log-file <FILE>
- Write logs to a file instead of stderr--omit-stack-trace <OMIT_STACK_TRACE>
- Omit stack traces (line numbers of errors)