-
Notifications
You must be signed in to change notification settings - Fork 208
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
Generate default config #1535
base: main
Are you sure you want to change the base?
Generate default config #1535
Conversation
β¦n-test-config command have to make it diff
Thinking about our genConfig functionality should be treated as an independent feature. Much like how our mount and unmount commands operate as standalone functions, it makes sense for genConfig to independently generate and dump all default configurations into a file. This way, it won't rely on the existing implementation, ensuring a cleaner, more modular approach. So rather than just extending the current functionality make it an independent feature as describe in sequence diagram. |
also rename the command file to genConfig to align with product design. |
@jainakanksha-msft made the reqd changes according to your suggestions lmk if this looks 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.
Looks 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.
LGTM
β What
Added a new command to generate optimal default configurations.
π©βπ¬ How to validate
π Related links