【发布时间】:2014-09-15 01:58:04
【问题描述】:
在使用 Amazon Web Services (AWS) Elastic Beanstalk 命令行界面时,有什么区别
eb push
和
git aws.push
【问题讨论】:
标签: amazon-web-services amazon-elastic-beanstalk
在使用 Amazon Web Services (AWS) Elastic Beanstalk 命令行界面时,有什么区别
eb push
和
git aws.push
【问题讨论】:
标签: amazon-web-services amazon-elastic-beanstalk
从 AWS-ElasticBeanstalk-CLI-2.6.3 开始,它们基本相同,因为 eb push 最终运行 git aws.push
来源:https://s3.amazonaws.com/elasticbeanstalk/cli/AWS-ElasticBeanstalk-CLI-2.6.3.zip
【讨论】: