Promote Application version from dev to stg/prd environment

Fetch OmniDeq Application Blueprint details

Promote application blueprint of version ‘v1’ to stg/prd environment

# Execute the following command

chctl cruize promote --source "eks-dev-01" --applicationName "eshop" --target "od-eks-stg-01" --appBlueprintVersion v1

Fetch Deployed Application details

# Execute the following command

chctl cruize getDeployedApps --eksBlueprintName “od-eks-stg-01”

Delete the workload

Syntax: chctl cruize deleteWorkload --blueprintName <EKS_blueprint_name> --environment <dev/stg/prod>

Example: chctl cruize deleteWorkload --blueprintName od-eks-stg-01 --environment stg