Omnistrate ctl instance get deployment
omnistrate-ctl instance get-deployment
Get the deployment entity metadata of the instance
Synopsis
This command helps you get the deployment entity metadata of the instance.
omnistrate-ctl instance get-deployment [instance-id] --deployment-type <deployment-type> --deployment-name <deployment-name> --output-path <output-path> [flags]
Examples
# Get the deployment entity metadata of the instance
omctl instance get-deployment instance-abcd1234 --deployment-type terraform --deployment-name my-terraform-deployment --output-path /tmp
Options
-n, --deployment-name string Deployment name
-t, --deployment-type string Deployment type
-h, --help help for get-deployment
-o, --output string Output format. Only json is supported (default "json")
-p, --output-path string Output path
Options inherited from parent commands
SEE ALSO
- omnistrate-ctl instance - Manage Instance Deployments for your service