eb deploy <environment-name>
Deploys the application source bundle from the initialized project directory to the running application
Arguments
Name | Description |
---|
environment-name | |
Options
Name | Description |
---|
-l, --label <version-label> | Specify a label to use for the version that the EB CLI creates |
--env-group-suffix <groupname> | Group name to append to the environment name |
-m, --message <version-description> | The description for the application version, enclosed in double quotation marks |
--modules <component> | List of components to update. Only for Compose Environments |
-p, --platform | Preprocess and validate the environment manifest and configuration files in the source bundle |
--source <repository-name/repository-branch> | CodeCommit repository and branch |
--staged | Deploy files staged in the git index instead of the HEAD commit |
--timeout <minutes> | The number of minutes before the command times out |
--version <version-label> | An existing application version to deploy |