CLI referenceastro organizationastro organization team createCopy pageThis command is only available on Astro. Create a new Team in your Organization. Usage 1astro organization team create --name "<team-name>" Options OptionDescriptionValid Values--nameThe Team’s name.String surrounded by quotation marks.--descriptionA description for the Team.String surrounded by quotation marks.--roleThe Team’s role in the Organization.Valid values are ORGANIZATION_MEMBER, ORGANIZATION_BILLING_ADMIN, or ORGANIZATION_OWNER. Examples 1# Invite a user to your Organization2astro organization team create --name "Billing Admins" --role ORGANIZATION_BILLING_ADMIN Related Commands astro organization user update astro workspace user add