summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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