Replies: 1 comment
-
sorry to answer late, What you can use a try run is to work on an offline config file:
offline mode: API mode: with the offline mode you can also directly display the changes: Adding another Flag like dry-run is not yet planned |
Beta Was this translation helpful? Give feedback.
-
For a filter and action like this:
Is there a flag or option that essentially acts as a dry-run?
The way I "dry-run" now is run the filter with no action to check matches against the filter and then run the same filter with the action applied. For fairly complex filters/actions it gets a bit tedious managing that process hence my question.
For example:
Something like:
where I still get the:
output but it doesn't actually make the changes.
OR even something like appending --dry-run simply runs the command as though no actions are applied.
So that
Looks like:
When the command is run. Makes it so that I'm only removing the flag rather than having to add/remove/manage entire actions.
Search Indexing help(ignore):
dry run
dryrun
Beta Was this translation helpful? Give feedback.
All reactions