Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / deploy / list-applications.rst
Size: Mime:
**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"
        ]
    }