mirror of https://github.com/knative/func.git
1.2 KiB
1.2 KiB
func config git remove
Remove Git settings from the function configuration
Synopsis
Remove Git settings from the function configuration
Interactive prompt to remove Git settings from the function project in the current
directory or from the directory specified with --path.
It also removes any generated resources that are used for Git based build and deployment,
such as local generated Pipelines resources and any resources generated on the cluster.
func config git remove
Options
--delete-cluster Delete cluster resources (credentials and config on the cluster).
--delete-local Delete local resources (pipeline templates).
-h, --help help for remove
-n, --namespace string Deploy into a specific namespace. Will use function's current namespace by default if already deployed, and the currently active namespace if it can be determined. ($FUNC_NAMESPACE)
-p, --path string Path to the function. Default is current directory ($FUNC_PATH)
-v, --verbose Print verbose logs ($FUNC_VERBOSE)
SEE ALSO
- func config git - Manage Git configuration of a function