budimanjojo/talhelper

feature: add --dry-run parameter to: talhelper gencommand apply

bhuism opened this issue · 3 comments

add --dry-un so that:

talhelper gencommand apply

generates command's with --dry-run as parameter in the apply-config commands

Do you mean adding flags to the generated command? You can use --extra-flags for that: talhelper gencommand apply --extra-flags "--dry-run"

Yes, arg, wasn't looking at the generic flags, thanks!

Yes this flag is already there and u can use as many flags as you want, just put them in as string :)