fused checkpoint
Manage canvas checkpoints.
fused checkpoint [SUBCOMMAND] [OPTIONS]
Subcommands
| Subcommand | Description |
|---|---|
create | Create a checkpoint of a canvas's current state. |
list | List all checkpoints for a canvas. |
pr | Open a GitHub PR from an existing checkpoint. |
restore | Restore a canvas from a checkpoint. |
fused checkpoint create
Create a checkpoint of a canvas's current state.
fused checkpoint create CANVAS_REF [OPTIONS]
Options
| Flag | Description |
|---|---|
--name TEXT | Custom checkpoint name. If not provided, auto-generates a timestamp-based name. |
--id | Treat the provided reference as a canvas ID. |
fused checkpoint list
List all checkpoints for a canvas.
fused checkpoint list CANVAS_REF [OPTIONS]
Options
| Flag | Description |
|---|---|
--id | Treat the provided reference as a canvas ID. |
fused checkpoint pr
Open a GitHub PR from an existing checkpoint.
fused checkpoint pr CANVAS_REF CHECKPOINT_NAME [OPTIONS]
Options
| Flag | Description |
|---|---|
--message, -m TEXT | Commit message / PR title. |
--id | Treat the provided reference as a canvas ID. |
--repo TEXT | Target GitHub repository (owner/repo). Defaults to the canvas's gitRepo. |
--path TEXT | Target folder within the repo. Defaults to the canvas's folderName. |
--share [public|team] | Share access scope for the canvas. |
--share-token TEXT | Vanity share token name (requires --share). |
fused checkpoint restore
Restore a canvas from a checkpoint.
fused checkpoint restore CANVAS_REF CHECKPOINT_NAME [OPTIONS]
Options
| Flag | Description |
|---|---|
--id | Treat the provided reference as a canvas ID. |
--no-backup | Skip creating a safety backup before restore. |