--reports-path

Last updated: April 29, 2026

Specifies the file path to the report file at the global level. Overridden by --report-path at the command level. Default: ./.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Global CLI parameter

--reports-path=<string>

Liquibase properties file (defaults file)

liquibase.reports.path: <string>

Global flow file argument (example)

globalArgs: { reports-path: "<string>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.reports.path=<string>

Liquibase environment variable

LIQUIBASE_REPORTS_PATH=<string>