1GRPC_CLI-PARSE(1) User Commands GRPC_CLI-PARSE(1)
2
3
4
6 grpc_cli parse – parse message
7
9 grpc_cli parse address type [message] [OPTION]...
10
12 address
13 host:port
14
15 type Protocol buffer type name
16
17 message
18 Text protobuffer (overrides --infile)
19
20 --protofiles
21 Comma separated proto files used as a fallback when parsing re‐
22 quest/response
23
24 --proto_path
25 The search paths of proto files (: separated), valid only when
26 --protofiles is given
27
28 --noremotedb
29 Don’t attempt to use reflection service at all
30
31 --infile
32 Input filename (defaults to stdin)
33
34 --outfile
35 Output filename (defaults to stdout)
36
37 --binary_input
38 Input in binary format
39
40 --binary_output
41 Output in binary format
42
43 --json_input
44 Input in json format
45
46 --json_output
47 Output in json format
48
49 --ssl_target
50 Set server host for ssl validation
51
52 --ssl_client_cert
53 Client cert for ssl
54
55 --ssl_client_key
56 Client private key for ssl
57
58 --local_connect_type
59 Set to local_tcp or uds
60
61 --channel_creds_type
62 Set to insecure, ssl, gdc, alts, or local
63
64 --call_creds
65 Set to none, or access_token=token
66
68 grpc_cli(1), grpc_cli-ls(1), grpc_cli-call(1), grpc_cli-type(1),
69 grpc_cli-totext(1), grpc_cli-tojson(1), grpc_cli-tobinary(1),
70 grpc_cli-help(1)
71
72
73
74 May 2021 GRPC_CLI-PARSE(1)