mirror of https://github.com/knative/func.git
973 B
973 B
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
-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