Inconsistent usage documentation: `conf/flyway.conf` vs `conf/flyway.properties` vs `./flyway.conf` #1382
Labels
Milestone
Comments
Flyway will look for config files in the order specified here: https://flywaydb.org/documentation/commandline/#configFile Works as designed. |
Hi, thanks for looking at this. In your link, I see no mention of a If you could, please explain where a |
Sorry I was a bit too quick here. Please see my comment on #1383 |
Great, thanks for the clarification. See #1383 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using flyway as a standalone CLI and found the information with regard to the default
configFile
option to be inconsistent and confusing. As I understand, flyway will look for aconf/flyway.properties
only if invoked as a Maven plugin and not as a CLI.The text was updated successfully, but these errors were encountered: