Skip to main content

fused checkpoint

Manage canvas checkpoints.

fused checkpoint [SUBCOMMAND] [OPTIONS]

Subcommands

SubcommandDescription
createCreate a checkpoint of a canvas's current state.
listList all checkpoints for a canvas.
prOpen a GitHub PR from an existing checkpoint.
restoreRestore a canvas from a checkpoint.

fused checkpoint create

Create a checkpoint of a canvas's current state.

fused checkpoint create CANVAS_REF [OPTIONS]

Options

FlagDescription
--name TEXTCustom checkpoint name. If not provided, auto-generates a timestamp-based name.
--idTreat the provided reference as a canvas ID.

fused checkpoint list

List all checkpoints for a canvas.

fused checkpoint list CANVAS_REF [OPTIONS]

Options

FlagDescription
--idTreat 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

FlagDescription
--message, -m TEXTCommit message / PR title.
--idTreat the provided reference as a canvas ID.
--repo TEXTTarget GitHub repository (owner/repo). Defaults to the canvas's gitRepo.
--path TEXTTarget folder within the repo. Defaults to the canvas's folderName.
--share [public|team]Share access scope for the canvas.
--share-token TEXTVanity share token name (requires --share).

fused checkpoint restore

Restore a canvas from a checkpoint.

fused checkpoint restore CANVAS_REF CHECKPOINT_NAME [OPTIONS]

Options

FlagDescription
--idTreat the provided reference as a canvas ID.
--no-backupSkip creating a safety backup before restore.