-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix wsk action create command in Rust example #5056
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
Conversation
The command given `wsk action create helloRust hello.rs` does not work as given, yielding an error message. This can be corrected by specifying the action type via `--kind rust:1.34`
This issue will be resolved by this fix: https://github.com/apache/openwhisk/issues/5055 |
@kingledion While this change would do its bit, I think the main issue is CLI does not infer the kind automatically. Do you have an interest in fixing the CLI instead? |
I propose we can accept this doc update until the cli is patched. |
Agreed; let's update the docs with the workaround, fix the cli, release the cli, then revert the doc update. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it.
cli issue: apache/openwhisk-cli#494 |
Codecov Report
@@ Coverage Diff @@
## master #5056 +/- ##
==========================================
- Coverage 82.35% 75.61% -6.74%
==========================================
Files 206 199 -7
Lines 10006 9741 -265
Branches 445 442 -3
==========================================
- Hits 8240 7366 -874
- Misses 1766 2375 +609
Continue to review full report at Codecov.
|
Thank you @kingledion 🎉 |
The command given
wsk action create helloRust hello.rs
does not work as given, yielding an error message. This can be corrected by specifying the action type via--kind rust:1.34
Description
Related issue and scope
My changes affect the following components
Types of changes
Checklist: