--package-file

Last updated: April 30, 2026

The relative or fully qualified path and filename of the checks package YAML file to create. Default: liquibase.checks-package.yaml.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--package-file=<string>

Liquibase properties file (defaults file)

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

Command flow file argument (example)

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

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_COMMAND_CHECKS_<SUBCOMMAND>_PACKAGE_FILE=<string>