Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man1
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-04-09 03:41:24 +0400
committerisaacs <i@izs.me>2011-04-09 03:41:24 +0400
commit3cb1a5072fbcf7d4f2b73be23ce5ace56dff5810 (patch)
treecfd072b29ed02e892de1ab150f06658adbe52df6 /man1
parentc02886184b4dff4c08a5180a92f344f8c4d84628 (diff)
Close GH-781 add 'always-auth' config flag
Diffstat (limited to 'man1')
-rw-r--r--man1/config.170
-rw-r--r--man1/get.170
-rw-r--r--man1/set.170
3 files changed, 204 insertions, 6 deletions
diff --git a/man1/config.1 b/man1/config.1
index 741c06971..9f4146597 100644
--- a/man1/config.1
+++ b/man1/config.1
@@ -1,7 +1,7 @@
.\" Generated with Ronnjs/v0.1
.\" http://github.com/kapouer/ronnjs/
.
-.TH "NPM\-CONFIG" "1" "March 2011" "" ""
+.TH "NPM\-CONFIG" "1" "April 2011" "" ""
.
.SH "NAME"
\fBnpm-config\fR \-\- Manage the npm configuration file
@@ -235,6 +235,20 @@ npm config set foo:port 80
.
.SH "Config Settings"
.
+.SS "always\-auth"
+.
+.IP "\(bu" 4
+Default: false
+.
+.IP "\(bu" 4
+Type: Boolean
+.
+.IP "" 0
+.
+.P
+Force npm to always require authentication when accessing the registry,
+even for \fBGET\fR requests\.
+.
.SS "bindist"
.
.IP "\(bu" 4
@@ -446,6 +460,58 @@ Type: path
.P
The gzip binary
.
+.SS "init\.version"
+.
+.IP "\(bu" 4
+Default: "0\.0\.0"
+.
+.IP "\(bu" 4
+Type: semver
+.
+.IP "" 0
+.
+.P
+The value \fBnpm init\fR should use by default for the package version\.
+.
+.SS "init\.author\.name"
+.
+.IP "\(bu" 4
+Default: "0\.0\.0"
+.
+.IP "\(bu" 4
+Type: String
+.
+.IP "" 0
+.
+.P
+The value \fBnpm init\fR should use by default for the package author\'s name\.
+.
+.SS "init\.author\.email"
+.
+.IP "\(bu" 4
+Default: ""
+.
+.IP "\(bu" 4
+Type: String
+.
+.IP "" 0
+.
+.P
+The value \fBnpm init\fR should use by default for the package author\'s email\.
+.
+.SS "init\.author\.url"
+.
+.IP "\(bu" 4
+Default: ""
+.
+.IP "\(bu" 4
+Type: String
+.
+.IP "" 0
+.
+.P
+The value \fBnpm init\fR should use by default for the package author\'s homepage\.
+.
.SS "logfd"
.
.IP "\(bu" 4
@@ -494,7 +560,7 @@ Whether or not to show extended information in \fBnpm ls\fR
Default: process\.version
.
.IP "\(bu" 4
-Type: semver
+Type: semver or false
.
.IP "" 0
.
diff --git a/man1/get.1 b/man1/get.1
index 741c06971..9f4146597 100644
--- a/man1/get.1
+++ b/man1/get.1
@@ -1,7 +1,7 @@
.\" Generated with Ronnjs/v0.1
.\" http://github.com/kapouer/ronnjs/
.
-.TH "NPM\-CONFIG" "1" "March 2011" "" ""
+.TH "NPM\-CONFIG" "1" "April 2011" "" ""
.
.SH "NAME"
\fBnpm-config\fR \-\- Manage the npm configuration file
@@ -235,6 +235,20 @@ npm config set foo:port 80
.
.SH "Config Settings"
.
+.SS "always\-auth"
+.
+.IP "\(bu" 4
+Default: false
+.
+.IP "\(bu" 4
+Type: Boolean
+.
+.IP "" 0
+.
+.P
+Force npm to always require authentication when accessing the registry,
+even for \fBGET\fR requests\.
+.
.SS "bindist"
.
.IP "\(bu" 4
@@ -446,6 +460,58 @@ Type: path
.P
The gzip binary
.
+.SS "init\.version"
+.
+.IP "\(bu" 4
+Default: "0\.0\.0"
+.
+.IP "\(bu" 4
+Type: semver
+.
+.IP "" 0
+.
+.P
+The value \fBnpm init\fR should use by default for the package version\.
+.
+.SS "init\.author\.name"
+.
+.IP "\(bu" 4
+Default: "0\.0\.0"
+.
+.IP "\(bu" 4
+Type: String
+.
+.IP "" 0
+.
+.P
+The value \fBnpm init\fR should use by default for the package author\'s name\.
+.
+.SS "init\.author\.email"
+.
+.IP "\(bu" 4
+Default: ""
+.
+.IP "\(bu" 4
+Type: String
+.
+.IP "" 0
+.
+.P
+The value \fBnpm init\fR should use by default for the package author\'s email\.
+.
+.SS "init\.author\.url"
+.
+.IP "\(bu" 4
+Default: ""
+.
+.IP "\(bu" 4
+Type: String
+.
+.IP "" 0
+.
+.P
+The value \fBnpm init\fR should use by default for the package author\'s homepage\.
+.
.SS "logfd"
.
.IP "\(bu" 4
@@ -494,7 +560,7 @@ Whether or not to show extended information in \fBnpm ls\fR
Default: process\.version
.
.IP "\(bu" 4
-Type: semver
+Type: semver or false
.
.IP "" 0
.
diff --git a/man1/set.1 b/man1/set.1
index 741c06971..9f4146597 100644
--- a/man1/set.1
+++ b/man1/set.1
@@ -1,7 +1,7 @@
.\" Generated with Ronnjs/v0.1
.\" http://github.com/kapouer/ronnjs/
.
-.TH "NPM\-CONFIG" "1" "March 2011" "" ""
+.TH "NPM\-CONFIG" "1" "April 2011" "" ""
.
.SH "NAME"
\fBnpm-config\fR \-\- Manage the npm configuration file
@@ -235,6 +235,20 @@ npm config set foo:port 80
.
.SH "Config Settings"
.
+.SS "always\-auth"
+.
+.IP "\(bu" 4
+Default: false
+.
+.IP "\(bu" 4
+Type: Boolean
+.
+.IP "" 0
+.
+.P
+Force npm to always require authentication when accessing the registry,
+even for \fBGET\fR requests\.
+.
.SS "bindist"
.
.IP "\(bu" 4
@@ -446,6 +460,58 @@ Type: path
.P
The gzip binary
.
+.SS "init\.version"
+.
+.IP "\(bu" 4
+Default: "0\.0\.0"
+.
+.IP "\(bu" 4
+Type: semver
+.
+.IP "" 0
+.
+.P
+The value \fBnpm init\fR should use by default for the package version\.
+.
+.SS "init\.author\.name"
+.
+.IP "\(bu" 4
+Default: "0\.0\.0"
+.
+.IP "\(bu" 4
+Type: String
+.
+.IP "" 0
+.
+.P
+The value \fBnpm init\fR should use by default for the package author\'s name\.
+.
+.SS "init\.author\.email"
+.
+.IP "\(bu" 4
+Default: ""
+.
+.IP "\(bu" 4
+Type: String
+.
+.IP "" 0
+.
+.P
+The value \fBnpm init\fR should use by default for the package author\'s email\.
+.
+.SS "init\.author\.url"
+.
+.IP "\(bu" 4
+Default: ""
+.
+.IP "\(bu" 4
+Type: String
+.
+.IP "" 0
+.
+.P
+The value \fBnpm init\fR should use by default for the package author\'s homepage\.
+.
.SS "logfd"
.
.IP "\(bu" 4
@@ -494,7 +560,7 @@ Whether or not to show extended information in \fBnpm ls\fR
Default: process\.version
.
.IP "\(bu" 4
-Type: semver
+Type: semver or false
.
.IP "" 0
.