--flow-file

Last updated: April 30, 2026

The path to the configuration YAML file which contains one or more "stages" of commands to be executed in a liquibase flow operation. Default: liquibase.flowfile.yaml.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--flow-file=<string>

Liquibase properties file (defaults file)

liquibase.command.flowFile: <string>

Command flow file argument (example)

cmdArgs: { flow-file: "<string>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.command.flowFile=<string>

Liquibase environment variable

LIQUIBASE_COMMAND_FLOW_FILE=<string>