无法通过IBM Cloud CLI将应用程序推送到IBM Cloud

时间:2018-08-10 11:51:06

标签: ibm-cloud iot ibm-watson ibm-cloud-infrastructure

我正在尝试从本地文件夹(从github克隆)将一个简单的应用程序推送到ibm云。但是每次尝试都会出错。我几次尝试通过重启系统来进行各种尝试。enter image description here

编辑1: 如果我没有提及路径,则会出现以下错误 enter image description here

1 个答案:

答案 0 :(得分:0)

命令看起来不正确。...我应该以

开头

cf推送应用名称

参考: https://console.bluemix.net/docs/cli/reference/ibmcloud/cf_index.html#cf_push

appname是必需的,并且是您在ibm云仪表板上看到的应用程序的名称。

如果要传递路径,请使用-p选项。所以命令应该是:

ibmcloud cf push appname -p C:\Dir1\Dir2\...