braid docs

braid retract

Remove a specific locked version from braid.lock without changing anything on the server. braid unpin is an alias for the same command.

Usage

braid retract <source@version> [options]

Arguments

ArgumentDescription
source@versionLocked marketplace source such as @handle/slug@3

What it changes

braid retract only updates your local braid.lock file. It does not retract or delete the published version from braid. Server-side release management still happens in the web app.

Options

OptionDescription
-s, --server <url>Reserved for server override parity with other release commands

Examples

Remove a pinned local version:

braid retract @acme/react-standards@3

Use the alias:

braid unpin @acme/react-standards@3