--changeset-identifier

Last updated: May 1, 2026

Unique changeset tag in filepath::id::author format.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--changeset-identifier=<string>

Liquibase properties file (defaults file)

liquibase.command.changesetIdentifier: <string>

Command flow file argument (example)

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

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_COMMAND_CHANGESET_IDENTIFIER=<string>