Build Environment
Published 31 October 2023
Check: Build Environment
This is available in Flyway CLI only
Description
Environment for the build database See Check Concept for more information on how to configure the changes & drift reports
Default
default_build
Usage
Commandline
./flyway check -changes -environment=env1 -check.buildEnvironment=build1
TOML Configuration File
[flyway.check]
buildEnvironment = "build1"
Configuration File
flyway.check.buildEnvironment="build1"