pipemason cancel
Cancel a run that is in progress and stop further pipeline work.
Usage
pipemason cancel
Run it from inside the repository where the run is in progress.
What it does
- Stops the in-flight run so no further phases execute.
- Records the cancellation in
.pipeline/STATE.md. - Leaves any branch and committed work in place; cancelling does not delete what has already been written.
Examples
# Stop the current run pipemason cancel # Inspect the resulting state pipemason status