You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwhisk.apache.org by OpenWhisk Team Slack <ra...@apache.org> on 2019/05/02 07:47:38 UTC

[slack-digest] [2019-05-01] #random

2019-05-01 09:15:53 UTC - Michele Sciabarra: how can you see which runtimes are available?
https://openwhisk-team.slack.com/archives/C3UDXSFA6/p1556702153003700
----
2019-05-01 09:16:29 UTC - Markus Thömmes: @Michele Sciabarra IIRC the controller has that info on `/`
https://openwhisk-team.slack.com/archives/C3UDXSFA6/p1556702189004000
----
2019-05-01 09:17:00 UTC - Michele Sciabarra: curl the apihost?
https://openwhisk-team.slack.com/archives/C3UDXSFA6/p1556702220004300
----
2019-05-01 09:17:04 UTC - Markus Thömmes: yep
https://openwhisk-team.slack.com/archives/C3UDXSFA6/p1556702224004500
----
2019-05-01 09:17:17 UTC - Michele Sciabarra: lemme try :slightly_smiling_face: thx
https://openwhisk-team.slack.com/archives/C3UDXSFA6/p1556702237004900
----
2019-05-01 09:17:24 UTC - Markus Thömmes: should be relatively simple to add to the CLI though
https://openwhisk-team.slack.com/archives/C3UDXSFA6/p1556702244005100
----
2019-05-01 09:18:46 UTC - Michele Sciabarra: actually yes there aree
https://openwhisk-team.slack.com/archives/C3UDXSFA6/p1556702326005800
----
2019-05-01 09:19:17 UTC - Michele Sciabarra: curl <https://openwhisk.eu-gb.bluemix.net> | jq '.runtimes|keys'
https://openwhisk-team.slack.com/archives/C3UDXSFA6/p1556702357006200
----
2019-05-01 09:19:27 UTC - Michele Sciabarra: ```
 14763
[
  "ballerina",
  "dotnet",
  "go",
  "java",
  "nodejs",
  "php",
  "python",
  "ruby",
  "swift"
]
```
https://openwhisk-team.slack.com/archives/C3UDXSFA6/p1556702367006400
----