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