ChrisYounger / config_explorer

Config viewer and file editor for Splunk. Based on VSCode.
GNU Affero General Public License v3.0
28 stars 7 forks source link

Add Ability to Diff between files located on different locations #26

Open ashrafkhanba opened 1 year ago

ashrafkhanba commented 1 year ago

Can you please add a feature if possible to check the diff between the same file located in different servers / locations. The use case we have is to check the differences in the config file (ex: Props.conf) located in the development environment vs the config file located in the staging (or pre-prod) environment.

ChrisYounger commented 1 year ago

I am certainly interested in allowing Config Explorer instances to talk to each other but again this is quite tricky (and probably not such a concern to most people). Ill have a think about what can be done.