From b96dabd559508f4fa73d3315c1e29a3a87dc0ae7 Mon Sep 17 00:00:00 2001 From: cycneuramus <56681631+cycneuramus@users.noreply.github.com> Date: Mon, 21 Apr 2025 13:32:03 +0200 Subject: [PATCH] Added package nmgr (#3029) Co-authored-by: a --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index c993e83..2044568 100644 --- a/packages.json +++ b/packages.json @@ -35142,5 +35142,17 @@ "description": "SQL builder library with fluent syntax", "license": "GPL-3.0-only", "web": "https://gitlab.com/navid-m/viper" + }, + { + "name": "nmgr", + "url": "https://github.com/cycneuramus/nmgr", + "method": "git", + "tags": [ + "nomad", + "cli" + ], + "description": "Programmatically manage jobs in a Nomad cluster", + "license": "GPL-3.0-only", + "web": "https://github.com/cycneuramus/nmgr" } ]