--changeset-path

Last updated: May 1, 2026

The path to the changelog containing the changeset to target.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--changeset-path=<string>

Liquibase properties file (defaults file)

liquibase.command.changesetPath: <string>

Command flow file argument (example)

cmdArgs: { changeset-path: "<string>" }

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_COMMAND_CHANGESET_PATH=<string>