1NPM-ORG(1)                                                          NPM-ORG(1)
2
3
4

NAME

6       npm-org - Manage orgs
7

SYNOPSIS

9         npm org set <orgname> <username> [developer | admin | owner]
10         npm org rm <orgname> <username>
11         npm org ls <orgname> [<username>]
12

EXAMPLE

14       Add a new developer to an org:
15
16         $ npm org set my-org @mx-smith
17
18       Add a new admin to an org (or change a developer to an admin):
19
20         $ npm org set my-org @mx-santos admin
21
22       Remove a user from an org:
23
24         $ npm org rm my-org mx-santos
25
26       List all users in an org:
27
28         $ npm org ls my-org
29
30       List all users in JSON format:
31
32         $ npm org ls my-org --json
33
34       See what role a user has in an org:
35
36         $ npm org ls my-org @mx-santos
37

DESCRIPTION

39       You can use the npm org commands to manage and view users of an organi‐
40       zation.  It supports adding and removing users, changing  their  roles,
41       listing them, and finding specific ones and their roles.
42

SEE ALSO

44       · Documentation on npm Orgs https://docs.npmjs.com/orgs/
45
46
47
48
49                                  April 2019                        NPM-ORG(1)
Impressum