--changeset-id

Last updated: May 1, 2026

The changeset ID from the changelog.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--changeset-id=<string>

Liquibase properties file (defaults file)

liquibase.command.changesetId: <string>

Command flow file argument (example)

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

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_COMMAND_CHANGESET_ID=<string>