]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/man/man1/npm-logout.1
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / man / man1 / npm-logout.1
1 .TH "NPM\-LOGOUT" "1" "October 2016" "" ""
2 .SH "NAME"
3 \fBnpm-logout\fR \- Log out of the registry
4 .SH SYNOPSIS
5 .P
6 .RS 2
7 .nf
8 npm logout [\-\-registry=url] [\-\-scope=@orgname]
9 .fi
10 .RE
11 .SH DESCRIPTION
12 .P
13 When logged into a registry that supports token\-based authentication, tell the
14 server to end this token's session\. This will invalidate the token everywhere
15 you're using it, not just for the current environment\.
16 .P
17 When logged into a legacy registry that uses username and password authentication, this will
18 clear the credentials in your user configuration\. In this case, it will \fIonly\fR affect
19 the current environment\.
20 .P
21 If \fB\-\-scope\fP is provided, this will find the credentials for the registry
22 connected to that scope, if set\.
23 .SH CONFIGURATION
24 .SS registry
25 .P
26 Default: https://registry\.npmjs\.org/
27 .P
28 The base URL of the npm package registry\. If \fBscope\fP is also specified,
29 it takes precedence\.
30 .SS scope
31 .P
32 Default: none
33 .P
34 If specified, you will be logged out of the specified scope\. See npm help 7 \fBnpm\-scope\fP\|\.
35 .P
36 .RS 2
37 .nf
38 npm logout \-\-scope=@myco
39 .fi
40 .RE
41 .SH SEE ALSO
42 .RS 0
43 .IP \(bu 2
44 npm help adduser
45 .IP \(bu 2
46 npm help 7 registry
47 .IP \(bu 2
48 npm help config
49 .IP \(bu 2
50 npm help 7 config
51 .IP \(bu 2
52 npm help 5 npmrc
53 .IP \(bu 2
54 npm help whoami
55
56 .RE
57