| « PreviousNext » | |
![]() ![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
Returns descriptions about existing applications.
elastic-beanstalk-describe-applications -a
[
names [,name..]]
| Name | Description | Required |
|---|---|---|
|
|
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 |
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.
This example shows how to describe all applications for this account.
PROMPT> elastic-beanstalk-describe-applicationsThis example shows how to describe a specific application.
PROMPT> elastic-beanstalk-describe-applications -a MyApplication