Open mick-feller opened 6 years ago
I am not a big fan of Elastic Beanstalk and I am not sure the eb cli tooling is directly possible with the AWS SDK. But if this is useful and possible I think it could make it into the plugin.
If you read the link i've added they actually ported the EB CLI tool into aws cli.
So i guess it's possible with the regular aws cli tool.
the plugin is not using the aws cli but the aws sdk for Java. So the question is, if they added it to the SDK or if it is only implemented in the cli.
It looks like it's available in aws sdk as well.
I would send you a PR if i could but i have zero java knowledge :(
If you provide a script that shows how you would use the sdk, I might be able to put a PR together. Its been a few years since I used elastic beanstalk
Here is an SO link in the accepted answer is a good example.
Thanks!
@hoegertn is this a feature that will be include?
@tylersouthwick did you had a chance to look at it?
If there is a PR with a sound implementation, sure. I do not have the time nor the setup to implement it on my own.
Hi,
first of all, great plugin very useful!! any chance you are willing to support elastic beanstalk aws cli support?
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3.html
That would be an awesome addition.
Thanks