summaryrefslogtreecommitdiff
path: root/deps/npm/docs/content/commands/npm-logout.md
diff options
context:
space:
mode:
authorDarcy Clarke <darcy@darcyclarke.me>2020-12-11 18:54:56 -0500
committerNode.js GitHub Bot <github-bot@iojs.org>2020-12-12 22:28:37 +0000
commit5a3c41133085a074b4e974b110276c0e450cf0c9 (patch)
treec3e63411a4eab877dd031c4fcb8cb8b30ed43603 /deps/npm/docs/content/commands/npm-logout.md
parent1e665095c874a9bd21e7c88ce62ade991989bcf5 (diff)
downloadnode-new-5a3c41133085a074b4e974b110276c0e450cf0c9.tar.gz
deps: upgrade npm to 7.1.2
PR-URL: https://github.com/nodejs/node/pull/36487 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Ruy Adorno <ruyadorno@github.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'deps/npm/docs/content/commands/npm-logout.md')
-rw-r--r--deps/npm/docs/content/commands/npm-logout.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/deps/npm/docs/content/commands/npm-logout.md b/deps/npm/docs/content/commands/npm-logout.md
index b1f344af57..7fa858a999 100644
--- a/deps/npm/docs/content/commands/npm-logout.md
+++ b/deps/npm/docs/content/commands/npm-logout.md
@@ -12,13 +12,13 @@ npm logout [--registry=<url>] [--scope=<@scope>]
### Description
-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
-you're using it, not just for the current environment.
+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 you're using it, not just for the current environment.
-When logged into a legacy registry that uses username and password authentication, this will
-clear the credentials in your user configuration. In this case, it will _only_ affect
-the current environment.
+When logged into a legacy registry that uses username and password
+authentication, this will clear the credentials in your user configuration.
+In this case, it will _only_ affect the current environment.
If `--scope` is provided, this will find the credentials for the registry
connected to that scope, if set.