Back to Flyway

Flyway Init File Name Setting

documentation/Reference/Configuration/Flyway Namespace/Flyway Init Namespace/Flyway Init File Name Setting.md

latest347 B
Original Source

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

bash
./flyway init -projectName="My Project" -databaseType="sqlserver" -fileName="custom.toml"