astro deployment team
info
This command is available only if you're authenticated to an Astronomer Software installation.
Manage Deployment-level Teams on Astronomer Software.
Usage
This command includes three subcommands: create
, delete
, and list
astro deployment team add --deployment-id=<your-deployment-id> <team-id>
astro deployment team list <deployment-id>
astro deployment team --deployment-id=<your-deployment-id> <team-id>
astro deployment team remove --deployment-id=<your-deployment-id> <team-id>
You can retrieve a Team's ID in one of two ways:
- Access the Team in the Software UI and copy the last part of the URL in your web browser. For example, if your Team is located at
BASEDOMAIN.astronomer.io/w/cx897fds98csdcsdafasdot8g7/team/cl4iqjamcnmfgigl4852flfgulye
, your Team ID iscl4iqjamcnmfgigl4852flfgulye
. - Run
astro workspace team list
and copy the value in theID
column.
Options
Option | Description | Possible Values |
---|---|---|
--deployment-id (Required) | The Deployment for the Team | Any valid Deployment ID |
<team-id> (Required) | The Team's ID | Any valid Team ID |
--role | The Team's role in the Deployment | Possible values are either DEPLOYMENT_VIEWER , DEPLOYMENT_EDITOR , or DEPLOYMENT_ADMIN . Default is DEPLOYMENT_VIEWER |