Flyway Init File Name Setting
Published 15 January 2025
Description
The name of the main TOML settings file. This will be resolved relative to the working directory.
Type
String
Default
"flyway.toml"
Usage
Command-line
./flyway init -name="My Project" -databaseType="sqlserver" -fileName="custom.toml"