Skip to content

Commit

Permalink
chore(cli) clarify select-tags behaviour in 'sync' help text
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Oct 31, 2023
1 parent e8c1afb commit d8b1753
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/gateway_sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ to get Kong's state in sync with the input state.`,
syncCmd.Flags().StringSliceVar(&dumpConfig.SelectorTags,
"select-tag", []string{},
"only entities matching tags specified via this flag are synced.\n"+
"When this setting has multiple tag values, entities must match every tag.")
"When this setting has multiple tag values, entities must match every tag.\n"+
"All entities in the state file will get the select-tags assigned if not present already.")
syncCmd.Flags().BoolVar(&dumpConfig.RBACResourcesOnly, "rbac-resources-only",
false, "diff only the RBAC resources (Kong Enterprise only).")
syncCmd.Flags().IntVar(&syncCmdDBUpdateDelay, "db-update-propagation-delay",
Expand Down

0 comments on commit d8b1753

Please sign in to comment.