Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
deploy
/
Filename :
list-deployment-groups.rst
back
Copy
**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" ] }