--disable

Last updated: April 30, 2026

Disable all qualifying checks in the checks settings file. Default: true.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--disable=<true|false>

Liquibase properties file (defaults file)

liquibase.command.checks.<subcommand>.disable: <true|false>

Command flow file argument (example)

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

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.command.checks.<subcommand>.disable=<true|false>

Liquibase environment variable

LIQUIBASE_COMMAND_CHECKS_<SUBCOMMAND>_DISABLE=<true|false>