--report-path

Last updated: May 1, 2026

Specifies the file path to the report file at the command level. Overrides --reports-path. Default: ./.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--report-path=<string>

Liquibase properties file (defaults file)

liquibase.command.<cmdName>.reportPath: <string>

Command flow file argument (example)

cmdArgs: { report-path: "<string>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.command.<cmdName>.reportPath=<string>

Liquibase environment variable

LIQUIBASE_COMMAND_<CMDNAME>_REPORT_PATH=<string>