--drop-all-require-force

Last updated: May 1, 2026

If true, requires the user to specify --force to use the drop-all command. Liquibase 4.27.0+. Default: false.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--drop-all-require-force=<true|false>

Liquibase properties file (defaults file)

liquibase.command.dropAllrequireForce: <true|false>

Command flow file argument (example)

cmdArgs: { drop-all-require-force: "<true|false>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.command.dropAllrequireForce=<true|false>

Liquibase environment variable

LIQUIBASE_COMMAND_DROP_ALL_REQUIRE_FORCE=<true|false>