-
Notifications
You must be signed in to change notification settings - Fork 905
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
Feature flag autouninstaller #15
Comments
Adding this will allow feature flagging new features.c
Require the feature and enabled to explicitly be set to true to allow a feature to be flagged as on.
Do not allow autouninstaller to run automatically. Since it is experimental, we want to lock it down and make folks explicitly opt into it.
Adding this will allow feature flagging new features.c
Require the feature and enabled to explicitly be set to true to allow a feature to be flagged as on.
Do not allow autouninstaller to run automatically. Since it is experimental, we want to lock it down and make folks explicitly opt into it.
Turn it on by enabling the feature in the config file. |
Do I see this correctly, that this flag in the config does not affect the packages I create as a maintainer, but merely what happens when I uninstall a package on my machine as a normal chocolatey user? |
Just as a user On Thursday, February 26, 2015, Daniel Hilgarth [email protected]
Rob http://devlicio.us/blogs/rob_reynolds |
Since it is still experimental, turn it off for now and allow explicit opt-in.
The text was updated successfully, but these errors were encountered: