app/cli/remove
dgadd remove
Remove installed Diffgazer registry items.
Usage
bash
Info:
Before publication: Diffgazer packages are not yet published to npm, so there is no dgadd bin until you install one. Follow the canonical Copy-first mode procedure to build and pack @diffgazer/add, then install that packed tarball in the target app. The target-app install is what puts dgadd on pnpm exec.
Examples
bash
What it does
- Validates item names against the bundled registry.
- Resolves installed files for those items.
- Skips files still used by other installed items.
- Removes selected files and cleans empty directories.
- Updates the local
diffgazer.jsonmanifest. - Prints potentially orphaned npm dependencies.