--show-cols

Last updated: April 30, 2026

Only show the specified columns. Options: id, checkname, type, priority, shortname, scope, status, severity, customization, description, all. Default: shortname,scope,severity,customization,description.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--show-cols=<string>

Liquibase properties file (defaults file)

liquibase.command.checks.<subcommand>.showCols: <string>

Command flow file argument (example)

cmdArgs: { show-cols: "<string>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.command.checks.<subcommand>.showCols=<string>

Liquibase environment variable

LIQUIBASE_COMMAND_CHECKS_<SUBCOMMAND>_SHOW_COLS=<string>