Liquibase Parameters for Policy Checks
You can control the way Liquibase behaves when running Policy Checks Commands by setting Liquibase parameters. For example, you can use them to configure the path to the Python executable to run Custom Policy Checks. You can also specify command parameters when you run Policy Checks Commands to affect their behavior.
For a list of general Liquibase parameters, see Liquibase Parameters.
For more information about Policy Checks, see Policy Checks.
List of parameters
Note: Syntax for each parameter is specified in kebab-case
(CLI and flow file), camelCase
(properties file and JAVA_OPTS
), and MACRO_CASE
(environment variable).
Tip: For best results, specify all commands and parameters in the --kebab-case
format in the CLI. If your preference is camelCase, it also works in the CLI.
Syntax (--cli , {flow-file} , propertiesFile , ENV_VAR ) |
Type | Description |
---|---|---|
Read more: |
String | Specifies the path Liquibase uses to run the Python executable associated with a virtual environment. For more information, see Create a Python Virtual Environment. |
Command parameters
For a list of command parameters for policy checks commands, see the following pages: