Closed kingledion closed 3 years ago
try wsk action create -kind rust helloRust hello.rs
it looks to me like there's an oversight in the CLI where .rs
was not added as a default extension for the kind rust
@dgrove-oss That solved the problem. I used wsk action create --kind rust:1.34 helloRust hello.rs
.
I have a pull request to update the example here: https://github.com/apache/openwhisk/pull/5056
Thanks. Going to move this issue to the openwhisk-cli repo because we should fix the cli so that it recognizes the .rs
extension.
Environment details:
Steps to reproduce the issue:
nginx: httpsNodePort: 31001
ok: created action helloRust
error: Invalid argument(s). '.rs' is not a supported action runtime Run 'wsk --help' for usage.