--labels

Last updated: May 1, 2026

Specifies the changeset labels to match.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--labels=<string>

Liquibase properties file (defaults file)

liquibase.command.labels: <string>

Command flow file argument (example)

cmdArgs: { labels: "<string>" }

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_COMMAND_LABELS=<string>