You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/cli-commands/npm-team.md
+2-4
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,10 @@ Used to manage teams in organizations, and change team memberships. Does not
28
28
handle permissions for packages.
29
29
30
30
Teams must always be fully qualified with the organization/scope they belong to
31
-
when operating on them, separated by a colon (`:`). That is, if you have a
32
-
`developers` team on a `foo` organization, you must always refer to that team as `foo:developers` in these commands.
31
+
when operating on them, separated by a colon (`:`). That is, if you have a `wombats` team in a `wisdom` organization, you must always refer to that team as `wisdom:wombats` in these commands.
33
32
34
33
* create / destroy:
35
-
Create a new team, or destroy an existing one.
36
-
34
+
Create a new team, or destroy an existing one. Note: You cannot remove the `developers` team, <ahref="https://docs.npmjs.com/about-developers-team"target="_blank">learn more.</a>
37
35
* add / rm:
38
36
Add a user to an existing team, or remove a user from a team they belong to.
0 commit comments