diff --git a/lang/en/docs/cli/team.md b/lang/en/docs/cli/team.md index 7299a88db..20e20564e 100644 --- a/lang/en/docs/cli/team.md +++ b/lang/en/docs/cli/team.md @@ -34,7 +34,10 @@ If performed on an organization name, will return a list of existing teams under ### Details -yarn team always operates directly on the current registry, configurable from the command line using `--registry=`. +Teams must always be fully qualified with the organization/scope they belong to when operating on them, separated by a colon (:). +For example: If you have a team named `developers` on a company named `foobar`, you should use team name like `foobar:developers` in the above `` commands. + +yarn team always operates directly on the current registry, but you can overwrite it from the command line by using `YARN_REGISTRY="`. 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.