Hi,
I have a node-red instance running both on cloud and on-prem, running multiple flows.
The on-prem is an emergency solution for a connectivity-loss event.
What I'm looking for is a way to have an event trigger once I deploy, sending only the changed flow as a json file.
So for example, I have flows x,y,z, each running tasks for a different edge "location". If I perform a change on flow x, I want only that flow to be exported to a JSON format and to trigger an event with that file (sending it to the client using that flow, for example).
Any ideas?
Thank you for your time.