标签: node.js ibm-cloud chatbot ibm-watson
我使用cf target来获取当前的目标信息 但我收到此错误
cf target
'cf'不被识别为内部或外部命令, 可操作的程序或批处理文件。
我安装了CLI
答案 0 :(得分:1)
安装IBM Cloud CLI时,所有命令均通过 ibmcloud 或 bx 调用CLI来启动。您可以在Cloud Foundry命令之后使用ibmcloud cf。
ibmcloud cf
使用ibmcloud target --cf以交互方式选择组织和空间。如果那没有给出正确的选择或错误:您是否连接到正确的区域?使用ibmcloud target -r the-region设置区域,并将该区域替换为例如 us-south 。
ibmcloud target --cf
ibmcloud target -r the-region