Blob Blame History Raw
.TH GRPC_CLI\-TOBINARY "1" "May 2021" "" "User Commands"
.SH NAME
.B grpc_cli\ tobinary
\(en convert text message to binary
.SH SYNOPSIS
.B grpc_cli tobinary
.I protofiles
.I type
.RI [ message ]
.RI [ OPTION ]...\:
.SH OPTIONS
.TP
.I protofiles
Comma separated list of proto files
.TP
.I type
Protocol buffer type name
.TP
.B \-\-proto_path
The search paths of proto files
.RB ( :
separated)
.TP
.B \-\-infile
Input filename (defaults to
.IR stdin )
.TP
.B \-\-outfile
Output filename (defaults to
.IR stdout )
.SH "SEE\ ALSO"
.BR grpc_cli (1),
.BR grpc_cli\-ls (1),
.BR grpc_cli\-call (1),
.BR grpc_cli\-type (1),
.BR grpc_cli\-parse (1),
.BR grpc_cli\-totext (1),
.BR grpc_cli\-tojson (1),
.BR grpc_cli\-help (1)