Liquibase provides init command to setup Liquibase configuration files and parameters required to run Liquibase and update the Database. Liquibase init command provides 3 sub-commands for project initiation.
| Command | Description |
|---|---|
init project command will create a new project with minimum input and all the basic files and configuration required to execute Liquibase. |
|
init copy command to copy all required project and configuration files from source directory to target directory |