Command Line Tools
wheels packages remove
Removes an installed package by deleting vendor/<name>/. As a safety check, the command refuses if the directory has no package.json — that shape suggests the dir isn't a Wheels package and we shouldn't touch it.
Synopsis
Section titled “Synopsis”wheels packages remove <name>Failure modes
Section titled “Failure modes”| Error | Cause |
|-------|-------|
| Wheels.Packages.NotInstalled | vendor/<name>/ does not exist. |
| Wheels.Packages.NotAPackage | vendor/<name>/ has no package.json. Remove it manually if you're sure. |
Example
Section titled “Example”$ wheels packages remove wheels-sentryRemoved vendor/wheels-sentry.