--verbose

Last updated: May 1, 2026

Specifies the detail level of the command output. Default: false.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--verbose=<true|false>

Liquibase properties file (defaults file)

liquibase.command.verbose: <true|false>

Command flow file argument (example)

cmdArgs: { verbose: "<true|false>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.command.verbose=<true|false>

Liquibase environment variable

LIQUIBASE_COMMAND_VERBOSE=<true|false>