【发布时间】: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 有什么变化吗?