我正在关注教程: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.
运行教程的前几步很好
答案 0 :(得分:1)
它在你的place参数中检测到逗号','。尝试用双引号“华盛顿特区”。