Export Scenarios from N8N

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. :confused:

Thanks

Hey @kallados,

Have you checked out the cli tool? That would do the job for you.

https://docs.n8n.io/reference/cli-commands/

2 Likes

Nice! Thanks for it. This is what i wanted.

docker exec -it <n8n-container-name> n8n export:workflow --all
3 Likes