]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/html/doc/cli/npm-team.html
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / html / doc / cli / npm-team.html
1 <!doctype html>
2 <html>
3   <title>npm-team</title>
4   <meta charset="utf-8">
5   <link rel="stylesheet" type="text/css" href="../../static/style.css">
6   <link rel="canonical" href="https://www.npmjs.org/doc/cli/npm-team.html">
7   <script async=true src="../../static/toc.js"></script>
8
9   <body>
10     <div id="wrapper">
11
12 <h1><a href="../cli/npm-team.html">npm-team</a></h1> <p>Manage organization teams and team memberships</p>
13 <h2 id="synopsis">SYNOPSIS</h2>
14 <pre><code>npm team create &lt;scope:team&gt;
15 npm team destroy &lt;scope:team&gt;
16
17 npm team add &lt;scope:team&gt; &lt;user&gt;
18 npm team rm &lt;scope:team&gt; &lt;user&gt;
19
20 npm team ls &lt;scope&gt;|&lt;scope:team&gt;
21
22 npm team edit &lt;scope:team&gt;
23 </code></pre><h2 id="description">DESCRIPTION</h2>
24 <p>Used to manage teams in organizations, and change team memberships. Does not
25 handle permissions for packages.</p>
26 <p>Teams must always be fully qualified with the organization/scope they belond to
27 when operating on them, separated by a colon (<code>:</code>). That is, if you have a
28 <code>developers</code> team on a <code>foo</code> organization, you must always refer to that team as
29 <code>foo:developers</code> in these commands.</p>
30 <ul>
31 <li><p>create / destroy:
32 Create a new team, or destroy an existing one.</p>
33 </li>
34 <li><p>add / rm:
35 Add a user to an existing team, or remove a user from a team they belong to.</p>
36 </li>
37 <li><p>ls:
38 If performed on an organization name, will return a list of existing teams
39 under that organization. If performed on a team, it will instead return a list
40 of all users belonging to that particular team.</p>
41 </li>
42 </ul>
43 <h2 id="details">DETAILS</h2>
44 <p><code>npm team</code> always operates directly on the current registry, configurable from
45 the command line using <code>--registry=&lt;registry url&gt;</code>.</p>
46 <p>In order to create teams and manage team membership, you must be a <em>team admin</em>
47 under the given organization. Listing teams and team memberships may be done by
48 any member of the organizations.</p>
49 <p>Organization creation and management of team admins and <em>organization</em> members
50 is done through the website, not the npm CLI.</p>
51 <p>To use teams to manage permissions on packages belonging to your organization,
52 use the <code>npm access</code> command to grant or revoke the appropriate permissions.</p>
53 <h2 id="see-also">SEE ALSO</h2>
54 <ul>
55 <li><a href="../cli/npm-access.html">npm-access(1)</a></li>
56 <li><a href="../misc/npm-registr.html">npm-registr(7)</a></li>
57 </ul>
58
59 </div>
60
61 <table border=0 cellspacing=0 cellpadding=0 id=npmlogo>
62 <tr><td style="width:180px;height:10px;background:rgb(237,127,127)" colspan=18>&nbsp;</td></tr>
63 <tr><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td colspan=6 style="width:60px;height:10px;background:#fff">&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td></tr>
64 <tr><td colspan=2 style="width:20px;height:30px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=4 colspan=2>&nbsp;</td><td style="width:10px;height:20px;background:rgb(237,127,127)" rowspan=2>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=3 colspan=2>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td></tr>
65 <tr><td style="width:10px;height:10px;background:#fff" rowspan=2>&nbsp;</td></tr>
66 <tr><td style="width:10px;height:10px;background:#fff">&nbsp;</td></tr>
67 <tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
68 <tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
69 </table>
70 <p id="footer">npm-team &mdash; npm@2.15.11</p>