1
0
mirror of synced 2026-03-15 07:46:56 +00:00

Merge pull request #131 from mmorejon/update-tk-help-description

This commit is contained in:
Hidde Beydals
2020-07-26 23:38:37 +02:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

View File

@@ -53,8 +53,8 @@ var rootCmd = &cobra.Command{
# List GitRepository sources and their status # List GitRepository sources and their status
tk get sources git tk get sources git
# Trigger a GitRepository source sync # Trigger a GitRepository source reconciliation
tk sync source git webapp-latest tk reconcile source git gitops-system
# Export GitRepository sources in YAML format # Export GitRepository sources in YAML format
tk export source git --all > sources.yaml tk export source git --all > sources.yaml

View File

@@ -24,8 +24,8 @@ Command line utility for assembling Kubernetes CD pipelines the GitOps way.
# List GitRepository sources and their status # List GitRepository sources and their status
tk get sources git tk get sources git
# Trigger a GitRepository source sync # Trigger a GitRepository source reconciliation
tk sync source git webapp-latest tk reconcile source git gitops-system
# Export GitRepository sources in YAML format # Export GitRepository sources in YAML format
tk export source git --all > sources.yaml tk export source git --all > sources.yaml