func/docs/reference/func_repository_remove.md

27 lines
654 B
Markdown

## func repository remove
Remove a repository
```
func repository remove <name>
```
### Options
```
-c, --confirm Prompt to confirm all options interactively (Env: $FUNC_CONFIRM)
-h, --help help for remove
```
### Options inherited from parent commands
```
-n, --namespace string The namespace on the cluster used for remote commands. By default, the namespace func.yaml is used or the currently active namespace if not set in the configuration. (Env: $FUNC_NAMESPACE)
-v, --verbose Print verbose logs ($FUNC_VERBOSE)
```
### SEE ALSO
* [func repository](func_repository.md) - Manage installed template repositories