shell icon indicating copy to clipboard operation
shell copied to clipboard

shell-composer-plugin does not support multi-action deployment

Open starpit opened this issue 7 years ago • 0 comments

note how this line pulls out just the last action: https://github.com/ibm-functions/shell-composer-plugin/blob/master/lib/composer.js#L479

we need to deploy all actions. here is a test case: https://github.com/ibm-functions/composer/blob/master/samples/demo.js

starpit avatar Jun 20 '18 19:06 starpit