aube config list
- Usage:
aube config list [FLAGS] - Aliases:
ls
Print every key/value from the selected .npmrc file(s)
Flags
--all
Also list settings that have no value set — one row per setting in settings.toml, with the default and description rendered. 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, matching pnpm config list --json. Honors --all and --location the same way the default text output does
--location <LOCATION>
Which .npmrc file(s) to list. merged (default) walks ~/.npmrc then the project's .npmrc with last-write-wins precedence, matching how install reads config
Choices:
mergeduserprojectglobal
Default: merged