summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-adduser.1
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man1/npm-adduser.1')
-rw-r--r--deps/npm/man/man1/npm-adduser.121
1 files changed, 9 insertions, 12 deletions
diff --git a/deps/npm/man/man1/npm-adduser.1 b/deps/npm/man/man1/npm-adduser.1
index f8c75cc715..89cda80297 100644
--- a/deps/npm/man/man1/npm-adduser.1
+++ b/deps/npm/man/man1/npm-adduser.1
@@ -1,7 +1,6 @@
-.TH "NPM\-ADDUSER" "" "November 2019" "" ""
+.TH "NPM\-ADDUSER" "1" "November 2019" "" ""
.SH "NAME"
-\fBnpm-adduser\fR
-.SH Add a registry user account
+\fBnpm-adduser\fR \- Add a registry user account
.SS Synopsis
.P
.RS 2
@@ -15,7 +14,7 @@ aliases: login, add\-user
.P
Create or verify a user named \fB<username>\fP in the specified registry, and
save the credentials to the \fB\|\.npmrc\fP file\. If no registry is specified,
-the default registry will be used (see \fBnpm\-config\fP \fInpm\-config)\fR\|\.
+the default registry will be used (see npm help \fBconfig\fP)\.
.P
The username, password, and email are read in from prompts\.
.P
@@ -36,13 +35,13 @@ Default: https://registry\.npmjs\.org/
.P
The base URL of the npm package registry\. If \fBscope\fP is also specified,
this registry will only be used for packages with that scope\. \fBscope\fP defaults
-to the scope of the project directory you're currently in, if any\. See \fBnpm\-scope\fP \fI/docs/using\-npm/scope\fR\|\.
+to the scope of the project directory you're currently in, if any\. See npm help \fBscope\fP\|\.
.SS scope
.P
Default: none
.P
If specified, the user and login credentials given will be associated
-with the specified scope\. See \fBnpm\-scope\fP \fI/docs/using\-npm/scope\fR\|\. You can use both at the same time,
+with the specified scope\. See npm help \fBscope\fP\|\. You can use both at the same time,
e\.g\.
.P
.RS 2
@@ -70,9 +69,7 @@ registries\. Can be used with \fB\-\-registry\fP and / or \fB\-\-scope\fP, e\.g\
This will ensure that all requests to that registry (including for tarballs)
include an authorization header\. This setting may be necessary for use with
private registries where metadata and package tarballs are stored on hosts with
-different hostnames\. See \fBalways\-auth\fP in \fBnpm\-config\fP \fI/docs/using\-npm/config\fR for more details on
-always\-auth\. Registry\-specific configuration of \fBalways\-auth\fP takes precedence
-over any global configuration\.
+different hostnames\. See \fBalways\-auth\fP in npm help \fBconfig\fP for more details on always\-auth\. Registry\-specific configuration of \fBalways\-auth\fP takes precedence over any global configuration\.
.SS auth\-type
.RS 0
.IP \(bu 2
@@ -90,12 +87,12 @@ username/password entry in legacy npm\.
.IP \(bu 2
npm help registry
.IP \(bu 2
-npm help npm\-config
+npm help config
.IP \(bu 2
npm help npmrc
.IP \(bu 2
-npm help npm\-owner
+npm help owner
.IP \(bu 2
-npm help npm\-whoami
+npm help whoami
.RE