GitHub - brianmichel/nomad-context: A simple way to manage which Nomad environment you

A small annoyance of mine is that I’ll be running a local version of Nomad and some remote version of Nomad so trying to remember which terminal session is configured to which environment is such a pain. So I decided to make a little cross platform tool to keep track of these different contexts. tokens are stored in platform-specific mechanisms (by way of go-keyring).

Right now I’ve just been using it through Mise’s experimental GitHub backend with mise use -g github:brianmichel/nomad-context@0.0.1, but if there’s more general interest I’ll make sure packages get posted to Homebrew, Scoop, etc. Let me know what you think, or what you’d like to see in future iterations!