Back to Flyway

Flyway Init Project Name Setting

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

latest468 B
Original Source

Description

The name of the project. Will set projectName in the generated configuration file.

Type

String

Default

<i>This is normally a required parameter of the init command. This is only optional when upgrading or importing a project, at which point the default is the name of the source project.</i>

Usage

Command-line

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