LinuxCommandLibrary

npm-org

TLDR

List org members

$ npm org ls [org-name]
copy
Add member to org
$ npm org set [org-name] [username] [developer]
copy
Remove member
$ npm org rm [org-name] [username]
copy

SYNOPSIS

npm org [command] [options]

DESCRIPTION

npm org manages npm organization membership. Controls access to scoped packages.
The command handles org teams. Requires org admin privileges.
npm org manages organizations.

PARAMETERS

COMMAND

Organization subcommand.
ls ORG
List members.
set ORG USER ROLE
Add/update member.
rm ORG USER
Remove member.
--help
Display help information.

CAVEATS

Requires npm organization. Admin access needed. Paid feature.

HISTORY

npm org provides organization management for teams sharing scoped packages.

SEE ALSO

npm(1), npm-team(1), npm-access(1)

Copied to clipboard