mirror of https://github.com/knative/func.git
1.6 KiB
1.6 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
- func build - Build a function container
- func completion - Output functions shell completion code
- func config - Configure a function
- func create - Create a function
- func delete - Undeploy a function
- func deploy - Deploy a function
- func describe - Describe a function
- func environment - Display function execution environment information
- func invoke - Invoke a local or remote function
- func languages - List available function language runtimes
- func list - List deployed functions
- func repository - Manage installed template repositories
- func run - Run the function locally
- func subscribe - Subscribe a function to events
- func templates - List available function source templates
- func version - Function client version information