Back to Flyway

Flyway DiffText Artifact Filename Setting

documentation/Reference/Configuration/Flyway Namespace/Flyway DiffText Namespace/Flyway DiffText Artifact Filename Setting.md

latest688 B
Original Source

Description

The location of the diff artifact. If this is a relative path, it will be resolved relative to your working directory.

Type

String

Default

Defaults to the value of diff.artifactFilename, falling back to "%temp%/flyway.artifact.diff".

Usage

Flyway Desktop

This can't be added to a configuration file via Flyway Desktop.

Command-line

bash
./flyway diffText -artifactFilename=artifact.diff

TOML Configuration File

toml
[flyway.diffText]
artifactFilename = "artifact.diff"