summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-team.1
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man1/npm-team.1')
-rw-r--r--deps/npm/man/man1/npm-team.113
1 files changed, 5 insertions, 8 deletions
diff --git a/deps/npm/man/man1/npm-team.1 b/deps/npm/man/man1/npm-team.1
index 94fb186a19..ca7f0beb1f 100644
--- a/deps/npm/man/man1/npm-team.1
+++ b/deps/npm/man/man1/npm-team.1
@@ -1,7 +1,6 @@
-.TH "NPM\-TEAM" "" "November 2019" "" ""
+.TH "NPM\-TEAM" "1" "November 2019" "" ""
.SH "NAME"
-\fBnpm-team\fR
-.SH Manage organization teams and team memberships
+\fBnpm-team\fR \- Manage organization teams and team memberships
.SS Synopsis
.P
.RS 2
@@ -23,13 +22,11 @@ Used to manage teams in organizations, and change team memberships\. Does not
handle permissions for packages\.
.P
Teams must always be fully qualified with the organization/scope they belong to
-when operating on them, separated by a colon (\fB:\fP)\. That is, if you have a
-\fBdevelopers\fP team on a \fBfoo\fP organization, you must always refer to that team as
-\fBfoo:developers\fP in these commands\.
+when operating on them, separated by a colon (\fB:\fP)\. That is, if you have a \fBwombats\fP team in a \fBwisdom\fP organization, you must always refer to that team as \fBwisdom:wombats\fP in these commands\.
.RS 0
.IP \(bu 2
create / destroy:
-Create a new team, or destroy an existing one\.
+Create a new team, or destroy an existing one\. Note: You cannot remove the \fBdevelopers\fP team, <a href="https://docs\.npmjs\.com/about\-developers\-team" target="_blank">learn more\.</a>
.IP \(bu 2
add / rm:
Add a user to an existing team, or remove a user from a team they belong to\.
@@ -60,7 +57,7 @@ use the \fBnpm access\fP command to grant or revoke the appropriate permissions\
.SS See Also
.RS 0
.IP \(bu 2
-npm help npm\-access
+npm help access
.IP \(bu 2
npm help registry