openwhisk-wskdeploy icon indicating copy to clipboard operation
openwhisk-wskdeploy copied to clipboard

Find out how to package runtimes.json into wskdeploy binary

Open pritidesai opened this issue 5 years ago • 1 comments

As a quick fix in PR #1017, I have moved runtime json into runtimes.go but we want to bring back runtimes.json back to maintain portability of wskdeploy where for adding any new runtime, we can just update the json file. I found a way to bundle json into wskdeploy binary using packr but need to look into it more and see how we can make it part of binary.

pritidesai avatar Nov 30 '18 19:11 pritidesai

This should not exist in wskdeploy - the tool should IMO read it from the API host.

rabbah avatar Dec 13 '18 23:12 rabbah