--show-summary

Last updated: May 1, 2026

Produces a summary list of changesets skipped and why. Valid values: OFF, SUMMARY, VERBOSE. Liquibase 4.24.0+. Default: SUMMARY.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--show-summary=<string>

Liquibase properties file (defaults file)

liquibase.command.showSummary: <string>

Command flow file argument (example)

cmdArgs: { show-summary: "<string>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.command.showSummary=<string>

Liquibase environment variable

LIQUIBASE_COMMAND_SHOW_SUMMARY=<string>