Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aws
GitHub Repository: aws/aws-cli
Path: blob/develop/awscli/examples/deploy/list-deployment-groups.rst
1567 views
**To get information about deployment groups**

The following ``list-deployment-groups`` example displays information about all deployment groups that are associated with the specified application. ::

    aws deploy list-deployment-groups --application-name WordPress_App

Output::

    {
        "applicationName": "WordPress_App",
        "deploymentGroups": [
            "WordPress_DG",
            "WordPress_Beta_DG"
        ]
    }