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
- APC
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Create an Astro Workspace.
astro workspace create <options>
| Option | Description | Valid Values |
|---|---|---|
--description | The description for the Workspace. | Any string |
--enforce-ci-cd | Determines whether users are required to use an API token to deploy code. | ON or OFF |
--name | The name for the Workspace. | Any string |
$ astro workspace create --name "My Deployment" --enforce-ci-cd ON
astro workspace create <options>
| Option | Description | Valid Values |
|---|---|---|
--description | The description for the Workspace. | Any string |
--label | The label for the Workspace. | Any string |
$ astro workspace create --label "My Deployment" --description "My new Deployment"
Was this page helpful?