aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/npm-config.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/cli/npm-config.md')
-rw-r--r--deps/npm/doc/cli/npm-config.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/deps/npm/doc/cli/npm-config.md b/deps/npm/doc/cli/npm-config.md
index aad9e0dffe..c60afc167c 100644
--- a/deps/npm/doc/cli/npm-config.md
+++ b/deps/npm/doc/cli/npm-config.md
@@ -6,7 +6,7 @@ npm-config(1) -- Manage the npm configuration files
npm config set <key> <value> [-g|--global]
npm config get <key>
npm config delete <key>
- npm config list [-l]
+ npm config list [-l] [--json]
npm config edit
npm get <key>
npm set <key> <value> [-g|--global]
@@ -48,7 +48,8 @@ Echo the config value to stdout.
npm config list
-Show all the config settings. Use `-l` to also show defaults.
+Show all the config settings. Use `-l` to also show defaults. Use `--json`
+to show the settings in json format.
### delete