--checks-output

Last updated: April 30, 2026

Specify which parts of the checks run output to show. Options: all, issues, issues0–4, validated, checksrun, sqlparserfails, skippedchecks, nonapplicablechecks. Default: all.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--checks-output=<string>

Liquibase properties file (defaults file)

liquibase.command.checks.<subcommand>.checksOutput: <string>

Command flow file argument (example)

cmdArgs: { checks-output: "<string>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.command.checks.<subcommand>.checksOutput=<string>

Liquibase environment variable

LIQUIBASE_COMMAND_CHECKS_<SUBCOMMAND>_CHECKS_OUTPUT=<string>