commands.sh

bun unlink

all

Unregister the current directory as a linkable package. See also: `bun link`.

More info →

Options (1)

-h, --helpboolean

Display help

Example: bun unlink {{[-h|--help]}}

Examples (4)

Unregister the current package globally

Unregister a package in a specific directory

bun unlink --cwd path/to/package

Perform a dry run without actually unregistering

bun unlink --dry-run

Display help

bun unlink [-h|--help]
made by @shridhargupta | data from tldr-pages