]> 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-team.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-team.1
1 .TH "NPM\-TEAM" "1" "October 2016" "" ""
2 .SH "NAME"
3 \fBnpm-team\fR \- Manage organization teams and team memberships
4 .SH SYNOPSIS
5 .P
6 .RS 2
7 .nf
8 npm team create <scope:team>
9 npm team destroy <scope:team>
10
11 npm team add <scope:team> <user>
12 npm team rm <scope:team> <user>
13
14 npm team ls <scope>|<scope:team>
15
16 npm team edit <scope:team>
17 .fi
18 .RE
19 .SH DESCRIPTION
20 .P
21 Used to manage teams in organizations, and change team memberships\. Does not
22 handle permissions for packages\.
23 .P
24 Teams must always be fully qualified with the organization/scope they belond to
25 when operating on them, separated by a colon (\fB:\fP)\. That is, if you have a
26 \fBdevelopers\fP team on a \fBfoo\fP organization, you must always refer to that team as
27 \fBfoo:developers\fP in these commands\.
28 .RS 0
29 .IP \(bu 2
30 create / destroy:
31 Create a new team, or destroy an existing one\.
32 .IP \(bu 2
33 add / rm:
34 Add a user to an existing team, or remove a user from a team they belong to\.
35 .IP \(bu 2
36 ls:
37 If performed on an organization name, will return a list of existing teams
38 under that organization\. If performed on a team, it will instead return a list
39 of all users belonging to that particular team\.
40
41 .RE
42 .SH DETAILS
43 .P
44 \fBnpm team\fP always operates directly on the current registry, configurable from
45 the command line using \fB\-\-registry=<registry url>\fP\|\.
46 .P
47 In order to create teams and manage team membership, you must be a \fIteam admin\fR
48 under the given organization\. Listing teams and team memberships may be done by
49 any member of the organizations\.
50 .P
51 Organization creation and management of team admins and \fIorganization\fR members
52 is done through the website, not the npm CLI\.
53 .P
54 To use teams to manage permissions on packages belonging to your organization,
55 use the \fBnpm access\fP command to grant or revoke the appropriate permissions\.
56 .SH SEE ALSO
57 .RS 0
58 .IP \(bu 2
59 npm help access
60 .IP \(bu 2
61 npm help 7 registr
62
63 .RE