Passing args to n8n via

Yeah, sure.

So, i have a couple of VDS’es i utilize, so i’ve made this project to sync the local changes with VDS: [n8n-workbench-syncer] Syncing local n8n workflows with remote host - #4 by yavetal

Dotenv reads the encryption key from the .env, and cross-env just pushes other env values, e.g. EXECUTIONS_DATA_PRUNE=true (well, at least it supposed to do so). And package.json is used in order to keep other syncing and running scripts in one place.
Here’s full package.json: n8n-workbench-syncer/package.json at main · Systemify-me/n8n-workbench-syncer · GitHub