ce88e01
.TH GRPC_CLI\-PARSE "1" "May 2021" "" "User Commands"
ce88e01
.SH NAME
ce88e01
.B grpc_cli\ parse
ce88e01
\(en parse message
ce88e01
.SH SYNOPSIS
ce88e01
.B grpc_cli parse
ce88e01
.I address
ce88e01
.I type
ce88e01
.RI [ message ]
ce88e01
.RI [ OPTION ]...\:
ce88e01
.SH OPTIONS
ce88e01
.TP
ce88e01
.I address
ce88e01
.IB host : port
ce88e01
.TP
ce88e01
.I type
ce88e01
Protocol buffer type name
ce88e01
.TP
ce88e01
.I message
ce88e01
Text protobuffer (overrides
ce88e01
.BR \-\-infile )
ce88e01
.TP
ce88e01
.B \-\-protofiles
ce88e01
Comma separated proto files used as a fallback when parsing request/response
ce88e01
.TP
ce88e01
.B \-\-proto_path
ce88e01
The search paths of proto files
ce88e01
.RB ( :
ce88e01
separated), valid only when
ce88e01
.B \-\-protofiles
ce88e01
is given
ce88e01
.TP
ce88e01
.B \-\-noremotedb
ce88e01
Don\(cqt attempt to use reflection service at all
ce88e01
.TP
ce88e01
.B \-\-infile
ce88e01
Input filename (defaults to
ce88e01
.IR stdin )
ce88e01
.TP
ce88e01
.B \-\-outfile
ce88e01
Output filename (defaults to
ce88e01
.IR stdout )
ce88e01
.TP
ce88e01
.B \-\-binary_input
ce88e01
Input in binary format
ce88e01
.TP
ce88e01
.B \-\-binary_output
ce88e01
Output in binary format
ce88e01
.TP
ce88e01
.B \-\-json_input
ce88e01
Input in json format
ce88e01
.TP
ce88e01
.B \-\-json_output
ce88e01
Output in json format
ce88e01
.TP
ce88e01
.B \-\-ssl_target
ce88e01
Set server host for ssl validation
ce88e01
.TP
ce88e01
.B \-\-ssl_client_cert
ce88e01
Client cert for ssl
ce88e01
.TP
ce88e01
.B \-\-ssl_client_key
ce88e01
Client private key for ssl
ce88e01
.TP
ce88e01
.B \-\-local_connect_type
ce88e01
Set to
ce88e01
.B local_tcp
ce88e01
or
ce88e01
.B uds
ce88e01
.TP
ce88e01
.B \-\-channel_creds_type
ce88e01
Set to
ce88e01
.BR insecure ,
ce88e01
.BR ssl ,
ce88e01
.BR gdc ,
ce88e01
.BR alts ,
ce88e01
or
ce88e01
.B local
ce88e01
.TP
ce88e01
.B \-\-call_creds
ce88e01
Set to
ce88e01
.BR none ,
ce88e01
or
ce88e01
.BI access_token= token
ce88e01
.SH "SEE\ ALSO"
ce88e01
.BR grpc_cli (1),
ce88e01
.BR grpc_cli\-ls (1),
ce88e01
.BR grpc_cli\-call (1),
ce88e01
.BR grpc_cli\-type (1),
ce88e01
.BR grpc_cli\-totext (1),
ce88e01
.BR grpc_cli\-tojson (1),
ce88e01
.BR grpc_cli\-tobinary (1),
ce88e01
.BR grpc_cli\-help (1)