1
0
mirror of synced 2026-04-01 14:19:30 +00:00

Add frontmatter to command documentation

Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
Hidde Beydals
2021-03-23 00:15:48 +01:00
parent bd41406aaa
commit 998f0c7d53
118 changed files with 777 additions and 372 deletions

View File

@@ -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