stencila workflows run
--goal--verbose--dry-run--auto-approve--auto-approve-after
Usage
stencila workflows run [OPTIONS] <NAME>Examples
# Run a workflow
stencila workflows run code-review
# Run with a goal override
stencila workflows run code-review --goal "Implement login feature"
# Preview workflow details and pipeline without executing
stencila workflows run code-review --dry-run
# Show detailed prompts and responses for each stage
stencila workflows run code-review --verbose
# Automatically approve human gates for unattended runs
stencila workflows run code-review --auto-approve
# Auto-approve human gates after 30 seconds
stencila workflows run code-review --auto-approve-after 30sArguments
<NAME> |
Options
-g, --goal | |
-v, --verbose | truefalse |
--dry-run | truefalse |
--auto-approve | truefalse |
--auto-approve-after |