aws / aws-elastic-beanstalk-cli

The EB CLI is a command line interface for Elastic Beanstalk that provides interactive commands that simplify creating, updating and monitoring environments from a local repository.
Apache License 2.0
162 stars 78 forks source link

More flexible application_name #57

Open antgel opened 3 years ago

antgel commented 3 years ago

Tell us about your request

It would be very useful if it was possible to set application_name as a flag of eb deploy. e.g. eb deploy --application-name my-app-staging-us-east-1

Tell us about the problem you're trying to solve.

We sometimes want to deploy a given branch to more than one application in a region e.g. my-app-staging-us-east-1 and my-app-funfunfun-us-east-1. Currently we have to edit config.yml every time, which doesn't lead itself well to scripting.

Are you currently working around this issue?

Yes. I wrote a shell script which takes environment as a parameter, generates config.yml, and runs eb deploy.

Palakpatel67 commented 3 years ago

@antgel thanks for reporting this. We will look into this and post any updates to this issue here.

antgel commented 3 years ago

@Palakpatel67 Thanks! Is there any timeframe for looking at it? I'm not familiar with how the project works.

celalo commented 3 years ago

Are you currently working around this issue?

Yes. I wrote a shell script which takes environment as a parameter, generates config.yml, and runs eb deploy.

@antgel may I ask you to share your shell script if possible? I am going to need something similar in my project as well. Thanks!

DavidArmendariz commented 3 months ago

2024 and still can't do it