> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fabro.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# fabro resume subcommand

## `fabro resume`

Resuming workflows previously required constructing a `fabro run --run-branch fabro/run/<RUN_ID>` invocation manually. The new `fabro resume` subcommand accepts a run ID or prefix directly, matching the ergonomics of `fabro rewind` and `fabro fork`. Checkpoint-file-based resumption is also supported.

```bash theme={"languages":{"custom":["/languages/dot.json","/languages/fabro.json"]}}
fabro resume abc123
fabro resume --checkpoint path/to/checkpoint.json --workflow workflow.fabro
```

The unified foreground run path now uses the `create` → `start` → `attach` lifecycle internally, ensuring consistent behavior whether you run, resume, or rewind a workflow.
