-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to invoke a web action for .json context extension via wsk command? #465
Comments
I believe you can execute your web action with
I can invoke the action with your code.
When you invoke a web action with |
There is no command to invoke a web action including extension. You should send the request directly using the curl command. |
@JiniousChoi
Is there any specific reason that you need to invoke it with |
I suggest that
or, we could be more explicit about this matter in @style95 It's a matter of UX. it seems inconsistent to me. @style95
I think |
Interesting. I would move this issue to cli repo to proceed with it. |
Indeed a good idea. |
apache/openwhisk#4712 Environment details:
local deployment
Steps to reproduce the issue:
What I want
I'd love to know if there is a way for the wsk command to invoke a web action with context extensions. I learned that the default is .http in the docs and I wonder if there is no way for wsk to invoke an action other context extensions but .http.
The text was updated successfully, but these errors were encountered: