-
Notifications
You must be signed in to change notification settings - Fork 992
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
Config clean command sketch #17514
base: develop2
Are you sure you want to change the base?
Config clean command sketch #17514
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a very good idea, and necessary, thanks very much for doing it!
Maybe reset
is a better name if the intent is to reset to "factory defaults"? I am fine with either name, just nitpicking.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, just 2 small details to close
We're losing all core-confs after a reinit |
Changelog: Feature: Adds
conan config clean
command that will remove all custom config from conan home, excluding the generated packagesChangelog: Feature: Add
reinit
method to ConanApi, which reinitializes every subapiDocs: TODO
Addresses the remaining point of #12842
Close #5935
Close #12842
Close #17578