Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAmal Hussein <amal@npmjs.com>2019-11-09 02:36:45 +0300
committerclaudiahdz <cghr1990@gmail.com>2019-11-14 20:11:49 +0300
commitb4f5e3825535256aaada09c5e8f104570a3d96a4 (patch)
tree7d1947ae4a08f03fb519e04d7f598a53a3c9d1a3 /docs
parent26c1b2ef6be1595d28d935d35faa8ec72daae544 (diff)
feat(docs): adding tests and updating docs to reflect changes in registry teams API. The default developers team can not longer be removed
PR-URL: https://github.com/npm/cli/pull/457 Credit: @nomadtechie Close: #457 Reviewed-by: @claudiahdz
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/content/cli-commands/npm-team.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/content/cli-commands/npm-team.md b/docs/content/cli-commands/npm-team.md
index 0f463f298..9a63b10c2 100755
--- a/docs/content/cli-commands/npm-team.md
+++ b/docs/content/cli-commands/npm-team.md
@@ -28,12 +28,10 @@ Used to manage teams in organizations, and change team memberships. Does not
handle permissions for packages.
Teams must always be fully qualified with the organization/scope they belong to
-when operating on them, separated by a colon (`:`). That is, if you have a
-`developers` team on a `foo` organization, you must always refer to that team as `foo:developers` in these commands.
+when operating on them, separated by a colon (`:`). That is, if you have a `wombats` team in a `wisdom` organization, you must always refer to that team as `wisdom:wombats` in these commands.
* create / destroy:
- Create a new team, or destroy an existing one.
-
+ Create a new team, or destroy an existing one. Note: You cannot remove the `developers` team, <a href="https://docs.npmjs.com/about-developers-team" target="_blank">learn more.</a>
* add / rm:
Add a user to an existing team, or remove a user from a team they belong to.