aube config delete
- Usage:
aube config delete [--local] [--location <LOCATION>] <KEY> - Aliases:
rm,remove,unset - Effect: destructive — may delete or irreversibly overwrite
Delete a key from aube config or the selected .npmrc file
Arguments
<KEY>— The setting key.Accepts either a pnpm canonical name (e.g.
autoInstallPeers) or an.npmrcalias (e.g.auto-install-peers).
Flags
--local— Shortcut for--location project.--location <LOCATION>— Which config location to act on.Defaults to
user. Delete sweeps both aube's own config (~/.config/aube/config.tomlat user-scope,<cwd>/.config/aube/config.tomlat project-scope) and the matching.npmrc, so the call works regardless of which file the value was originally written to.Choices:
user,project,globalDefault:
user-h --help— Print help