mirror of https://github.com/knative/func.git
974 B
974 B
func config
Configure a function
Synopsis
Configure a function
Interactive prompt that allows configuration of Git configuration, Volume mounts, Environment variables, and Labels for a function project present in the current directory or from the directory specified with --path.
func config
Options
-h, --help help for config
-p, --path string Path to the function. Default is current directory ($FUNC_PATH)
-v, --verbose Print verbose logs ($FUNC_VERBOSE)
SEE ALSO
- func - func manages Knative Functions
- func config envs - List and manage configured environment variable for a function
- func config git - Manage Git configuration of a function
- func config labels - List and manage configured labels for a function
- func config volumes - List and manage configured volumes for a function