aube config set
- Usage:
aube config set [--local] [--location <LOCATION>] <KEY> <VALUE> - Effect: modifies state
Write a key=value pair to aube config or the selected .npmrc file
Arguments
<KEY>— Setting key (canonical name or.npmrcalias).<VALUE>— Value to write. Stored verbatim afterkey=.
Flags
--local— Shortcut for--location project.--location <LOCATION>— Which config location to write to.Defaults to
user. Writes land in.npmrcfor the npm-shared surface — per-host auth/cert templates, scoped registries, and settings taggednpmShared = truein the settings registry (registry,proxy/https-proxy,engine-strict,ignore-scripts, etc.) — so npm and yarn read the same value. aube-only and pnpm-only settings, plus unknown keys, land in aube's own config (~/.config/aube/config.tomlat user scope,<cwd>/.config/aube/config.tomlat project scope) where sibling tools don't see them.Dotted writes for aube map settings (
allowBuilds.<pkg>,overrides.<pkg>, …) edit one entry at a time. At project scope (--local) they land inpnpm-workspace.yaml#<map>.<entry>orpackage.json#aube.<map>.<entry>if no workspace yaml exists, the same place install reads from. User-scope dotted writes for these maps error: aube only reads them per project.Choices:
user,project,globalDefault:
user-h --help— Print help