Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
deploy
📤 Upload
📝 New File
📁 New Folder
Close
Editing: list-deployment-groups.rst
**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" ] }
Save
Cancel