astro workspace update
Update an Astro Workspace.
Usage
astro workspace update <workspace-id> <options>
You can find a Workspace's ID by running astro workspace list
. If you do not provide a Workspace ID, the CLI prompts you to pick from a list of Workspaces that you belong to in your current Organization.
Options
Option | Description | Valid Values |
---|---|---|
--description | The description for the Workspace. | Any string |
--enforce-ci-cd | Determines whether users are required to use a Workspace API token or Deployment API key to deploy code. | ON or OFF |
--name | The name for the Workspace. | Any string |
Examples
$ astro workspace update --name "My Deployment" --enforce-ci-cd OFF