summaryrefslogtreecommitdiff
path: root/deps/npm/man/man7/npm-config.7
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man7/npm-config.7')
-rw-r--r--deps/npm/man/man7/npm-config.725
1 files changed, 24 insertions, 1 deletions
diff --git a/deps/npm/man/man7/npm-config.7 b/deps/npm/man/man7/npm-config.7
index 25bb498c62..13cd867630 100644
--- a/deps/npm/man/man7/npm-config.7
+++ b/deps/npm/man/man7/npm-config.7
@@ -1,4 +1,4 @@
-.TH "NPM\-CONFIG" "7" "December 2016" "" ""
+.TH "NPM\-CONFIG" "7" "January 2017" "" ""
.SH "NAME"
\fBnpm-config\fR \- More than you probably want to know about npm configuration
.SH DESCRIPTION
@@ -831,6 +831,16 @@ Type: String
Commit message which is used by \fBnpm version\fP when creating version commit\.
.P
Any "%s" in the message will be replaced with the version number\.
+.SS metrics\-registry
+.RS 0
+.IP \(bu 2
+Default: "https://registry\.npmjs\.org/"
+.IP \(bu 2
+Type: String
+
+.RE
+.P
+The registry you want to send cli metrics to if \fBsend\-metrics\fP is true\.
.SS node\-version
.RS 0
.IP \(bu 2
@@ -1151,6 +1161,19 @@ Type: Number
.RE
.P
The age of the cache, in seconds, before another registry request is made\.
+.SS send\-metrics
+.RS 0
+.IP \(bu 2
+Default: false
+.IP \(bu 2
+Type: Boolean
+
+.RE
+.P
+If true, success/failure metrics will be reported to the registry stored in
+\fBmetrics\-registry\fP\|\. These requests contain the number of successful and
+failing runs of the npm CLI and the time period overwhich those counts were
+gathered\. No identifying information is included in these requests\.
.SS shell
.RS 0
.IP \(bu 2