--include-objects

Last updated: May 1, 2026

Objects to include in diff.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--include-objects=<string>

Liquibase properties file (defaults file)

liquibase.command.includeObjects: <string>

Command flow file argument (example)

cmdArgs: { include-objects: "<string>" }

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_COMMAND_INCLUDE_OBJECTS=<string>