Change Intelligence is coming.

  • Reference
  • Version · 5.0.4
  • Reference guide

--open-report

Last updated: August 12, 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>