Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.55 KB

func.md

File metadata and controls

42 lines (31 loc) · 1.55 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