--reports-name

Last updated: April 29, 2026

Specifies the name of the report file at the global level. Overridden by --report-name at the command level. If you set a custom name, Liquibase overwrites the existing file every time you generate a new report. Default: report-<DD-Mon-YYYY-HHmmss>.html.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Global CLI parameter

--reports-name=<string>

Liquibase properties file (defaults file)

liquibase.reports.name: <string>

Global flow file argument (example)

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

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_REPORTS_NAME=<string>