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

in order for the project plugin to work with apps, the `fsh app` commands should use the shell commands (e.g `wsk action create`)

enhancement

On installing a new plugin via the CLI, you get output that isn't very helpful: https://user-images.githubusercontent.com/393660/36680701-2196e2ac-1adc-11e8-9359-95df062ec580.png

getting: ``` $ fsh plugin install shell-project-plugin Found module shell-project-plugin Found module shell-project-plugin Unable to resolve plugins ``` `Unable to resolve plugins` should be `Unable to compile shell-project-plugin. Aborting.` ?...

error handling

once an auth is added there's no delete option

enhancement

e.g. by providing an API to register plugins to be preloaded.

enhancement

If the user doesn't already have `.wskprops` set from logging in with `bx wsk` they need to set the API key manually in the UI. There should be instructions on...

docs

activation ids for triggers and some actions appear in their logs - would be nice to detect an activation id and make it clickable.

enhancement

two issues with macos 10.13: 1) screen shows blank for a short duration, then flashes over to the actual content 2) the terminal shows this message: ``` IBM Cloud Functions...

platform-macos

`new -h` shows: ``` --kind ``` what is `default*`? and I want to author a `bash` script as an action, I can't.

enhancement