Please help me to add prolicencekey

liquibase.exception.CommandLineParsingException: Unknown parameter: 'liquibaseProLicenseKey'
1 Like

Can you include your .properties file?
I add the License Key as an environment variable in Linux/Ubuntu, at the end of the ~/.bashrc file:
export LIQUIBASE_PRO_LICENSE_KEY=<your_license_key>

1 Like

Hello, @praveenpotnuri !
Welcome to the Liquibase Community. As @Valen mentioned, if you can please include the text of your liquibase.properties file, we can offer specific suggestions for fixing this error. You also might find this documentation guide helpful: How to Apply Your Liquibase Pro License Key