vantage manages the environment for these scripts. Meaning that I can do:
vantage db migrate
For my local DB, then: vantage -e production db migrate
For my production one.Recently I added bash completion, so I thought I'd post here to see what other people thought.
Let me know :)