With a recent update, the Shell can now be used in a fully headless mode. But one may also leverage the fact that it is an Electron app, and hence you have access to all of chrome as well.
On Wed, Jul 25, 2018, 20:11 Rodric Rabbah <[email protected]> wrote: > https://github.com/ibm-functions/shell > > -r > > > On Jul 25, 2018, at 4:10 PM, Michele Sciabarra <[email protected]> > wrote: > > > > 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. >
