Sha256: 783918d1c6869beb17451bd6e3ccac6124043742645592b47ff47982316c00fc
Contents?: true
Size: 1.27 KB
Versions: 13
Compression:
Stored size: 1.27 KB
Contents
# app `app` is a command for managing ElasticBeanstalk application. ## Subcommands - [create](#create) - [delete](#delete) - [info](#info) - [list](#list) - [versions](#versions) <a name="create"></a> ### create Create an application. ``` ebfly app create [name] -d [desc] ``` #### Options | Name | Description | Required | | ---- | ----------------------------------- | -------- | | -d | The description of the application. | No | <a name="delete"></a> ### delete Delete the specified application. ``` ebfly app delete [name] -f ``` #### Options | Name | Description | Required | | ---- | ----------------------------------------------------------------------------------------- | -------- | | -f | Determines if all running environments should be deleted before deleting the application. | No | <a name="info"></a> ### info Show the specified application information. ``` ebfly app info [name] ``` #### Options None <a name="list"></a> ### list List all applications. ``` ebfly app list ``` #### Options None <a name="versions"></a> ### versions Show the application versions of specified application. ``` ebfly app versions [name] ``` #### Options None
Version data entries
13 entries across 13 versions & 1 rubygems