You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to also support the Change logs property substitution via the command line? In our setup we have a property that changes every deployment (restore point name) which currently requires us to update the liquibase properties file every deployment (1 change value in dictionary; 2 update liquibase runner; 3 deploy latest change sets). It's not a lot of work but it would make our OPS team very happy if we could simplify the process.
For example: Liquibase change log properties: -Dmy.property.name=our_value "-Dmy.other.value=other value with spaces"
This would result in the following command being executed (example values):
Would it be possible to also support the Change logs property substitution via the command line? In our setup we have a property that changes every deployment (restore point name) which currently requires us to update the liquibase properties file every deployment (1 change value in dictionary; 2 update liquibase runner; 3 deploy latest change sets). It's not a lot of work but it would make our OPS team very happy if we could simplify the process.
For example:
Liquibase change log properties: -Dmy.property.name=our_value "-Dmy.other.value=other value with spaces"
This would result in the following command being executed (example values):
The text was updated successfully, but these errors were encountered: