Remove user
step
Remove an NPM user from an organization.
Specification
npm
Required
object
An object of NPM configuration
npm.
token
Required
string
An NPM access token
npm.
organization
Required
string
The name of the organization you would like to add a user to.
user
Required
string
The username of the npm user you would like to add to your organization
Example step configuration
name: npm-remove-user
image: relaysh/npm-step-user-remove
spec:
npm:
token: !Secret npm-token
organization: !Parameter npmOrganization
user: !Parameter npmUser