summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-logout.1
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man1/npm-logout.1')
-rw-r--r--deps/npm/man/man1/npm-logout.128
1 files changed, 12 insertions, 16 deletions
diff --git a/deps/npm/man/man1/npm-logout.1 b/deps/npm/man/man1/npm-logout.1
index 5de250d38d..27e9b73293 100644
--- a/deps/npm/man/man1/npm-logout.1
+++ b/deps/npm/man/man1/npm-logout.1
@@ -1,14 +1,15 @@
-.TH "NPM\-LOGOUT" "1" "October 2019" "" ""
+.TH "NPM\-LOGOUT" "" "November 2019" "" ""
.SH "NAME"
-\fBnpm-logout\fR \- Log out of the registry
-.SH SYNOPSIS
+\fBnpm-logout\fR
+.SH Log out of the registry
+.SS Synopsis
.P
.RS 2
.nf
npm logout [\-\-registry=<url>] [\-\-scope=<@scope>]
.fi
.RE
-.SH DESCRIPTION
+.SS Description
.P
When logged into a registry that supports token\-based authentication, tell the
server to end this token's session\. This will invalidate the token everywhere
@@ -20,7 +21,7 @@ the current environment\.
.P
If \fB\-\-scope\fP is provided, this will find the credentials for the registry
connected to that scope, if set\.
-.SH CONFIGURATION
+.SS Configuration
.SS registry
.P
Default: https://registry\.npmjs\.org/
@@ -31,27 +32,22 @@ it takes precedence\.
.P
Default: The scope of your current project, if any, otherwise none\.
.P
-If specified, you will be logged out of the specified scope\. See npm help 7 \fBnpm\-scope\fP\|\.
+If specified, you will be logged out of the specified scope\. See \fBnpm\-scope\fP \fInpm\-scope\fR\|\.
.P
.RS 2
.nf
npm logout \-\-scope=@myco
.fi
.RE
-.SH SEE ALSO
+.SS See Also
.RS 0
.IP \(bu 2
-npm help adduser
+npm help npm\-adduser
.IP \(bu 2
-npm help 7 registry
+npm help registry
.IP \(bu 2
-npm help config
+npm help npm\-config
.IP \(bu 2
-npm help 7 config
-.IP \(bu 2
-npm help 5 npmrc
-.IP \(bu 2
-npm help whoami
+npm help npm\-whoami
.RE
-