IBM / ibm-cloud-functions-serverless-apis

Create a serverless, event-driven application with Apache OpenWhisk on IBM Cloud Functions that executes code in response to HTTP REST API calls.
https://developer.ibm.com/code/patterns/build-serverless-api-handlers/
Apache License 2.0
31 stars 40 forks source link

CLI Updates #85

Closed dokun1 closed 5 years ago

dokun1 commented 5 years ago

I've made some updates so that this works with the revised ibmcloud command line interface. Most of the commands work, but the ibmcloud login method with all of the flags doesn't quite work the way I'm expecting it to. Nonetheless, the individual action creation methods work now, and they're good enough for a client workshop.

stevemar commented 5 years ago

Thanks @dokun1 !