Skip to content

Commit

Permalink
chore(cmd): enhance help message for generate-imports-for-control-pla…
Browse files Browse the repository at this point in the history
…ne-id flag
  • Loading branch information
battlebyte authored and nowNick committed Nov 22, 2024
1 parent 5cdea5d commit e6bc8ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/file_kong2tf.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ into Terraform resources.`,
kong2TfCmd.Flags().StringVarP(&cmdKong2TfOutputFilename, "output-file", "o", "-",
"Output file to write. Use - to write to stdout.")
kong2TfCmd.Flags().StringVarP(&cmdKong2TfGenerateImportsForControlPlaneID,
"generate-imports-for-control-plane-id", "g", "", "Generate terraform import statements for the control plane ID.")
"generate-imports-for-control-plane-id", "g", "",
"Generate terraform import statements for the control plane ID."+
"Typically used after `deck gateway dump --with-id` to obtain the IDs of all entities.")
kong2TfCmd.Flags().BoolVar(&cmdKong2TfIgnoreCredentialChanges, "ignore-credential-changes", false,
"Enable flag to add a 'lifecycle' block to each consumer credential, "+
"that ignores any changes from local to remote state.")
Expand Down

0 comments on commit e6bc8ec

Please sign in to comment.