当我以前使用git aws.push
时,我曾经看过一些日志,其中某种百分比显示了进度。
现在我有了一台新电脑,并重新安装了所有工具。
但是,git aws.push
现在只显示:
Nathans-MacBook-Pro:MyProject nathanh$ git aws.push
Updating the AWS Elastic Beanstalk environment Production...
Environment update initiated successfully.
在第2行和第3行之间长时间停顿。没有进展,没有......
如何取回这些状态讯息?
答案 0 :(得分:2)
使用EB CLI 3.x http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-getting-set-up.html,
您可以运行eb deploy <your_environment>
如果您想了解更多详情,还可以使用--verbose
选项:eb deploy <your_environment> --verbose
如果您认为自己的Elactic Beanstalk设置有问题,可以从头开始重置并重新启动配置,从应用程序文件夹和用户文件夹(.elasticbeanstalk/
)中删除文件夹~/.elasticbeanstalk/
。然后从您的应用程序文件夹运行eb init
。
答案 1 :(得分:1)
您应该切换到新的EB CLI 3.0。 Git aws.push很快就会被弃用。 http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-getting-started.html
完整参考资料位于:http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb3-cmd-commands.html