Tools for managing Valkey deployments

Initialize go module "go.nesv.ca/valkey" #2

merged opened by nesv.ca targeting main from push-vwozlvyovnlk
Labels

None yet.

assignee
Participants 1
AT URI
at://did:plc:o443yqwekyukw67l6jn22qds/sh.tangled.repo.pull/3m3yfb2aizs22
+5 -1
Interdiff #0 #1
.gitignore

This file has not been changed.

cmd/vkadm/main.go

This file has not been changed.

go.mod

This file has not been changed.

go.sum

This file has not been changed.

+5 -1
.tangled/workflows/pull-request.yaml
··· 1 { 2 - when: [{ event: ["pull_request"], branch: ["main"] }], 3 engine: "nixery", 4 clone: { skip: false, depth: 1, submodules: false }, 5 dependencies: { nixpkgs: ["go", "go-tools"] },
··· 1 { 2 + when: 3 + [ 4 + { event: ["pull_request"], branch: ["main"] }, 5 + { event: ["push", "manual"], branch: ["main"] }, 6 + ], 7 engine: "nixery", 8 clone: { skip: false, depth: 1, submodules: false }, 9 dependencies: { nixpkgs: ["go", "go-tools"] },

History

3 rounds 0 comments
sign up or login to add to the discussion
2 commits
expand
Initialize go module "go.nesv.ca/valkey"
New command: vkadm
expand 0 comments
pull request successfully merged
nesv.ca submitted #1
2 commits
expand
Initialize go module "go.nesv.ca/valkey"
New command: vkadm
expand 0 comments
nesv.ca submitted #0
2 commits
expand
Initialize go module "go.nesv.ca/valkey"
New command: vkadm
expand 0 comments