--launch-browser

Last updated: April 30, 2026

Whether to open a browser to the database's web interface. Default: true.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--launch-browser=<true|false>

Liquibase properties file (defaults file)

liquibase.command.init.startH2.launchBrowser: <true|false>

Command flow file argument (example)

cmdArgs: { launch-browser: "<true|false>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.command.init.startH2.launchBrowser=<true|false>

Liquibase environment variable

LIQUIBASE_COMMAND_INIT_START_H2_LAUNCH_BROWSER=<true|false>