fn

Command-line tool for building and deploying serverless functions

brewmacoslinux
Try with needOr install directly
Source

About

Command-line tool for the fn project

Commands

fn

Examples

Initialize a new function project$ fn init --runtime go my-function
Deploy a function to the server$ fn deploy --local
Invoke a deployed function with input$ fn invoke myapp myfunction '{"name":"world"}'