diff --git a/Makefile b/Makefile index 98257bd..e6e6882 100644 --- a/Makefile +++ b/Makefile @@ -154,4 +154,12 @@ load-sample-specs: cat misc/spec-samples/mdns.emissary.cadoles.com.json | ./bin/server api agent spec update -a $(AGENT_ID) --no-patch --spec-data - --spec-name mdns.emissary.cadoles.com full-version: - @echo $(FULL_VERSION) \ No newline at end of file + @echo $(FULL_VERSION) + +update-edge-lib: + git pull --rebase + GOPRIVATE=forge.cadoles.com/arcad/edge go get -u forge.cadoles.com/arcad/edge + go mod tidy + git add go.mod go.sum + git commit -m "feat: update arcad/edge dependency" + git push \ No newline at end of file