Change Intelligence is coming.

--check-name

Last updated: July 29, 2026

The name of the check(s) to target. Comma-separated list of enabled checks. Prefix with ! to exclude. If not specified, all enabled checks are targeted.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--check-name=<string>

Liquibase properties file (defaults file)

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

Command flow file argument (example)

cmdArgs: { check-name: "<string>" }

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_COMMAND_CHECKS_<SUBCOMMAND>_CHECK_NAME=<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