aube unpublish
- Usage:
aube unpublish [FLAGS] [SPEC]
Remove a package (or a single version) from the registry
Arguments
[SPEC]
Package spec: name, name@version, or omitted to use the current project's package.json
Flags
--dry-run
Don't talk to the registry; print what the command would do
-f --force
Required for whole-package unpublish (no @version in the spec). Single-version unpublish works without it — matching npm, which is more permissive about dropping one version than nuking every version in one call
--otp <CODE>
One-time password for registries that require 2FA. Sent verbatim as the npm-otp header
--registry <URL>
Override the target registry URL. Defaults to the scoped registry for the package (if configured) or the default .npmrc registry