Build Environment

Check: Build Environment

Flyway Enterprise

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"

Didn't find what you were looking for?