如何在IBM Cloud CLI中使用目标命令

时间:2018-11-21 11:17:04

标签: command-line-interface ibm-cloud

使用CLI命令ibmcloud login登录到IBM Cloud之后,我收到以下消息:

  

使用'ibmcloud target --cf'定位Cloud Foundry组织/空间   交互地使用“ ibmcloud target --cf-api ENDPOINT -o ORG -s   SPACE”定位到组织/空间。

所以我搜索并找到了格式:

ibmcloud target [-r REGION_NAME] [-c ACCOUNT_ID] [-g RESOURCE_GROUP]
 [--cf] [-o ORG] [-s SPACE]

因此,我输入ibmcloud target - Dallas-c 1770253-g Default--cf-o lior2-s lior2。 我的格式有问题吗?

1 个答案:

答案 0 :(得分:0)

我建议使用交互式格式ibmcloud target --cf。然后提示您从有效值中进行选择。记住它们,下次将它们用作参数。一个例子可能是:

ibmcloud target -r us-south -g default -s lior2

The IBM Cloud docs for the CLI has examples for the target command