Fix wsk action create command in Rust example#5056
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. |
|
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.rsdoes not work as given, yielding an error message. This can be corrected by specifying the action type via--kind rust:1.34Description
Related issue and scope
My changes affect the following components
Types of changes
Checklist: