How to export all my workflows

So you’re running n8n directly from the repository? In this case, the binary would be in the packages/cli/bin directory. So you could cd into that directory and run it like .\n8n export:workflow --all on Windows or ./n8n export:workflow --all on Linux/MacOS X.

3 Likes