| changeLogFile | The change log file to run |
| driver | The name of the database driver to connect with |
| url | The database URL |
| username | The database username to connect with |
| password | The password to use when connecting to the database |
| defaultSchemaName | Schema to use as a default for managed database objects and for LiquiBase control tables |
| outputFile | Outputs SQL to file rather than execute it directly |
| classpathref | A reference to the classpath that contains the database driver, liquibase.jar, and the changelog.xml files |
| rollbackTag | Tag to roll back to |
| rollbackDate | Date to roll back to |
| rollbackCount | Number of changeSets to roll back |
| contexts | A comma separated list of contexts to roll back. If not specified, all contexts are rolled back. |
| databaseChangeLogTableName | Overrides the name of the databasechangelog table to use Since LiquiBase 1.9 |
| databaseChangeLogLockTableName | Overrides the name of the databasechangeloglock table to use Since LiquiBase 1.9 |