Skip to main content

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 directly
  • run-batch - Run a batch of workflows directly
  • submit - Submit a workflow to a Stepflow server
  • submit-batch - Submit a batch workflow to a Stepflow service for execution
  • test - Run tests defined in workflow files or directories
  • list-components - List all available components from a stepflow config
  • repl - Start an interactive REPL for workflow development and debugging
  • validate - Validate workflow files and configuration
  • visualize - Visualize workflow structure as a graph

Global Options

All commands support these global options:

  • --omit-stack-trace <OMIT_STACK_TRACE> - Omit stack traces (line numbers of errors)