--project-guide

Last updated: April 30, 2026

Turns on or off the CLI interactive mode. Default: on.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--project-guide=<on|off>

Liquibase properties file (defaults file)

liquibase.command.init.project.projectGuide: <string>

Command flow file argument (example)

cmdArgs: { project-guide: "<on|off>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.command.init.project.projectGuide=<string>

Liquibase environment variable

LIQUIBASE_COMMAND_INIT_PROJECT_PROJECT_GUIDE=<string>