shell
shell copied to clipboard
An Electron-based development tool for IBM Cloud Functions and Composer.
to display newly added features - or in lieu of a window, perhaps a `whatsnew` command.
This commit https://github.com/ibm-functions/shell/commit/d94ebc911dc35acfc77f8a5365bbe7c1e68e408e factored out the theme for the shell which is nice but doesn't describe in the readme how to use it: either how to start the shell using...
`--log-all/input/inline` options for `app create/update` stop working after changing to composer v2.
when you edit a deployed composition, the sidecar is split with editor on top preview on the bottom. this is nice but i suggest only showing the preview when you...
This is similar to Cannot install on MAC #297 issue sudo npm install -g @ibm-functions/shell get error: Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/@ibm-functions/shell/tmp-37712D1huM2Lxb4co' npm ERR! code ELIFECYCLE npm ERR! errno...
it would be convenient to offer all logs for a session, aggregated from the subtasks. `session logs `
the wait and init time views are visible in sequences and composition flows but can't be viewed beyond the raw annotations in the activation record when looking at a single...
proposed design: use github topic search capability. Propose topic name: `ibm-shell-plugin`
user @kerryspchang points that the value of providing a separate `cat` command. with it, we can service requests for e.g. `@demos/hello.js`. using the shell escape `! cat @demos/hello.js` does not...
Right now, `wskflow` sets a node's style both in a CSS file (`ibm.css`) and in code (`graph2dom.js`). This makes debugging styling difficult (such as bug #605). A better way to...