mirror of https://github.com/knative/func.git
27 lines
656 B
Markdown
27 lines
656 B
Markdown
## func repository add
|
|
|
|
Add a repository
|
|
|
|
```
|
|
func repository add <name> <url> [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-c, --confirm Prompt to confirm all options interactively (Env: $FUNC_CONFIRM)
|
|
-h, --help help for add
|
|
```
|
|
|
|
### 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
|
|
|