--reports-open

Last updated: April 29, 2026

Specifies whether to automatically open the report in your default browser at the global level. Overridden by --report-open at the command level. Default: true.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Global CLI parameter

--reports-open=<true|false>

Liquibase properties file (defaults file)

liquibase.reports.open: <true|false>

Global flow file argument (example)

globalArgs: { reports-open: "<true|false>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.reports.open=<true|false>

Liquibase environment variable

LIQUIBASE_REPORTS_OPEN=<true|false>