--check-name

Last updated: April 30, 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>