mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-10 14:10:05 +00:00
Replace tk sync example by tk reconcile
This commit is contained in:
parent
d245ef9b39
commit
750830c302
2 changed files with 6 additions and 3 deletions
|
|
@ -53,6 +53,9 @@ var rootCmd = &cobra.Command{
|
|||
# List GitRepository sources and their status
|
||||
tk get sources git
|
||||
|
||||
# Trigger a GitRepository source reconciliation
|
||||
tk reconcile source git gitops-system
|
||||
|
||||
# Export GitRepository sources in YAML format
|
||||
tk export source git --all > sources.yaml
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue