diff options
author | Kat Marchán <kzm@sykosomatic.org> | 2015-09-04 14:47:14 -0700 |
---|---|---|
committer | Rod Vagg <rod@vagg.org> | 2015-09-06 21:38:09 +1000 |
commit | d15ba80d6f7a473a70081768500260429ecb6218 (patch) | |
tree | d83559d4277c56eab5fffb986dd1e4ec8db94a4b /deps/npm/html/doc/cli/npm-team.html | |
parent | b4f1711a629251f6aab7615907fe7358881e0648 (diff) | |
download | node-new-d15ba80d6f7a473a70081768500260429ecb6218.tar.gz |
deps: upgrade to npm 2.14.2
PR-URL: https://github.com/nodejs/node/pull/2696
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
Diffstat (limited to 'deps/npm/html/doc/cli/npm-team.html')
-rw-r--r-- | deps/npm/html/doc/cli/npm-team.html | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/deps/npm/html/doc/cli/npm-team.html b/deps/npm/html/doc/cli/npm-team.html new file mode 100644 index 0000000000..ebe4244072 --- /dev/null +++ b/deps/npm/html/doc/cli/npm-team.html @@ -0,0 +1,70 @@ +<!doctype html> +<html> + <title>npm-team</title> + <meta http-equiv="content-type" value="text/html;utf-8"> + <link rel="stylesheet" type="text/css" href="../../static/style.css"> + <link rel="canonical" href="https://www.npmjs.org/doc/cli/npm-team.html"> + <script async=true src="../../static/toc.js"></script> + + <body> + <div id="wrapper"> + +<h1><a href="../cli/npm-team.html">npm-team</a></h1> <p>Manage organization teams and team memberships</p> +<h2 id="synopsis">SYNOPSIS</h2> +<pre><code>npm team create <scope:team> +npm team destroy <scope:team> + +npm team add <scope:team> <user> +npm team rm <scope:team> <user> + +npm team ls <scope>|<scope:team> + +npm team edit <scope:team> +</code></pre><h2 id="description">DESCRIPTION</h2> +<p>Used to manage teams in organizations, and change team memberships. Does not +handle permissions for packages.</p> +<p>Teams must always be fully qualified with the organization/scope they belond to +when operating on them, separated by a colon (<code>:</code>). That is, if you have a +<code>developers</code> team on a <code>foo</code> organization, you must always refer to that team as +<code>developers:foo</code> in these commands.</p> +<ul> +<li><p>create / destroy: +Create a new team, or destroy an existing one.</p> +</li> +<li><p>add / rm: +Add a user to an existing team, or remove a user from a team they belong to.</p> +</li> +<li><p>ls: +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.</p> +</li> +</ul> +<h2 id="details">DETAILS</h2> +<p><code>npm team</code> always operates directly on the current registry, configurable from +the command line using <code>--registry=<registry url></code>.</p> +<p>In order to create teams and manage team membership, you must be a <em>team admin</em> +under the given organization. Listing teams and team memberships may be done by +any member of the organizations.</p> +<p>Organization creation and management of team admins and <em>organization</em> members +is done through the website, not the npm CLI.</p> +<p>To use teams to manage permissions on packages belonging to your organization, +use the <code>npm access</code> command to grant or revoke the appropriate permissions.</p> +<h2 id="see-also">SEE ALSO</h2> +<ul> +<li><a href="../cli/npm-access.html">npm-access(1)</a></li> +<li><a href="../misc/npm-registr.html">npm-registr(7)</a></li> +</ul> + +</div> + +<table border=0 cellspacing=0 cellpadding=0 id=npmlogo> +<tr><td style="width:180px;height:10px;background:rgb(237,127,127)" colspan=18> </td></tr> +<tr><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)"> </td><td style="width:40px;height:10px;background:#fff" colspan=4> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4> </td><td style="width:40px;height:10px;background:#fff" colspan=4> </td><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)"> </td><td colspan=6 style="width:60px;height:10px;background:#fff"> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4> </td></tr> +<tr><td colspan=2 style="width:20px;height:30px;background:#fff" rowspan=3> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:20px;height:10px;background:#fff" rowspan=4 colspan=2> </td><td style="width:10px;height:20px;background:rgb(237,127,127)" rowspan=2> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:20px;height:10px;background:#fff" rowspan=3 colspan=2> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td></tr> +<tr><td style="width:10px;height:10px;background:#fff" rowspan=2> </td></tr> +<tr><td style="width:10px;height:10px;background:#fff"> </td></tr> +<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> +<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> +</table> +<p id="footer">npm-team — npm@2.14.2</p> |