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/commands/npm-team.md
+56-12
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,6 @@ npm team add <scope:team> <user>
14
14
npm team rm <scope:team><user>
15
15
16
16
npm team ls <scope>|<scope:team>
17
-
18
-
npm team edit <scope:team>
19
17
```
20
18
21
19
### Description
@@ -24,31 +22,76 @@ Used to manage teams in organizations, and change team memberships. Does not
24
22
handle permissions for packages.
25
23
26
24
Teams must always be fully qualified with the organization/scope they belong to
27
-
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.
25
+
when operating on them, separated by a colon (`:`). That is, if you have a
26
+
`newteam` team in an `org` organization, you must always refer to that team
27
+
as `@org:newteam` in these commands.
28
28
29
-
If you have two-factor authentication enabled in `auth-and-writes` mode, then you can provide a code from your authenticator with `[--otp <otpcode>]`. If you don't include this then you will be prompted.
29
+
If you have two-factor authentication enabled in `auth-and-writes` mode, then
30
+
you can provide a code from your authenticator with `[--otp <otpcode>]`.
31
+
If you don't include this then you will be prompted.
30
32
31
33
* create / destroy:
32
-
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>
33
-
* add / rm:
34
-
Add a user to an existing team, or remove a user from a team they belong to.
34
+
Create a new team, or destroy an existing one. Note: You cannot remove the
0 commit comments