From 1893788d27c12bd7b8d4ef0e57bebd3b8cbd6dc6 Mon Sep 17 00:00:00 2001 From: ashborn <121210083+Bucke200@users.noreply.github.com> Date: Sun, 20 Oct 2024 18:43:42 +0530 Subject: [PATCH] npm-team: add page (#14296) Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec --- pages/common/npm-team.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/npm-team.md diff --git a/pages/common/npm-team.md b/pages/common/npm-team.md new file mode 100644 index 0000000000..25441f3db2 --- /dev/null +++ b/pages/common/npm-team.md @@ -0,0 +1,28 @@ +# npm team + +> Manage teams in an organization on the `npm` registry. +> More information: . + +- Add a user to a team in an organization: + +`npm team add {{organization:team}} {{username}}` + +- Remove a user from a team: + +`npm team rm {{organization:team}} {{username}}` + +- Create a new team in an organization: + +`npm team create {{organization:team}}` + +- Delete a team from an organization: + +`npm team destroy {{organization:team}}` + +- List all teams in an organization: + +`npm team ls {{organization}}` + +- List all users in a specific team: + +`npm team ls {{organization:team}}`