I'm following the tutorial at: https://new-console.ng.bluemix.net/docs/openwhisk/openwhisk_actions.html
problems at step 3 of tutorial:
copied and pasted command:
wsk action invoke --blocking --result hello --param name 'Bernie' --param place 'Washington, DC'
get error:
←[31merror: ←[0mInvalid argument(s): DC'. An action name is required.
Run 'wsk --help' for usage.
running the previous steps of tutorial were fine