--changeset-author

Last updated: May 1, 2026

The author of the changeset. Supports * as a wildcard.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--changeset-author=<string>

Liquibase properties file (defaults file)

liquibase.command.changesetAuthor: <string>

Command flow file argument (example)

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

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_COMMAND_CHANGESET_AUTHOR=<string>