Hey Folks!
I would be happy to export all my Scenarios (Templates) from N8N. I can do it right now manually and export .JSON File, but this should be possible through Terminal as well, right? I can’t find the Path. ![]()
Thanks
Hey Folks!
I would be happy to export all my Scenarios (Templates) from N8N. I can do it right now manually and export .JSON File, but this should be possible through Terminal as well, right? I can’t find the Path. ![]()
Thanks
Hey @kallados,
Have you checked out the cli tool? That would do the job for you.
Nice! Thanks for it. This is what i wanted.
docker exec -it <n8n-container-name> n8n export:workflow --all