I wrote a node.js script to use for running db-migrate commands. Here is the source:
https://pastebin.com/dHkwJnE1
I run it as
node migrate-script.js create my_migration
It works but migration ends up being called create and not my_migration
It seems that it will ignore function parameter and take just the first command line argument.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.