Add frontmatter to command documentation
Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
---
|
||||
title: "flux delete source git command"
|
||||
---
|
||||
## flux delete source git
|
||||
|
||||
Delete a GitRepository source
|
||||
@@ -28,7 +31,7 @@ flux delete source git [name] [flags]
|
||||
|
||||
```
|
||||
--context string kubernetes context to use
|
||||
--kubeconfig string path to the kubeconfig file (default "~/.kube/config")
|
||||
--kubeconfig string absolute path to the kubeconfig file
|
||||
-n, --namespace string the namespace scope for this operation (default "flux-system")
|
||||
-s, --silent delete resource without asking for confirmation
|
||||
--timeout duration timeout for this operation (default 5m0s)
|
||||
@@ -37,5 +40,5 @@ flux delete source git [name] [flags]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [flux delete source](flux_delete_source.md) - Delete sources
|
||||
* [flux delete source](/cmd/flux_delete_source/) - Delete sources
|
||||
|
||||
|
||||
Reference in New Issue
Block a user