Add frontmatter to command documentation
Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
---
|
||||
title: "flux export source git command"
|
||||
---
|
||||
## flux export source git
|
||||
|
||||
Export GitRepository sources in YAML format
|
||||
@@ -32,7 +35,7 @@ flux export source git [name] [flags]
|
||||
```
|
||||
--all select all resources
|
||||
--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")
|
||||
--timeout duration timeout for this operation (default 5m0s)
|
||||
--verbose print generated objects
|
||||
@@ -41,5 +44,5 @@ flux export source git [name] [flags]
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [flux export source](flux_export_source.md) - Export sources
|
||||
* [flux export source](/cmd/flux_export_source/) - Export sources
|
||||
|
||||
|
||||
Reference in New Issue
Block a user