--package-contents

Last updated: April 30, 2026

One or more comma-separated relative paths to checks settings files to bundle into the checks package.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--package-contents=<string>

Liquibase properties file (defaults file)

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

Command flow file argument (example)

cmdArgs: { package-contents: "<string>" }

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_COMMAND_CHECKS_<SUBCOMMAND>_PACKAGE_CONTENTS=<string>