67722df32438a5b92fe6d3a7c99536f298d8a138
[platform/upstream/nodejs.git] / deps / npm / man / man1 / npm-owner.1
1 .\" Generated with Ronnjs 0.3.8
2 .\" http://github.com/kapouer/ronnjs/
3 .
4 .TH "NPM\-OWNER" "1" "November 2013" "" ""
5 .
6 .SH "NAME"
7 \fBnpm-owner\fR \-\- Manage package owners
8 .
9 .SH "SYNOPSIS"
10 .
11 .nf
12 npm owner ls <package name>
13 npm owner add <user> <package name>
14 npm owner rm <user> <package name>
15 .
16 .fi
17 .
18 .SH "DESCRIPTION"
19 Manage ownership of published packages\.
20 .
21 .IP "\(bu" 4
22 ls:
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:
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:
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 help publish
47 .
48 .IP "\(bu" 4
49 npm help  registry
50 .
51 .IP "\(bu" 4
52 npm help adduser
53 .
54 .IP "\(bu" 4
55 npm help  disputes
56 .
57 .IP "" 0
58