Feature Toggles #12

Closed
opened 2025-05-11 15:57:53 +00:00 by jmarya · 1 comment
Owner

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)

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)
jmarya self-assigned this 2025-05-13 22:17:32 +00:00
Author
Owner

Implemented in 5f56b7fb77.

Disabling features is out of scope for now.

Implemented in 5f56b7fb77. Disabling features is out of scope for now.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: navos/navinstall#12
No description provided.