shell icon indicating copy to clipboard operation
shell copied to clipboard

An Electron-based development tool for IBM Cloud Functions and Composer.

Results 90 shell issues
Sort by recently updated
recently updated
newest added

to display newly added features - or in lieu of a window, perhaps a `whatsnew` command.

enhancement
docs

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...

enhancement
docs

`--log-all/input/inline` options for `app create/update` stop working after changing to composer v2.

wskflow

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...

enhancement

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...

platform-macos
installation

it would be convenient to offer all logs for a session, aggregated from the subtasks. `session logs `

enhancement

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...

enhancement

proposed design: use github topic search capability. Propose topic name: `ibm-shell-plugin`

enhancement
docs

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...

enhancement

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...

wskflow