Remove tk sync example from help command

Signed-off-by: Manuel Morejon <manuel@mmorejon.io>
This commit is contained in:
Manuel Morejon 2020-07-25 14:32:33 +02:00
parent c8586d1ef4
commit d245ef9b39
No known key found for this signature in database
GPG key ID: 5A18F15839233B55

View file

@ -53,9 +53,6 @@ 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
tk sync source git webapp-latest
# 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