我正在关注以下教程: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.
运行教程的前面步骤很好