Create a checks settings file

The checks settings file lets you customize your policy checks for a specific project or to share a configuration across a team or organization. You can have multiple checks settings files and store them in source control or artifact repository for versioning, consistent use, and automation.

In Liquibase 4.25.0 and later, you can group together multiple checks settings files with a checks package. For more information, see Policy Checks Packages.

The checks settings file can have the .conf or .yaml extension. By default, the file is called liquibase.checks-settings.conf.

Procedure

1

Run any policy check command such as liquibase checks show.

liquibase checks show
2

To use the default checks settings file, enter 1

When successful, Liquibase displays a list of checks enabled by default plus the following message:

liquibase.checks-settings.conf successfully created!

3

To specify a custom name for your settings file, enter 2

Create a new checks settings file - Liquibase