aube config get
- Usage:
aube config get [FLAGS] <KEY> - Effect: read-only
Print the effective value of a key
Arguments
<KEY>— The setting key.Accepts either a pnpm canonical name (e.g.
autoInstallPeers) or an.npmrcalias (e.g.auto-install-peers).
Flags
--json— Emit the value as JSON.Matches
pnpm config get --json: a missing key renders asundefined, a found value is JSON-encoded.--local— Shortcut for--location project.--location <LOCATION>— Which config location(s) to read.Defaults to
merged— the last-write-wins view of user aube config,~/.npmrc, then./.npmrc, matching what install actually sees. Useuserorprojectto restrict the lookup.Choices:
merged,user,project,globalDefault:
merged-h --help— Print help