1GRPC_CLI(1) User Commands GRPC_CLI(1)
2
3
4
6 grpc_cli – a command-line tool to talk to a grpc server
7
9 grpc_cli COMMAND [OPTION]...
10
12 COMMANDS
13 Each of the following has a corresponding man page: for example,
14 grpc_cli-ls(1) for “grpc_cli ls”.
15
16 grpc_cli ls
17 List services
18
19 grpc_cli call
20 Call method
21
22 grpc_cli type
23 Print type
24
25 grpc_cli parse
26 Parse message
27
28 grpc_cli totext
29 Convert binary message to text
30
31 grpc_cli tojson
32 Convert binary message to json
33
34 grpc_cli tobinary
35 Convert text message to binary
36
37 grpc_cli help
38 Print this message, or per-command usage
39
41 grpc_cli-ls(1), grpc_cli-call(1), grpc_cli-type(1), grpc_cli-parse(1),
42 grpc_cli-totext(1), grpc_cli-tojson(1), grpc_cli-tobinary(1),
43 grpc_cli-help(1)
44
45
46
47 May 2021 GRPC_CLI(1)