Astro CLI
Manage and configure your Astro projects.
v1.42
Update user Organization roles in your current Astro Organization.
Run astro organization user update to update a user’s Organization role. The CLI prompts you for the user email address associated with their account.
astro organization user update
<email>
astro organization user invite
--role
ORGANIZATION_MEMBER
ORGANIZATION_BILLING_ADMIN
ORGANIZATION_OWNER
1# Invite a user to your Organization2astro organization user invite user@cosmicenergy.org --role ORGANIZATION_BILLING_ADMIN34# Update a user's role. The CLI prompts you for the user's email5astro organization user update --role ORGANIZATION_MEMBER
astro login
astro organization user list