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.
チュートリアルの前のステップを実行しても問題ありませんでした