Skip to main content

Documentation Index

Fetch the complete documentation index at: https://astronomer-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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.

Usage

astro workspace create <options>

Options

OptionDescriptionValid Values
--descriptionThe description for the Workspace.Any string
--enforce-ci-cdDetermines whether users are required to use an API token to deploy code.ON or OFF
--nameThe name for the Workspace.Any string

Examples

$ astro workspace create --name "My Deployment" --enforce-ci-cd ON