Feature Toggles #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implement toggleable features to remove bloat while retaining features when appropriate.
Usage Example:
navinstall fx enable bluetooth
enables Bluetooth Support.navinstall fx disable bluetooth
removes Bluetooth Support.navinstall fx enable user -o name=user -o password=pass -o wheel=true
to pass configuration to features-> Flexible Feature Setup (Install Config, Post Install)
Implemented in
5f56b7fb77
.Disabling features is out of scope for now.