Skip to content

Some scripts to convert liquibase changelogs between xml, yaml and json

License

Notifications You must be signed in to change notification settings

GoGoris/liquibase-changelog-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Liquibase Changelog Converter

A little utility that can be used to convert a liquibase changelog from one form to another.

Based on https://github.com/GoGoris/liquibase-changelog-converter

Simply build:

mvn clean install

And then you can use the generated JAR file

java -jar target/liquibase-changelog-converter-1.0-SNAPSHOT.jar --input input.json --output output.yaml

Hope it helps

About

Some scripts to convert liquibase changelogs between xml, yaml and json

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages