--auto-enable-new-checks

Last updated: April 30, 2026

Automatically enable new policy checks in liquibase.checks.conf when they are available. Default: false.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--auto-enable-new-checks=<true|false>

Liquibase properties file (defaults file)

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

Command flow file argument (example)

cmdArgs: { auto-enable-new-checks: "<true|false>" }

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_COMMAND_CHECKS_<SUBCOMMAND>_AUTO_ENABLE_NEW_CHECKS=<true|false>