Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Predictible overwrite ? #11

Open
sundowndev opened this issue Dec 14, 2022 · 0 comments
Open

Predictible overwrite ? #11

sundowndev opened this issue Dec 14, 2022 · 0 comments
Labels
feature request New feature or request need-triage

Comments

@sundowndev
Copy link
Owner

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
@sundowndev sundowndev added the feature request New feature or request label Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request need-triage
Projects
None yet
Development

No branches or pull requests

1 participant