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
Is your feature request related to a problem? Please describe.
When one is using the iambic setup to configure various iambic options, I would like to see backup files are created for the config, such that its easy to see what changes are made by the wizard.
Describe the solution you'd like
if the existing iambic config is on ~/iambic-config.yaml, when wizard needs to modify the config, it should first save a copy of original config to ~/iambic-config.yaml.backup-{datetime}. It is easier for me as the user to diff the two file to see how wizard is making changes to the configuration.
Describe alternatives you've considered
I need to create the git repository ahead of time to track changes committed vs uncommitted changes. However, if one makes multiple option changes in wizard, I only can tell aggregate changes. I like to see a backup file per change by the wizard.
Additional context
Add any other context or screenshots about the feature request here.
Community Engagement
Help us prioritize this request and express your support by adding a 👍 reaction to the original issue. This will assist both the community and the maintainers in addressing this request.
Please avoid leaving "+1" or "me too" comments as they create extra noise for issue followers and do not assist in prioritizing the request. If you are considering working on this issue or have already submitted a pull request, kindly leave a comment.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When one is using the iambic setup to configure various iambic options, I would like to see backup files are created for the config, such that its easy to see what changes are made by the wizard.
Describe the solution you'd like
if the existing iambic config is on
~/iambic-config.yaml
, when wizard needs to modify the config, it should first save a copy of original config to~/iambic-config.yaml.backup-{datetime}
. It is easier for me as the user to diff the two file to see how wizard is making changes to the configuration.Describe alternatives you've considered
I need to create the git repository ahead of time to track changes committed vs uncommitted changes. However, if one makes multiple option changes in wizard, I only can tell aggregate changes. I like to see a backup file per change by the wizard.
Additional context
Add any other context or screenshots about the feature request here.
Community Engagement
Help us prioritize this request and express your support by adding a 👍 reaction to the original issue. This will assist both the community and the maintainers in addressing this request.
Please avoid leaving "+1" or "me too" comments as they create extra noise for issue followers and do not assist in prioritizing the request. If you are considering working on this issue or have already submitted a pull request, kindly leave a comment.
The text was updated successfully, but these errors were encountered: