You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CLI should support setting the default team a user is added to when invited to an organization. Currently, this always defaults to "developers" but should is now configurable on the website
Exit Criteria
npm org set should now support a new --team flag
default value is: undefined or developers whichever makes more sense
note: the website/registry already defaults to developers, this is just a matter of whether we want to send this value in the API request when --team isn't defined
Tests are written to reflect new capabilities
Documentation is updated to reflect new capabilities
Summary
The CLI should support setting the default team a user is added to when invited to an organization. Currently, this always defaults to
"developers"
but should is now configurable on the websiteExit Criteria
npm org set
should now support a new--team
flagundefined
ordevelopers
whichever makes more sensedevelopers
, this is just a matter of whether we want to send this value in the API request when--team
isn't definedExample
References
Website Implementation
The text was updated successfully, but these errors were encountered: