npm-team
manages organization teams
TLDR
List teams
$ npm team ls [@org]
Create team$ npm team create [@org:team]
Destroy team$ npm team destroy [@org:team]
Add user to team$ npm team add [@org:team] [user]
Remove user from team$ npm team rm [@org:team] [user]
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)
