Applies to:
- Liquibase Pro
- Liquibase Open Source (Community)
Conditions:
- Liquibase versions 4.12.0 and higher
Question:
Can I suppress the Liquibase splash screen (banner)?
Answer:
You can easily turn off the Liquibase banner with the "show-banner" property in your command, flow file, properties file, or environment variable. By default, this is set to "true", so setting it to "false" will remove it from your output and logging.
Examples:
CLI:
--show-banner false
Flow File:
globalArgs: {show-banner: "false"}
Properties File:
liquibase.showBanner=false
Environment Variable:
LIQUIBASE_SHOW_BANNER=false
Comments
0 comments
Article is closed for comments.