Back to Flyway

Flyway Check Script Filename Setting

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

latest721 B
Original Source

{% include commandlineonly.html %}

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

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

TOML Configuration File

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