You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2021/09/06 03:19:27 UTC

[GitHub] [openwhisk] ryutoyasugi opened a new issue #5155: Deprecated runtimes are displayed when creating an action in a non-existent runtime

ryutoyasugi opened a new issue #5155:
URL: https://github.com/apache/openwhisk/issues/5155


   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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [openwhisk] bytesbucket removed a comment on issue #5155: Deprecated runtimes are displayed when creating an action in a non-existent runtime

Posted by GitBox <gi...@apache.org>.
bytesbucket removed a comment on issue #5155:
URL: https://github.com/apache/openwhisk/issues/5155#issuecomment-914072521


   Thanks @ryutoyasugi - it makes sense to remove the deprecated kinds from the list.
   
   PR are welcomed 🙏 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [openwhisk] bytesbucket edited a comment on issue #5155: Deprecated runtimes are displayed when creating an action in a non-existent runtime

Posted by GitBox <gi...@apache.org>.
bytesbucket edited a comment on issue #5155:
URL: https://github.com/apache/openwhisk/issues/5155#issuecomment-914072521


   Thanks @ryutoyasugi - it makes sense to remove the deprecated kinds from the list.
   
   PR are welcomed 🙏 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [openwhisk] bytesbucket commented on issue #5155: Deprecated runtimes are displayed when creating an action in a non-existent runtime

Posted by GitBox <gi...@apache.org>.
bytesbucket commented on issue #5155:
URL: https://github.com/apache/openwhisk/issues/5155#issuecomment-914072521


   Thanks @ryutoyasugi - PR are welcomed 🙏 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org