Back to Flyway

Flyway Deploy Script Filename Setting

documentation/Reference/Configuration/Flyway Namespace/Flyway Deploy Namespace/Flyway Deploy Script Filename Setting.md

latest622 B
Original Source

Description

The path to the script that will be deployed. This will be resolved relative to the working directory.

Type

String

Default

This will default to the value of prepare.scriptFilename.

Usage

Flyway Desktop

This can't be added to a configuration file via Flyway Desktop.

Command-line

bash
./flyway deploy -scriptFilename="output.sql"

TOML Configuration File

toml
[flyway.deploy]
scriptFilename = "output.sql"