Skip to content

Releases: wlame/njgit

Release 0.1.1

29 Nov 03:56

Choose a tag to compare

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/njgit

macOS (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/njgit

macOS (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/njgit

Windows
Download njgit-windows-amd64.exe and add to your PATH.

Verify Installation

njgit version

What's Changed

See the commits since the last release for detailed changes.

Checksums

SHA256 checksums are available in checksums.txt.

Start with something

29 Nov 02:46

Choose a tag to compare

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