Redgate Flyway

Flyway Check Script Filename Setting

This is available in Flyway CLI only

Description

Specify an individual script to run code review 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"

This documentation contains proprietary information and is protected by copyright law.
Copyright © 2026 Red Gate Software Limited. All rights reserved


Didn't find what you were looking for?