func/docs/reference/func.md

1.4 KiB

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