【问题标题】:error message following the openwhisk tutorialopenwhisk 教程之后的错误消息
【发布时间】:2016-10-06 09:42:31
【问题描述】:

我正在学习以下教程:https://new-console.ng.bluemix.net/docs/openwhisk/openwhisk_actions.html

教程第 3 步的问题:

复制粘贴的命令:

wsk action invoke --blocking --result hello --param name 'Bernie' --param place 'Washington, DC'

得到错误:

←[31merror: ←[0mInvalid argument(s): DC'. An action name is required.
Run 'wsk --help' for usage.

运行前面的教程步骤没问题

【问题讨论】:

  • 这是使用 Windows 有什么变化吗?

标签: ibm-cloud openwhisk


【解决方案1】:

它正在检测您的位置参数中的逗号“,”。尝试在双引号中使用“Washington, DC”。

【讨论】:

猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2020-07-18
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多