Skip to main content

handle_local

Function handle_local 

Source
pub async fn handle_local(args: RunArgs, _ctx: RunContext) -> Result<i32>
Expand description

Run a pipeline locally via Docker.

ยงErrors

Returns an error if the working directory cannot be resolved, no pipeline slug was given when more than one is declared (or none are declared), the Python DSL transpile or Scheme evaluator step fails, the resulting plan does not decode, the Docker daemon is unreachable, or the orchestrator surfaces an internal scheduler error. Non-zero step exit codes are returned as the i32, not as an Err.