Sorry for the stupid question but which shell? bx ? wsk ? Because the build part could be implemented using existing solutions (there are many)
-- Michele Sciabarra [email protected] ----- Original message ----- From: Nick Mitchell <[email protected]> To: [email protected] Subject: Re: MiniWhisk: what you think? Date: Wed, 25 Jul 2018 14:35:37 -0400 the shell indeed has a `local` plugin that does most of this, though it does not support the `go build` part; but it does take care of pulling the base images, injecting code, and routes invokes to and from the container. for nodejs, we can also optionally hand the local invocation off to the chrome debugger.
