Dotflow CLI
May 4, 2025
The Dotflow CLI (Command-Line Interface) is a feature that simplifies the execution of workflows in environments that require running through terminal commands.
Simple Start
dotflow start --step examples.cli_with_mode.simple_step
With Initial Context
dotflow start --step examples.cli_with_initial_context.simple_step --initial-context abc
With Callback
dotflow start --step examples.cli_with_callback.simple_step --callback examples.cli_with_callback.callback
With Mode
dotflow start --step examples.cli_with_mode.simple_step --mode sequential
dotflow start --step examples.cli_with_mode.simple_step --mode background
dotflow start --step examples.cli_with_mode.simple_step --mode parallel