neo run
Run a workflow file locally
neo run [OPTIONS]| Option | Value | Required | Default | Env | Values | Description |
|---|---|---|---|---|---|---|
--workflow |
<WORKFLOW> |
no | .neosource/workflows/dogfood.yml |
Workflow YAML to execute, as a path in this checkout | ||
--job |
<JOB> |
no | When set, run only the named job (default: all jobs in needs: topological order) |
|||
--keep |
no | Preserve the per-run scratch workspace after the run completes. Default is to delete it. The path is printed at the start of the run |