• Home
  • Raw
  • Download

Lines Matching refs:team

2 title: npm-team
4 description: Manage organization teams and team memberships
10 npm team create <scope:team> [--otp <otpcode>]
11 npm team destroy <scope:team> [--otp <otpcode>]
12 npm team add <scope:team> <user> [--otp <otpcode>]
13 npm team rm <scope:team> <user> [--otp <otpcode>]
14 npm team ls <scope>|<scope:team>
21 Used to manage teams in organizations, and change team memberships. Does not
26 `newteam` team in an `org` organization, you must always refer to that team
35 Create a new team, or destroy an existing one. Note: You cannot remove the
36 …`developers` team, <a href="https://docs.npmjs.com/about-developers-team" target="_blank">learn mo…
38 Here's how to create a new team `newteam` under the `org` org:
41 npm team create @org:newteam
45 team has been created.
48 Add a user to an existing team.
50 Adding a new user `username` to a team named `newteam` under the `org` org:
53 npm team add @org:newteam username
59 Using `npm team rm` you can also remove users from a team they belong to.
61 Here's an example removing user `username` from `newteam` team
65 npm team rm @org:newteam username
73 under that organization. If performed on a team, it will instead return a list
74 of all users belonging to that particular team.
79 npm team ls @org
82 Example listing all members of a team named `newteam`:
85 npm team ls @org:newteam
90 `npm team` always operates directly on the current registry, configurable from
93 You must be a *team admin* to create teams and manage team membership, under
94 the given organization. Listing teams and team memberships may be done by
97 Organization creation and management of team admins and *organization* members