nuvolaris / nuvolaris-cli

The Nuvolaris CLI, an all-in-one tool to do all things Nuvolaris
Apache License 2.0
11 stars 21 forks source link

feat: example using native client library to connect to openwhisk api #2

Closed aviola closed 2 years ago

aviola commented 2 years ago

This change enables the nuv application to use the openwhisk go client library to connect to the OpenWhisk API. As proof of concept, a code example has been added to main.go, showing the execution of "wsk action list".