Liquibase Maven/CLI参数的差异 [英] Difference in Liquibase Maven/CLI parameters

查看:93
本文介绍了Liquibase Maven/CLI参数的差异的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

对于Maven更新任务,有很多有用的参数(例如,changelogCatalogName): http://www.liquibase.org/documentation/maven/maven_update.html 但是,在CLI页面中未提及它们以进行liquibase更新: http://www.liquibase.org/documentation /command_line.html 是否可以传递这些参数? 谢谢!

There are a lot of useful parameters (for example, changelogCatalogName) for Maven update task: http://www.liquibase.org/documentation/maven/maven_update.html But they are not mentioned in CLI page for liquibase update: http://www.liquibase.org/documentation/command_line.html Is it possible to pass these parameters? Thanks!

推荐答案

您也可以使用liquibase --help返回命令行选项,文档中可能缺少某些选项.

You can also use liquibase --help to return command line options as well, there may be some on there that were missed in the docs.

我正在努力提高运行Liquibase的不同方法之间的一致性和功能奇偶性,但是仍然有些功能尚未进入所有模式. ChangelogCatalogName和ChangelogSchemaName看起来好像还没有成为CLI参数的两个字段,但是您可以通过系统属性将它们指定为-Dliquibase.catalogName = ABC和-Dliquibase.schemaName = XYZ

I am working on improving consistency and feature parity between different ways to run Liquibase but there can still be some features that have not made it into all modes yet. ChangelogCatalogName and ChangelogSchemaName look like two fields that have not made it into CLI parameters yet, but you are able to specify them by system properties as -Dliquibase.catalogName=ABC and -Dliquibase.schemaName=XYZ

这篇关于Liquibase Maven/CLI参数的差异的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆