| simple_cli |
dotflow start --step examples.simple_cli.simple_step |
| cli_with_callback |
dotflow start --step examples.cli_with_callback.simple_step --callback examples.cli_with_callback.callback |
| cli_with_initial_context |
dotflow start --step examples.cli_with_initial_context.simple_step --initial-context abc |
| cli_with_mode |
dotflow start --step examples.cli_with_mode.simple_step --mode sequential |
| cli_with_output_context |
dotflow start --step examples.cli_with_output_context.simple_step --storage file |
| cli_with_path |
dotflow start --step examples.cli_with_path.simple_step --path .storage --storage file |