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.
- CLI Introduction
- yarn add
- yarn audit
- yarn autoclean
- yarn bin
- yarn cache
- yarn check
- yarn config
- yarn create
- yarn dedupe
- yarn generate-lock-entry
- yarn global
- yarn help
- yarn import
- yarn info
- yarn init
- yarn install
- yarn licenses
- yarn link
- yarn list
- yarn lockfile
- yarn login
- yarn logout
- yarn outdated
- yarn owner
- yarn pack
- yarn policies
- yarn prune
- yarn publish
- yarn remove
- yarn run
- yarn self-update
- yarn tag
- yarn test
- yarn unlink
- yarn upgrade
- yarn upgrade-interactive
- yarn version
- yarn versions
- yarn why
- yarn workspace
- yarn workspaces
