Ibm cloud ';bluemix插件回购';不作为可用的插件回购存在。请检查名称,然后重试

Ibm cloud ';bluemix插件回购';不作为可用的插件回购存在。请检查名称,然后重试,ibm-cloud,autoscaling,Ibm Cloud,Autoscaling,我正在尝试设置自动缩放插件,如中所述: 所以我试着: snowch$ bluemix plugin install auto-scaling -r bluemix-plugin-repo Looking up 'auto-scaling' from repository 'bluemix-plugin-repo'... FAILED 'bluemix-plugin-repo' does not exist as an available plug-in repo. Check the name

我正在尝试设置自动缩放插件,如中所述:

所以我试着:

snowch$ bluemix plugin install auto-scaling -r bluemix-plugin-repo
Looking up 'auto-scaling' from repository 'bluemix-plugin-repo'...
FAILED
'bluemix-plugin-repo' does not exist as an available plug-in repo. Check the name and try again.
请注意我的版本:

snowch$ bluemix --version
bluemix version 0.5.4+ae22935-2017-05-18T06:24:28+00:00

解决方案是将命令更改为:

snowch$ bluemix plugin install auto-scaling -r bluemix-plugin-repo
致:


默认情况下会添加名为“Bluemix”的插件repo,因此在从中安装插件之前不需要添加该repo

谢谢你,克里斯。我已要求服务团队查看参考文档。谢谢Bill。我还提交了一份PR:
snowch$ bluemix plugin install auto-scaling -r bluemix-plugin-repo
snowch$ bluemix plugin install auto-scaling -r Bluemix