Handle Nomad ops directly in rigging (no bash delegation) #2
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently rigging delegates all Nomad operations to the repo-local bash CLI via nix run #bosun -- . This adds startup latency (nix run overhead) and keeps the bash CLI as a dependency.
Tasks: