--flow-shell-interpreter

Last updated: April 30, 2026

The default interpreter used to execute shell commands. Examples include bash, sh, and cmd.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--flow-shell-interpreter=<string>

Liquibase properties file (defaults file)

liquibase.command.flowShellInterpreter: <string>

Command flow file argument (example)

cmdArgs: { flow-shell-interpreter: "<string>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.command.flowShellInterpreter=<string>

Liquibase environment variable

LIQUIBASE_COMMAND_FLOW_SHELL_INTERPRETER=<string>