Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.62 KB

File metadata and controls

43 lines (32 loc) · 1.62 KB

func

func manages Knative Functions

Synopsis

func is the command line interface for managing Knative Function resources

Create a new Node.js function in the current directory:
func create --language node myfunction

Deploy the function using Docker hub to host the image:
func deploy --registry docker.io/alice

Learn more about Functions: https://knative.dev/docs/functions/ Learn more about Knative at: https://knative.dev

Options

  -h, --help   help for func

SEE ALSO