--exclude-objects

Last updated: May 1, 2026

Objects to exclude from diff.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--exclude-objects=<string>

Liquibase properties file (defaults file)

liquibase.command.excludeObjects: <string>

Command flow file argument (example)

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

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_COMMAND_EXCLUDE_OBJECTS=<string>