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

Bumps [npm](https://github.com/npm/cli) from 6.4.1 to 6.13.4. Release notes *Sourced from [npm's releases](https://github.com/npm/cli/releases).* > ## v6.13.4 > ## 6.13.4 (2019-12-11) > > ## BUGFIXES > > * [`320ac9aee`](https://github.com/npm/cli/commit/320ac9aeeafd11bb693c53b31148b8d10c4165e8) [npm/bin-links#12](https://github-redirect.dependabot.com/npm/bin-links/pull/12) [npm/gentle-fs#7](https://github-redirect.dependabot.com/npm/gentle-fs/pull/7) Do...

dependencies

i think this is due to app/plugins/package.json's postinstall having some bash-isms?

platform-windows
installation

I tried to install on Windows and got the following error: ``` > @ibm-functions/[email protected] postinstall C:\Users\JeffMAURY\AppData\Roaming\npm\node_modules\@ibm-functions\shell > node bin/install.js Downloading IBM-Cloud-Functions.zip [============================================>] 100.0% of 77.87 MB (824.06 kB/s) Extracting...{ Error:...

platform-windows
installation
integration

I'm getting an error when I try to preview my composer file on IBM Cloud Shell specifically when I use the merge function. Example: ```javascript const composer = require('@ibm-functions/composer') module.exports...

This PR tests a possible upgrade of ibm-function-composer 0.8.1. I opened the PR for travis test, rather than merge request. Sorry for any inconvenience caused by this.

it doesn't seem to work at all

1. Compose a new app `compose myApp` 2. In the box that allows for editing of an action. A red star gets displayed indicating unsaved edits. Hover over it with...

`compose foo` will insert some boilerplate that is no longer supported by composer; in particular a `require` and `module.exports` are both now required parts of composition source https://github.com/ibm-functions/shell/blob/master/app/plugins/modules/editor/lib/placeholders.js

many of the sell docs and screenshots don't have "real modules" for the composer examples

docs
important