yarn team

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 rm <scope:team> <user>

Remove a user from a team they belong to.

yarn team ls <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.

© 2016–2017 Yarn Contributors
Licensed under the BSD License.
https://yarnpkg.com/en/docs/cli/team

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部