Releases: wlame/njgit
Releases · wlame/njgit
Release 0.1.1
njgit 0.1.1
Installation
Download the binary for your platform:
Linux (amd64)
wget https://github.com/wlame/njgit/releases/download/v0.1.1/njgit-linux-amd64
chmod +x njgit-linux-amd64
sudo mv njgit-linux-amd64 /usr/local/bin/njgitmacOS (Apple Silicon)
wget https://github.com/wlame/njgit/releases/download/v0.1.1/njgit-darwin-arm64
chmod +x njgit-darwin-arm64
sudo mv njgit-darwin-arm64 /usr/local/bin/njgitmacOS (Intel)
wget https://github.com/wlame/njgit/releases/download/v0.1.1/njgit-darwin-amd64
chmod +x njgit-darwin-amd64
sudo mv njgit-darwin-amd64 /usr/local/bin/njgitWindows
Download njgit-windows-amd64.exe and add to your PATH.
Verify Installation
njgit versionWhat's Changed
See the commits since the last release for detailed changes.
Checksums
SHA256 checksums are available in checksums.txt.
Start with something
A lightweight CLI tool that tracks HashiCorp Nomad job configuration changes using Git, providing version history and rollback capabilities.
Key Features:
- Automatic change detection - Only commits when jobs actually change
- Version history - Track all configuration changes over time
- Easy rollback - Deploy any previous version with one command
- Multi-region support - Organize jobs by region/namespace/name
- Flexible backends - Local Git or GitHub API
- Simple setup - Interactive wizard gets you started in minutes