You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Update the watch description so it also covers the --once use case
Consider adding a command alias (identical to calling graphile-migrate watch --once) to raise this to a top-level concern; e.g. graphile-migrate run-current or graphile-migrate watch-once or similar (suggestions welcome, I'm currently leaning towards watch-once)
Really it's "run all migrations plus the current migration and then exit"
Or "watch mode but without the watching..." 😉
-- @benjie
The text was updated successfully, but these errors were encountered:
When you run
graphile-migrate --help
there's no hint thatwatch --once
exists, and the description forwatch
doesn't seem like what you need.Suggestions:
watch
description so it also covers the--once
use casegraphile-migrate watch --once
) to raise this to a top-level concern; e.g.graphile-migrate run-current
orgraphile-migrate watch-once
or similar (suggestions welcome, I'm currently leaning towardswatch-once
)The text was updated successfully, but these errors were encountered: