通过bluemix/ibm cloud和cf push部署laravel 6应用程序';我根本不工作

通过bluemix/ibm cloud和cf push部署laravel 6应用程序';我根本不工作,laravel,windows-10,ibm-cloud,Laravel,Windows 10,Ibm Cloud,我使用的是windows 10,我使用的是以下链接:) 我尝试用它安装IBMCloudCLI,因为在>部署到Bluemix部分中的第二个链接被破坏 但当我在powershell中键入cf push时 PS F:\laragon_2\www\hrktst> cf push cf : The term 'cf' is not recognized as the name of a cmdlet, function, script file, or operable program. Che

我使用的是windows 10,我使用的是以下链接:)

我尝试用它安装IBMCloudCLI,因为在>部署到Bluemix部分中的第二个链接被破坏

但当我在powershell中键入
cf push

PS F:\laragon_2\www\hrktst> cf push
cf : The term 'cf' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included,
verify that the path is correct and try again.
At line:1 char:1
+ cf push
+ ~~
    + CategoryInfo          : ObjectNotFound: (cf:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

这是2016年IBM Cloud仍被命名为Bluemix并完全基于Cloud Foundry的过时博客条目
ibmcloud cf
现在将是“cf”命令。但是还有很多其他的变化…非常感谢brother@data\u henrikHey,为什么我会得到这个,当我键入这个“```$ibmcloud cf push
heroku test
-c null失败没有cf API端点集。使用“ibmcloud目标--cf api端点[-o组织][-s空间]”以Cloud Foundry为目标,或使用“ibmcloud目标--cf”以交互方式以其为目标```先生,你能给我一个深刻的教训吗?ibmcloud目标--cf api端点在这里应该是什么样子?