LinuxCommandLibrary

npm-team

manages organization teams

TLDR

List teams

$ npm team ls [@org]
copy
Create team
$ npm team create [@org:team]
copy
Destroy team
$ npm team destroy [@org:team]
copy
Add user to team
$ npm team add [@org:team] [user]
copy
Remove user from team
$ npm team rm [@org:team] [user]
copy

SYNOPSIS

npm team [command] [options]

DESCRIPTION

npm team manages organization teams. Controls package access groups.
The command handles team membership. Part of npm organizations feature.

PARAMETERS

COMMAND

Team subcommand.
ls ORG
List teams/members.
create TEAM
Create team.
destroy TEAM
Delete team.
add TEAM USER
Add member.
--help
Display help information.

CAVEATS

Requires organization. Admin access needed. Paid feature.

HISTORY

npm team provides team-based access control for npm organization packages.

SEE ALSO

npm(1), npm-org(1), npm-access(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community