astro workspace user update
info
The behavior and format of this command differs depending on what Astronomer product you're using. Use the following tabs to change product contexts.
- Astro
- Software
Update the role of an existing user in your current Workspace. The CLI prompts you for the user's email.
Usage
astro workspace user update --role <user-role>
Options
Option | Description | Valid Values |
---|---|---|
<email> | The email address of the user whose role you want to update. | Any valid email |
--role (Required) | The user's role in the Workspace. | Valid values are WORKSPACE_ACCESSOR , WORKSPACE_MEMBER , WORKSPACE_OPERATOR , WORKSPACE_AUTHOR , or WORKSPACE_OWNER . |
Related commands
Update a user's permissions in your current Astronomer Workspace.
Usage
astro workspace user update --email <user-email-address>
Options
Option | Description | Possible Values |
---|---|---|
--email (Required) | The user's email. | Any valid email address |
--role | The role you're updating the user to. | Possible values are WORKSPACE_VIEWER , WORKSPACE_EDITOR , or WORKSPACE_ADMIN . Default value is WORKSPACE_VIEWER |