The behavior and format of this command differs depending on what Astronomer product you’re using. Use the following tabs to change between product contexts.
- Astro
- APC
Usage
--workspace-id flag. To find a Workspace ID, run astro workspace list.Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Add a Team to your Workspace.
astro workspace team add <options>
--workspace-id flag. To find a Workspace ID, run astro workspace list.| Option | Description | Valid Values |
|---|---|---|
--team-id | The ID for the Team to add to a Workspace. Bypasses the selection prompt. | Any valid Team ID. You can find available Team ID’s by running astro organization team list. |
-r, --role | The Team’s role in the Workspace. | Possible values are WORKSPACE_ACCESSOR, WORKSPACE_MEMBER, WORKSPACE_AUTHOR, WORKSPACE_OPERATOR, or WORKSPACE_OWNER. Default is WORKSPACE_MEMBER. |
--workspace-id | The ID for the Workspace where you want to add the Team. | Any valid Workspace ID. Default is the current Workspace context you are working in. |
astro workspace team add <team-id>, with the team ID that you want to add.astro workspace team add <team-id>
BASEDOMAIN.astronomer.io/w/cx897fds98csdcsdafasdot8g7/team/cl4iqjamcnmfgigl4852flfgulye, your Team ID would be cl4iqjamcnmfgigl4852flfgulye.astro organization team list and copy the value in the ID column| Option | Description | Possible Values |
|---|---|---|
<team-id> (Required) | The Team’s ID | Any valid Team ID |
--role | The Team’s role in the Workspace. | Possible values are WORKSPACE_MEMBER, WORKSPACE_AUTHOR, WORKSPACE_OPERATOR, or WORKSPACE_OWNER. Default is WORKSPACE_MEMBER. |
Was this page helpful?