Skip to content

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 .npmrc alias (e.g. auto-install-peers).

Flags

  • --json — Emit the value as JSON.

    Matches pnpm config get --json: a missing key renders as undefined, 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. Use user or project to restrict the lookup.

    Choices: merged, user, project, global

    Default: merged

  • -h --help — Print help

MIT LicensejdxCopyright © 2026 jdx.dev