c27cc6ecc4862ad757fcdf268b7dbcc9a5a7f7f0
[platform/upstream/nodejs.git] / deps / npm / man / man3 / npm-owner.3
1 .\" Generated with Ronnjs 0.3.8
2 .\" http://github.com/kapouer/ronnjs/
3 .
4 .TH "NPM\-OWNER" "3" "November 2013" "" ""
5 .
6 .SH "NAME"
7 \fBnpm-owner\fR \-\- Manage package owners
8 .
9 .SH "SYNOPSIS"
10 .
11 .nf
12 npm\.commands\.owner(args, callback)
13 .
14 .fi
15 .
16 .SH "DESCRIPTION"
17 The first element of the \'args\' parameter defines what to do, and the subsequent
18 elements depend on the action\. Possible values for the action are (order of
19 parameters are given in parenthesis):
20 .
21 .IP "\(bu" 4
22 ls (package):
23 List all the users who have access to modify a package and push new versions\.
24 Handy when you need to know who to bug for help\.
25 .
26 .IP "\(bu" 4
27 add (user, package):
28 Add a new user as a maintainer of a package\.  This user is enabled to modify
29 metadata, publish new versions, and add other owners\.
30 .
31 .IP "\(bu" 4
32 rm (user, package):
33 Remove a user from the package owner list\.  This immediately revokes their
34 privileges\.
35 .
36 .IP "" 0
37 .
38 .P
39 Note that there is only one level of access\.  Either you can modify a package,
40 or you can\'t\.  Future versions may contain more fine\-grained access levels, but
41 that is not implemented at this time\.
42 .
43 .SH "SEE ALSO"
44 .
45 .IP "\(bu" 4
46 npm apihelp publish
47 .
48 .IP "\(bu" 4
49 npm help  registry
50 .
51 .IP "" 0
52