astro workspace create
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.
Create a Workspace.
- Astro
- Software
Usage
astro workspace create <options>
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 |
Examples
$ astro workspace create --name "My Deployment" --enforce-ci-cd ON