From 594abe311e4dfbbcc477474561756bc5e5f0e539 Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 18 Jun 2025 17:53:00 -0600 Subject: chore: add make target to list rpc services --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3