Introducing Agent Safe Governance for the AI Era

--sqlcmd-args

Last updated: June 5, 2026

Defines extra arguments to pass to the sqlcmd executable. For more information, see sqlcmd Utility documentation. Note: The delimiter for arguments is a space " ". Do not use a comma "," or semicolon ";".

Syntax

You can set this parameter in the following ways:

Option

Syntax

Global CLI parameter

--sqlcmd-args=<string>

Liquibase properties file (defaults file)

liquibase.sqlcmd.args: <string>

Global flow file argument (example)

globalArgs: { sqlcmd-args: "<string>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.sqlcmd.args=<string>

Liquibase environment variable

LIQUIBASE_SQLCMD_ARGS=<string>