Add a --preview option to upgrade/downgrade commands to list the migrations that will be applied #1016
eliasdorneles
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What do you think about adding a
--preview
option to the commandsalembic upgrade
andalembic downgrade
to list the migrations that would be applied?Right now, if I want to know what will happen if I run
alembic upgrade
, I have to runalembic history -i
and "calculate" it in my head.It would be super handy to have a
--preview
option.Beta Was this translation helpful? Give feedback.
All reactions