Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

yarn team

Maintain team memberships

yarn team

Manage teams in organizations, and change team memberships.

Commands

yarn team create <scope:team>

Create a new team.

yarn team destroy <scope:team>

Destroys an existing team.

yarn team add <scope:team> <user>

Add a user to an existing team.

yarn team remove <scope:team> <user>

Remove a user from a team they belong to.

yarn team list <scope>|<scope:team>

If performed on an organization name, will return a list of existing teams under that organization. If performed on a team, it will instead return a list of all users belonging to that particular team.

Details

yarn team always operates directly on the current registry, configurable from the command line using --registry=<registry url>.

In order to create teams and manage team membership, you must be a team admin under the given organization. Listing teams and team memberships may be done by any member of the organizations.

Organization creation and management of team admins and organization members is done through the npm website, not the CLI.

To use teams to manage permissions on packages belonging to your organization, use the yarn access command to grant or revoke the appropriate permissions.