我想从部署脚本(非交互式模式)启动eb deploy
,因为它比使用aws cli
问题是:在eb init
期间似乎没有办法选择默认环境(因为它曾经是-e
选项的旧版本)。因此,如果现有应用程序具有多个环境,eb cli
将提示您选择一个环境(并且没有用来选择它)...
当然,在执行eb use
之前,您无法eb config
或eb cli
,这太容易了:
ERROR: This directory has not been set up with the EB CLI
You must first run "eb init".
有什么方法可以解决这个问题吗?