Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paulvollmer/liquibasechangeloglint

liquibasechangeloglint is a cli tool to lint a liquibase changelog yaml file.
https://github.com/paulvollmer/liquibasechangeloglint

linter liquibase liquibase-changelog

Last synced: 2 days ago
JSON representation

liquibasechangeloglint is a cli tool to lint a liquibase changelog yaml file.

Awesome Lists containing this project

README

        


liquibasechangeloglint


liquibasechangeloglint is a cli tool to lint a liquibase changelog yaml file.



Github Actions
Software Release
Software License

---

**This tool is in development and does not cover the whole liquibase changelog schema.**

## Installation

```console
go get -u github.com/paulvollmer/liquibasechangeloglint
```

## Usage

```console
liquibasechangeloglint path/to/changelog.yaml
```

## Development

```sh
git clone [email protected]:paulvollmer/liquibasechangeloglint.git
cd liquibasechangeloglint
go build
go test
```

## License

[MIT License](LICENSE)