aws-elasticbeanstalk

AWS Elastic Beanstalk command-line client for deployment

brewmacoslinux
Try with needOr install directly
Source

About

Client for Amazon Elastic Beanstalk web service

Commands

eb

Examples

Initialize a new Elastic Beanstalk application in current directory$ eb init -p python-3.9 my-app
Create and deploy an environment$ eb create production-env
Deploy the current application version to the environment$ eb deploy