astro deployment inspect
This command is only available on Astro.
Inspect an Astro Deployment. This command returns a YAML or JSON representation of a Deployment’s current configuration and state as shown in the Astro UI. When the --key
flag is used, it returns only the values specified with the flag.
For more information about how to use Deployment files, see Manage Deployments as Code.
Usage
When using the --key
flag, specify the complete path of the key you want to return the value for, excluding deployment
. For example, to return the cluster_id
for a specific Deployment, you would run:
See Template file contents for all possible values to return.