Redgate Flyway

Flyway Diff Artifact Filename Setting

Description

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

Type

Boolean

Default

"%temp%/flyway.artifact.diff"

Usage

Flyway Desktop

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

Command-line

./flyway diff -source="schemaModel" -target="migrations" -artifactFilename=artifact.diff

TOML Configuration File

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

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?