Add --role flag to vercel teams invite for automated member onboarding https://community.vercel.com/t/add-role-flag-to-vercel-teams-invite-for-automated-member-onboarding/36289?u=shige

Add --role flag to vercel teams invite for automated member onboarding
Hello Vercel team, I’d like to request support for assigning a team member role directly from the CLI when inviting users to a team. Problem Currently, the vercel teams invite command does not support specifying a role, which complicates automation flows. Current Behavior vercel teams invite [email protected] --scope my-team Proposed Behavior vercel teams invite [email protected] --scope my-team --role DEVELOPER This would help with onboarding and automation flows where the invited user needs...