summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-18 17:53:00 -0600
committermo khan <mo@mokhan.ca>2025-06-18 17:53:00 -0600
commit594abe311e4dfbbcc477474561756bc5e5f0e539 (patch)
treef85634fa1f9bbf8b6189bec81a03fb874cd6fba2 /Makefile
parent1e9a769e5e4af4684967473f0844f66c3958432c (diff)
chore: add make target to list rpc services
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 62138427..14254543 100644
--- a/Makefile
+++ b/Makefile
@@ -19,3 +19,7 @@ run-image: build-image
.PHONY: health-check
health-check:
@grpcurl -plaintext localhost:50051 grpc.health.v1.Health/Check
+
+.PHONY: list-services
+list-services:
+ @grpcurl -plaintext localhost:50051 list