Bulk export of node red flows

Do i have an option to bulk export (or import) my workflows, i have created multiple sub flows and i need to share this, is there a way i can avoid export individually and then import one by one to setup the flows

What version of NR and node.js?

If you mean can you export all the tabs in a workflow - what options do you see when you select export?

Selct the tab of the parent flow and export. It copies all subflows. Only tested one level deep.

To verify paste formatted export imto text editor and look for functions on one of your subflows. You can also import back in as a new flow. It will make a duplicate.

If it’s all your flows, then there’s the flows.json file on your .node-red directory. The docs explain how to load up a flows file on startup

https://nodered.org/docs/getting-started/running