使用Amazon Web Services(AWS)Elastic Beanstalk命令行界面时,有什么区别
eb push
和
git aws.push
答案 0 :(得分:4)
从AWS-ElasticBeanstalk-CLI-2.6.3开始,它们基本相同,因为eb push
最终运行git aws.push
来源:https://s3.amazonaws.com/elasticbeanstalk/cli/AWS-ElasticBeanstalk-CLI-2.6.3.zip