Redgate Flyway

Flyway Check Script Filename Setting

This is available in Flyway CLI only

Description

Specify an individual script to run code analysis on. Only used if scope is 'SCRIPT'. This will be resolved relative to the working directory.

Type

String

Default

This will default to the value of prepare.scriptFilename.

Usage

Command-line

./flyway check -code -scriptFilename=custom_script.sql

TOML Configuration File

[flyway.check]
scriptFilename = "custom_script.sql"

Didn't find what you were looking for?