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."
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."