Applies to:
- Liquibase Secure (Pro)
- Liquibase Community (Open Source)
Conditions:
- Any version of Liquibase Secure (Pro) or Community
Question:
Can Liquibase show what changes are going to be deployed?
Answer:
Yes, there are two commands that will show what Liquibase will deploy during the update command.
-
Status
- The
statuscommand shows a list of undeployed changesets, including the id, author, and file path name for each changeset.
- The
-
Update-sql
- The
update-sqlcommand will show the SQL that will be deployed during the update command. This is useful to ensure that the correct SQL is being deployed.
- The
Comments
0 comments
Article is closed for comments.