--target

Last updated: April 30, 2026

Path to the directory where the project files will be created.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--target=<string>

Liquibase properties file (defaults file)

liquibase.command.init.copy.target: <string>

Command flow file argument (example)

cmdArgs: { target: "<string>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.command.init.copy.target=<string>

Liquibase environment variable

LIQUIBASE_COMMAND_INIT_COPY_TARGET=<string>