Skip to content

aube config set

  • Usage: aube config set [--location <LOCATION>] <KEY> <VALUE>

Write a key=value pair to the selected .npmrc file

Arguments

<KEY>

Setting key (canonical name or .npmrc alias)

<VALUE>

Value to write. Stored verbatim after key=

Flags

--location <LOCATION>

Which .npmrc file to write to. Defaults to user

Choices:

  • user
  • project
  • global

Default: user

Released under the MIT License.