grpcurl -import-path ./proto -proto service.proto list
List services from proto files without reflection
Reads the service definitions from your local proto files when the server has reflection disabled. The -import-path flag points at the directory containing the schemas and -proto names the file to load. The same flags work with describe to inspect messages.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.