如何在 IbmCloud 中部署应用程序?
How deploy apps in IbmCloud?
我可以在 ibm cloud 中部署我的应用程序。
我做了一个组织。但是当我输入命令
ibmcloud target --cf
我看到以下
API endpoint: https://cloud.ibm.com
Region: us-south
User: s.zababurin.v@gmail.com
Account: xArt (67d9c2412836032e4ceed1e621a97ffb)
Resource group: web3
CF API endpoint: https://api.us-south.cf.cloud.ibm.com (API version: 2.151.0)
Org:
Space:
这里没有组织。
我指定了美国南部地区,但创建的组织有英国
当我执行ibmcloud cf push
命令时
我收到一个错误
Invoking 'cf push' ...
No org targeted, use 'cf target -o ORG' to target an org.
FAILED
当我输入命令时ibmcloud cf target -o org
我明白了
FAILED
Use 'ibmcloud target' to set or view target org or space.
当我输入ibmcloud target -o org
FAILED
Could not get org:
Organization 'org' was not found.
Organization established
如何指定正确的组织和space?
您可以运行以下命令来查看orgs
区域
ibmcloud cf orgs
要设置区域以及 org
运行 下面的命令
ibmcloud target -r us-south -o xArt
For region codes, run ibmcloud regions
我可以在 ibm cloud 中部署我的应用程序。
我做了一个组织。但是当我输入命令
ibmcloud target --cf
我看到以下
API endpoint: https://cloud.ibm.com
Region: us-south
User: s.zababurin.v@gmail.com
Account: xArt (67d9c2412836032e4ceed1e621a97ffb)
Resource group: web3
CF API endpoint: https://api.us-south.cf.cloud.ibm.com (API version: 2.151.0)
Org:
Space:
这里没有组织。
我指定了美国南部地区,但创建的组织有英国
当我执行ibmcloud cf push
命令时
我收到一个错误
Invoking 'cf push' ...
No org targeted, use 'cf target -o ORG' to target an org.
FAILED
当我输入命令时ibmcloud cf target -o org
我明白了
FAILED
Use 'ibmcloud target' to set or view target org or space.
当我输入ibmcloud target -o org
FAILED
Could not get org:
Organization 'org' was not found.
Organization established
如何指定正确的组织和space?
您可以运行以下命令来查看orgs
区域
ibmcloud cf orgs
要设置区域以及 org
运行 下面的命令
ibmcloud target -r us-south -o xArt
For region codes, run
ibmcloud regions