Open
Description
Delta plans. option -target is in effect to see only desired changes.
Seems like could be addressed by introducing support of the target option for the plan command. So you'd comment digger plan -t and that'll run a targeted plan. Or maybe something similar to what tftarget does, sort of a "persistent target" for the entire pr; then it'll be smth like digger target comment that will set the target. The latter approach would introduce an extra stateful piece though in addition to locks. @timothyclarke I'm not sure that I'm getting your idea right though
Originally suggested by @timothyclarke in #237 - now tracking separately here