https://github.com/pgcodekeeper/pgcodekeeper-cli
https://github.com/pgcodekeeper/pgcodekeeper-cli
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pgcodekeeper/pgcodekeeper-cli
- Owner: pgcodekeeper
- License: apache-2.0
- Created: 2025-07-31T08:33:07.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2026-03-26T13:08:39.000Z (about 1 month ago)
- Last Synced: 2026-03-27T02:29:32.946Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 144 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://www.apache.org/licenses/LICENSE-2.0)
# pgcodekeeper-cli
A CLI version for [pgcodekeeper-core](https://github.com/pgcodekeeper/pgcodekeeper-core).
## Documentation
* [User manual](https://pgcodekeeper.readthedocs.io/en/latest/cli_version.html)
* [Issue tracker](https://github.com/pgcodekeeper/pgcodekeeper-cli/issues)
## Build
Build requires Java (JDK) 17+ and Apache Maven 3.9+.
```shell
git clone https://github.com/pgcodekeeper/pgcodekeeper-cli.git
cd pgcodekeeper-cli
mvn clean verify -DskipTests
```
Binaries will be created in pgcodekeeper-cli/target