bootique / bootique-liquibase

Integration of Liquibase with Bootique

Home Page:http://bootique.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Namespace the commands

andrus opened this issue · comments

Liquibase module contributes 5 commands already and will contribute 6th per #15 shortly. This can be confusing in an app that contains Jetty and other commands, as some commands have pretty generic names (like "update" or "validate"). I think we must prefix all of their long names with "lb":

--lb-update
--lb-validate
--lb-changelog-sync
etc...

Short names should be preserved for partial backwards compatibility.