--open-report

Last updated: May 1, 2026

If true, automatically opens the report in your default browser. Default: false.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--open-report=<true|false>

Liquibase properties file (defaults file)

liquibase.command.<cmdName>.openReport: <true|false>

Command flow file argument (example)

cmdArgs: { open-report: "<true|false>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.command.<cmdName>.openReport=<true|false>

Liquibase environment variable

LIQUIBASE_COMMAND_<CMDNAME>_OPEN_REPORT=<true|false>