wsk

Command-line interface for Apache OpenWhisk serverless computing platform

brewmacoslinux
Try with needOr install directly
Source

About

OpenWhisk Command-Line Interface (CLI)

Commands

wsk

Examples

List all deployed actions in the current namespace$ wsk action list
Invoke an action synchronously and return the result$ wsk action invoke myAction --result
Deploy a new action from a local file$ wsk action create myAction myAction.js