--count

Last updated: May 1, 2026

Specifies the number of changes to apply.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--count=<integer>

Liquibase properties file (defaults file)

liquibase.command.count: <integer>

Command flow file argument (example)

cmdArgs: { count: "<integer>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.command.count=<integer>

Liquibase environment variable

LIQUIBASE_COMMAND_COUNT=<integer>