--reports-suppress-sql

Last updated: April 29, 2026

Liquibase 4.31.0+. Specifies whether to hide changeset SQL in operation reports at the global level. Overridden by --report-suppress-sql at the command level. Default: false.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Global CLI parameter

--reports-suppress-sql=<true|false>

Liquibase properties file (defaults file)

liquibase.reports.suppressSql: <true|false>

Global flow file argument (example)

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

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_REPORTS_SUPPRESS_SQL=<true|false>