Command option Sample:aws elasticbeanstalk create-application

Search command sample in the internet.It is the result.

Creates an application that has one configuration template named"default" and no application versions.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/elasticbeanstalk/create-application.html

aws elasticbeanstalk create-application --application-name SampleWebApi
    Getting Started with AWS - Up and Running with Elastic Beanstalk in Minutes - Kyle Galbraith : http://blog.kylegalbraith.com/2018/06/28/getting-started-with-aws-up-and-running-with-elastic-beanstalk-in-minutes/
aws elasticbeanstalk create-application --application-name MyApp --description "my application"
    create-application — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/elasticbeanstalk/create-application.html
aws elasticbeanstalk create-application --application-name "Clojure Collector Demo" --description "Enables cross domain user tracking"
    Create a new application in Elastic Beanstalk and upload the WAR file into it 揃 snowplow/snowplow Wiki 揃 GitHub : http://github.com/snowplow/snowplow/wiki/Create-a-new-application-in-Elastic-Beanstalk-and-upload-the-WAR-file-into-it
aws elasticbeanstalk create-application \
    AWS Docker Walkthrough With ElasticBeanstalk: Part 2 - Ian Blenke - DevOps : http://ian.blenke.com/blog/2015/06/28/aws-docker-walkthrough-with-elasticbeanstalk-part-2
aws elasticbeanstalk create-application --application-name avengers \
    Docker on Elastic Beanstalk Tips - 文 : http://meta.tn/a/9054e45a7b09e401063c54ab0e01ee04dc9c5c9d67f2b34fd79b0d8df1c671dc
aws elasticbeanstalk create-application --application-name nodejs-application
    How to Deploy a Node.js Application to Elastic Beanstalk with Semaphore - Semaphore : http://semaphoreci.com/community/tutorials/how-to-deploy-a-node-js-application-to-elastic-beanstalk-with-semaphore
aws elasticbeanstalk create-application --application-name avengers \
    Elastic Beanstalk Archives - Mohamed Labouardy : http://www.blog.labouardy.com/category/elastic-beanstalk/
aws elasticbeanstalk create-application --application-name demo-app --description ""
    How-to: Deploy Symfony Application to AWS ElasticBeanstalk — ifdattic : http://www.ifdattic.com/how-to-deploy-symfony-application-to-aws-elasticbeanstalk
aws elasticbeanstalk create-application application-name etherpad
     AWS Elastic Beanstalk CLI Tutorial : http://www.thesisscientist.com/docs/E-Booklets/3980257e-6964-4ac1-bb49-777b69ed313c

aws のオプション一覧