--source

Last updated: April 30, 2026

Source directory where the project files will be copied from. Default: ..

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--source=<string>

Liquibase properties file (defaults file)

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

Command flow file argument (example)

cmdArgs: { source: "<string>" }

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_COMMAND_INIT_COPY_SOURCE=<string>