shell
shell copied to clipboard
An Electron-based development tool for IBM Cloud Functions and Composer.
in order for the project plugin to work with apps, the `fsh app` commands should use the shell commands (e.g `wsk action create`)
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.` ?...
e.g. by providing an API to register plugins to be preloaded.
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...
activation ids for triggers and some actions appear in their logs - would be nice to detect an activation id and make it clickable.
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...
`new -h` shows: ``` --kind ``` what is `default*`? and I want to author a `bash` script as an action, I can't.