aube config list
- Usage:
aube config list [FLAGS] - Aliases:
ls - Effect: read-only
Print every key/value from aube config and selected .npmrc file(s)
Flags
--all— Also list settings that have no value set.Renders one row per setting in
settings.toml, with the default and description shown for unset entries.Only valid with
--location merged(the default), since a per-file view can't distinguish "not set anywhere" from "set in the other file" and would render misleading defaults.--json— Emit all entries as a JSON object keyed by setting name.Matches
pnpm config list --json. Honors--alland--locationthe same way the default text output does.--local— Shortcut for--location project.Conflicts with
--allsince--allonly makes sense against the merged view — see the--alldocs for why.--location <LOCATION>— Which config location(s) to list.merged(default) walks~/.npmrc, user aube config, then the project's.npmrcwith last-write-wins precedence, matching how install reads config.Choices:
merged,user,project,global-h --help— Print help