memiiso / pyliquibase

Use liquibase java application within python
Apache License 2.0
46 stars 17 forks source link

init project functionality #79

Closed Tridacnid closed 4 months ago

Tridacnid commented 4 months ago

It's a small thing, but bootstrapping a fresh liquibase project from scratch with pyliquibase would be nice.

It would be helpful if pyliquibase didn't error out due to a missing liquibase.properties file when trying to run pyliquibase init project

From the liquibase documentation: "You can easily create a new Liquibase project containing a liquibase.properties file by running the init project command."