AWS Elastic Beanstalk
Developer Guide (API Version 2010-12-01)
« PreviousNext »
View the PDF for this guide.Go to the AWS Discussion Forum for this product.Go to the Kindle Store to download this guide in Kindle format.Did this page help you?  Yes | No |  Tell us about it...

elastic-beanstalk-describe-applications

Description

Returns descriptions about existing applications.

Syntax

elastic-beanstalk-describe-applications -a [names [,name..]]

Options

NameDescriptionRequired

-a

--application-names name

The name of one or more applications, separated by commas. If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.

Type: String[]

Default: None

No

Output

The command returns a table with the following information:

  • ApplicationName—The name of the application.

  • ConfigurationTemplates—A list of the configuration templates used to create the application.

  • DateCreated—The date the application was created.

  • DateUpdated—The date the application was last updated.

  • Description—The description of the application.

  • Versions—The names of the versions for this application.

Examples

Describing the Applications

This example shows how to describe all applications for this account.

PROMPT> elastic-beanstalk-describe-applications

Describing a Specific Application

This example shows how to describe a specific application.

PROMPT> elastic-beanstalk-describe-applications -a MyApplication