[n8n-workbench-syncer] Syncing local n8n workflows with remote host

It seems like this package is extremely popular :slight_smile:

Anyways, just pushed version 1.3.0 (version 1.2.0 had some minor changes).

I’ve worked with this script for a while (and i found it extremely useful!) and noted something i can automate even more. I have a difference between the local workflows and the host: i need all local workflows to be disabled (i run them manually during the development), and some of the deployed workflows to be enabled (because they are finished and prod-ready).
At first, i used to enable them manually, right after the deployment. So I’ve added “[A]” to the name of the workflow, so i can easily find the ones i want to enable. Recently, i’ve got an idea to enable the workflows that starts with “[A]” just before starting the n8n on the host automatically.
Today i had some time, so i’ve implemented it. The logic is pretty straightforward, and it is fired by the new command “imar” (IMport-Activate-Run).