brew install grpcurl
grpcurl --plaintext localhost:9090 list
grpcurl --plaintext localhost:9090 list com.example.ExampleService
grpcurl --plaintext -d '{"message": "Test!"}' localhost:9090 com.example.ExampleService/ExampleMethod
Supporting jks/p12 but not documented well