--include-catalog

Last updated: May 1, 2026

If true, the catalog will be included in generated changesets. Default: false.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--include-catalog=<true|false>

Liquibase properties file (defaults file)

liquibase.command.includeCatalog: <true|false>

Command flow file argument (example)

cmdArgs: { include-catalog: "<true|false>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.command.includeCatalog=<true|false>

Liquibase environment variable

LIQUIBASE_COMMAND_INCLUDE_CATALOG=<true|false>