You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current system relies on a generated configmap from this config.yaml file. This is not ideal because it doesn't allow users to easily interact with the system to make small dynamic changes without wasting a lot of time.
Solution:
Add dynamic configuration support to the existing CLI (command-line interface). Required features:
dynamic configuration using dedicated keywords, e.g., cfcli setup <setting-name> <setting-value>
A validate_parameters() function to block unwanted settings that will surely cause the system's crash