CellPilot / aws /dist /awscli /examples /deploy /list-applications.rst
philippendres's picture
Upload folder using huggingface_hub
907462b verified
Raw
History Blame Contribute Delete
331 Bytes
**To get information about applications**
The following ``list-applications`` example displays information about all applications that are associated with the user's AWS account. ::
aws deploy list-applications
Output::
{
"applications": [
"WordPress_App",
"MyOther_App"
]
}