--mongosh-executor

Last updated: April 30, 2026

Name of a custom executor you can specify.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Global CLI parameter

--mongosh-executor=<string>

Liquibase properties file (defaults file)

liquibase.mongosh.executor: <string>

Global flow file argument (example)

globalArgs: { mongosh-executor: "<string>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.mongosh.executor=<string>

Liquibase environment variable

LIQUIBASE_MONGOSH_EXECUTOR=<string>