You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some users may find disturbing that the tool performs another analysis before actually overwriting the files. It may also take a long time to perform. A solution to this could be to save the initial analysis to a file, so the user can review it, then use it to overwrite them. This behavior is similar to how Terraform works with the plan and apply commands.
Example
# Initial analysis
$ covermyass --to-file=plan.json
# Use the first run to overwrite the files without searching for log files twice
$ covermyass --write --from-file=plan.json
The text was updated successfully, but these errors were encountered:
Some users may find disturbing that the tool performs another analysis before actually overwriting the files. It may also take a long time to perform. A solution to this could be to save the initial analysis to a file, so the user can review it, then use it to overwrite them. This behavior is similar to how Terraform works with the plan and apply commands.
Example
The text was updated successfully, but these errors were encountered: