Introducing Agent Safe Governance for the AI Era

--sqlcmd-catalog-name

Last updated: June 5, 2026

Database to use when running SQLCMD.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Global CLI parameter

--sqlcmd-catalog-name=<string>

Liquibase properties file (defaults file)

liquibase.sqlcmd.catalogName: <string>

Global flow file argument (example)

globalArgs: { sqlcmd-catalog-name: "<string>" }

JVM system property (JAVA_OPTS environment variable)

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

Liquibase environment variable

LIQUIBASE_SQLCMD_CATALOG_NAME=<string>