Hi @dynamicdan,
Thank you for making and maintaining this very useful tool.
I'm running into a weird issue, I have the following (simplified) folder records:
└───ui_actions
├───table1
│ └───client_true
│ └───process.js # (file 1)
└───table2
└───client_true
└───process.js # (file 2)
There are 2 same named UI Actions that's associated with 2 different tables. When a --resync is done. file 1 would be override with the content of file 2. This can be fixed by a pull-down of only file 1 again.
.\app.js --download --search sys_ui_action_<file_1_sys_id>