Report Enabled

Report Enabled

This is available in Flyway CLI only

Description

Whether to enable generating a report file.

Default

false

Usage

Commandline

./flyway -reportEnabled=true migrate

TOML Configuration File

[flyway]
reportEnabled = true

Configuration File

flyway.reportEnabled=true

Notes

The results of check will consistently trigger the generation of a report, unaffected by this configuration.


Didn't find what you were looking for?