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
Is your feature request related to a problem? Please describe.
The current configuration lacks an intuitive and user-friendly interface for editing and managing configurations, making it cumbersome to perform config updates.
Describe the solution you'd like
Develop tooling and an interactive utility to facilitate the editing and management of configurations. The solution should provide clear feedback to users, ensure the integrity of the configuration, and simplify the process of transitioning to a hybrid configuration.
Proposed CLI Schema for Config Management:
Directories:
rb config dir add <directory-path> --alias <alias>
rb config dir remove <alias-or-path>
rb config dir list
rb config dir update <alias-or-path> --new-path <new-directory-path> --new-alias <new-alias>
Considered maintaining manual editing of configuration files, but realized an interactive utility could significantly enhance user experience and reduce errors.
Additional context
Ensuring a smooth and intuitive configuration management experience is crucial for user adoption and effective utilization of the rb tool. The interactive utility and additional tooling should strive to minimize the complexity faced by users when managing configurations, especially as the number of repositories and directories grow over time.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The current configuration lacks an intuitive and user-friendly interface for editing and managing configurations, making it cumbersome to perform config updates.
Describe the solution you'd like
Develop tooling and an interactive utility to facilitate the editing and management of configurations. The solution should provide clear feedback to users, ensure the integrity of the configuration, and simplify the process of transitioning to a hybrid configuration.
Proposed CLI Schema for Config Management:
Directories:
Repositories:
Clone Rules:
Describe alternatives you've considered
Additional context
Ensuring a smooth and intuitive configuration management experience is crucial for user adoption and effective utilization of the
rb
tool. The interactive utility and additional tooling should strive to minimize the complexity faced by users when managing configurations, especially as the number of repositories and directories grow over time.The text was updated successfully, but these errors were encountered: