apache / openwhisk-composer

Apache OpenWhisk Composer provides a high-level programming model in JavaScript for composing serverless functions
https://openwhisk.apache.org/
Apache License 2.0
68 stars 21 forks source link

Add compose --file and -o flags #35

Closed tardieu closed 5 years ago

tardieu commented 5 years ago

Add flags to compose command to permit specifying the output file.

compose samples/demo.js -o demo.json

Fixes #29.