--tag

Last updated: May 1, 2026

The tag identifying which tagged changesets to evaluate.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--tag=<string>

Liquibase properties file (defaults file)

liquibase.command.tag: <string>

Command flow file argument (example)

cmdArgs: { tag: "<string>" }

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_COMMAND_TAG=<string>