aube config delete
- Usage:
aube config delete [--location <LOCATION>] <KEY> - Aliases:
rm,remove,unset
Delete a key from the selected .npmrc file
Arguments
<KEY>
The setting key. Accepts either a pnpm canonical name (e.g. autoInstallPeers) or an .npmrc alias (e.g. auto-install-peers)
Flags
--location <LOCATION>
Which .npmrc file to act on. Defaults to user (~/.npmrc), matching pnpm
Choices:
userprojectglobal
Default: user