digger icon indicating copy to clipboard operation
digger copied to clipboard

Support more "digger plan" options

Open fleroux514 opened this issue 1 year ago • 1 comments

A few ideas that would be very helpful:

digger plan -p * To force running a plan on all projects digger plan --skip-cmds checkov* The ability to specify a regex for the commands we wish to skip (checkov in this case). digger plan --no-locks Run all plans without acquiring the locks, just to see if it works (the plan output comment should add a warning that this option that used)

And being able to combine all of those options: digger plan -p * --skip-cmds checkov* --no-locks

fleroux514 avatar Jun 21 '23 21:06 fleroux514

Awesome ideas @fleroux514! Thanks for suggesting!

ZIJ avatar Jun 22 '23 09:06 ZIJ