frodo-cli
frodo-cli copied to clipboard
Implement Configuration Comparison Functionality
Feature Request: Configuration Comparison Functionality
Description
I would like to request a feature that enables the Frodo CLI tool to compare two configuration backups exported from a tenant and identify any differences between them, similar to the functionality provided by git diff. This feature would be highly beneficial for administrators to track changes and ensure consistency across configurations.
Proposed Solution
- Introduce a new command, for example,
frodo config compare, that accepts two configuration files as input. - The command should output the differences between the two configurations in a clear and concise manner.
- Optionally, provide flags to customize the comparison, such as ignoring specific fields or sections.
Benefits
- Simplifies the process of identifying changes between different configuration states.
- Enhances the ability to audit and review configuration modifications.
- Assists in troubleshooting issues arising from unintended configuration changes.
Implementing this feature would greatly enhance the utility of the Frodo CLI tool for managing and maintaining ForgeRock platform deployments.