diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
