Cloud foundry 当计划名称中有空格时,如何通过Cloud Foundry CLI创建Bluemix服务?

Cloud foundry 当计划名称中有空格时,如何通过Cloud Foundry CLI创建Bluemix服务?,cloud-foundry,ibm-cloud,ibm-watson,personality-insights,Cloud Foundry,Ibm Cloud,Ibm Watson,Personality Insights,我目前正试图通过Cloud Foundry CLI在我的Bluemix组织中创建Watson Personal Insights服务。但是,可用的服务计划中有空格,导致我的命令被误解。我的命令id如下所示: $ cf create-service personality_insights IBM Watson Personality Insights Monthly Plan personality-insights-box $ cf create-service personality_in

我目前正试图通过Cloud Foundry CLI在我的Bluemix组织中创建Watson Personal Insights服务。但是,可用的服务计划中有空格,导致我的命令被误解。我的命令id如下所示:

$ cf create-service personality_insights IBM Watson Personality Insights Monthly Plan personality-insights-box
$ cf create-service personality_insights IBM\ Watson\ Personality\ Insights\ Monthly\ Plan personality-insights-box

我曾尝试将计划名称与加号、连字符和下划线连接起来,但没有效果。有人能告诉我这是否可能,如果可能,我会怎么做吗?

诀窍是使用转义字符来标记您在命令中使用的是空格文字。正确的命令如下所示:

$ cf create-service personality_insights IBM Watson Personality Insights Monthly Plan personality-insights-box
$ cf create-service personality_insights IBM\ Watson\ Personality\ Insights\ Monthly\ Plan personality-insights-box

诀窍是使用转义字符来标记您在命令中使用的是空格文字。正确的命令如下所示:

$ cf create-service personality_insights IBM Watson Personality Insights Monthly Plan personality-insights-box
$ cf create-service personality_insights IBM\ Watson\ Personality\ Insights\ Monthly\ Plan personality-insights-box

诀窍是使用转义字符来标记您在命令中使用的是空格文字。正确的命令如下所示:

$ cf create-service personality_insights IBM Watson Personality Insights Monthly Plan personality-insights-box
$ cf create-service personality_insights IBM\ Watson\ Personality\ Insights\ Monthly\ Plan personality-insights-box

诀窍是使用转义字符来标记您在命令中使用的是空格文字。正确的命令如下所示:

$ cf create-service personality_insights IBM Watson Personality Insights Monthly Plan personality-insights-box
$ cf create-service personality_insights IBM\ Watson\ Personality\ Insights\ Monthly\ Plan personality-insights-box

如果在UNIX/Linux上,也可以使用单引号或双引号。如果在UNIX/Linux上,也可以使用单引号或双引号。如果在UNIX/Linux上,也可以使用单引号或双引号。如果在UNIX/Linux上,也可以使用单引号或双引号。