--report-name

Last updated: May 1, 2026

Specifies the name of the report file at the command level. Overrides --reports-name.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--report-name=<string>

Liquibase properties file (defaults file)

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

Command flow file argument (example)

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

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_COMMAND_<CMDNAME>_REPORT_NAME=<string>