Sha256: 49e5d4f9e347ce089f541e7a05bf52e8705b9088402edff7ce11ea92bc0414e6
Contents?: true
Size: 1.16 KB
Versions: 7
Compression:
Stored size: 1.16 KB
Contents
# app `app` is a command for managing ElasticBeanstalk application. ## Subcommands - [create](#create) - [delete](#delete) - [info](#info) - [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="versions"></a> ### versions Show the application versions of specified application. ``` ebfly app versions [name] ``` #### Options None
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
ebfly-0.0.8 | docs/app.md |
ebfly-0.0.7 | docs/app.md |
ebfly-0.0.6 | docs/app.md |
ebfly-0.0.5 | docs/app.md |
ebfly-0.0.4 | docs/app.md |
ebfly-0.0.3 | docs/app.md |
ebfly-0.0.2 | docs/app.md |