--flow-shell-keep-temp-files

Last updated: April 30, 2026

If true, do not delete temporary files created by the shell command execution. Default: false.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--flow-shell-keep-temp-files=<true|false>

Liquibase properties file (defaults file)

liquibase.command.flowShellKeepTempFiles: <true|false>

Command flow file argument (example)

cmdArgs: { flow-shell-keep-temp-files: "<true|false>" }

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_COMMAND_FLOW_SHELL_KEEP_TEMP_FILES=<true|false>

flow-shell-keep-temp-files - Liquibase