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
| Argument | Description |
|---|---|
source@version | Locked 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
| Option | Description |
|---|---|
-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