Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 389 Bytes

File metadata and controls

17 lines (12 loc) · 389 Bytes

To get information about deployment groups

This example displays information about all deployment groups that are associated with the specified application.

Command:

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

Output:

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