--schemas

Last updated: May 1, 2026

Database schemas to include objects from.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--schemas=<string>

Liquibase properties file (defaults file)

liquibase.command.schemas: <string>

Command flow file argument (example)

cmdArgs: { schemas: "<string>" }

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_COMMAND_SCHEMAS=<string>