--schemas

Last updated: April 30, 2026

The schemas to check when --checks-scope contains database.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--schemas=<string>

Liquibase properties file (defaults file)

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

Command flow file argument (example)

cmdArgs: { schemas: "<string>" }

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_COMMAND_CHECKS_<SUBCOMMAND>_SCHEMAS=<string>