Hi, I would like to ask, I am running the same flow on more machines (or the same machine more ports), and I would like to automatically update all running instances by actualized flow.
It's some way how can I do that?
I need to automatically press button on the picture image|445x499
Lets imagine following usecase:
you execute following commands on the same directory:
node-red -p 1880
node-red -p 1881
on instance running on port 1880 you do some change and when it's done you would like to apply to instance 1881 (without restarting node-red) how you can do that?
flow.json is already new because is changed by 1880 but on 1881 is loaded the old one. And I need to somehow actualize all instances. When I click on "restart flows" it do what I want, but I need to automatize it.