apache / apache/openwhisk

Deprecated runtimes are displayed when creating an action in a non-existent runtime

Open
#5,155 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Scala
Stars
6.8k
Forks
1.2k
Avg merge
2d 14h
Merged PRs (30d)
2

Description

When create an action in a non-existent runtime, deprecated runtimes are also printed in error messages.
```sh
$ wsk action create hello hello.js --kind foo
The specified runtime 'foo' is not supported by this platform. Valid values are: 'nodejs:10, java, sequence, ...'.
```
Can I create PR to display only not deprecated runtimes?
https://github.com/apache/openwhisk/blob/cf36299d5e/common/scala/src/main/scala/org/apache/openwhisk/core/entity/Exec.scala#L327

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.