Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/paulvollmer/liquibasechangeloglint
- Owner: paulvollmer
- License: mit
- Created: 2020-11-06T23:19:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T05:20:56.000Z (9 months ago)
- Last Synced: 2024-10-12T00:49:39.568Z (2 months ago)
- Topics: linter, liquibase, liquibase-changelog
- Language: Go
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
liquibasechangeloglint
liquibasechangeloglint
is a cli tool to lint a liquibase changelog yaml file.
---
**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)