mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-27 09:54:58 +00:00
Merge pull request #131 from mmorejon/update-tk-help-description
This commit is contained in:
commit
db23c8ce9f
2 changed files with 6 additions and 6 deletions
|
|
@ -53,8 +53,8 @@ var rootCmd = &cobra.Command{
|
|||
# List GitRepository sources and their status
|
||||
tk get sources git
|
||||
|
||||
# Trigger a GitRepository source sync
|
||||
tk sync source git webapp-latest
|
||||
# Trigger a GitRepository source reconciliation
|
||||
tk reconcile source git gitops-system
|
||||
|
||||
# Export GitRepository sources in YAML format
|
||||
tk export source git --all > sources.yaml
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@ Command line utility for assembling Kubernetes CD pipelines the GitOps way.
|
|||
# List GitRepository sources and their status
|
||||
tk get sources git
|
||||
|
||||
# Trigger a GitRepository source sync
|
||||
tk sync source git webapp-latest
|
||||
# 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…
Reference in a new issue