Change Intelligence is coming.

--auto-update

Last updated: July 29, 2026

Allows automatic backup and updating of the liquibase.checks-settings.conf file when new policy checks are available. Valid values: ON, OFF. Default: OFF.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--auto-update=<ON|OFF>

Liquibase properties file (defaults file)

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

Command flow file argument (example)

cmdArgs: { auto-update: "<ON|OFF>" }

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_COMMAND_CHECKS_<SUBCOMMAND>_AUTO_UPDATE=<string>

Replace <subcommand> with the policy check command you are configuring. This parameter applies to these commands:

  • run

  • show

  • bulk-set

  • customize

  • copy

  • delete

  • describe

  • disable

  • enable

  • reset