graphile / migrate

Opinionated SQL-powered productive roll-forward migration tool for PostgreSQL.
MIT License
751 stars 58 forks source link

`graphile-migrate watch --once` is hard to discover #139

Open benjie opened 3 years ago

benjie commented 3 years ago

When you run graphile-migrate --help there's no hint that watch --once exists, and the description for watch doesn't seem like what you need.

Suggestions:

Really it's "run all migrations plus the current migration and then exit" Or "watch mode but without the watching..." :wink: -- @Benjie

dmfay commented 2 years ago

I was just coming here to see if this'd been suggested yet! I want to graphile-migrate a thing && pg_prove to run pgTAP tests in development.

graphile-migrate current has my vote re shorter names

DanielFGray commented 1 year ago

current or even latest would be my pick