1GRPC_CLI-CALL(1)                 User Commands                GRPC_CLI-CALL(1)
2
3
4

NAME

6       grpc_cli call – call method
7

SYNOPSIS

9       grpc_cli call address [service[.method]] request [OPTION]...
10

OPTIONS

12       address
13              host:port
14
15       service
16              Exported service name
17
18       method Method name
19
20       request
21              Text protobuffer (overrides --infile)
22
23       --protofiles
24              Comma  separated proto files used as a fallback when parsing re‐
25              quest/response
26
27       --proto_path
28              The search paths of proto files (: separated), valid  only  when
29              --protofiles is given
30
31       --noremotedb
32              Don’t attempt to use reflection service at all
33
34       --metadata
35              The metadata to be sent to the server
36
37       --infile
38              Input filename (defaults to stdin)
39
40       --outfile
41              Output filename (defaults to stdout)
42
43       --binary_input
44              Input in binary format
45
46       --binary_output
47              Output in binary format
48
49       --json_input
50              Input in json format
51
52       --json_output
53              Output in json format
54
55       --timeout
56              Specify timeout (in seconds), used to set the deadline for RPCs.
57              The default value of -1 means no deadline has been set.
58
59       --ssl_target
60              Set server host for ssl validation
61
62       --ssl_client_cert
63              Client cert for ssl
64
65       --ssl_client_key
66              Client private key for ssl
67
68       --local_connect_type
69              Set to local_tcp or uds
70
71       --channel_creds_type
72              Set to insecure, ssl, gdc, alts, or local
73
74       --call_creds
75              Set to none, or access_token=token
76

SEE ALSO

78       grpc_cli(1),   grpc_cli-ls(1),   grpc_cli-type(1),   grpc_cli-parse(1),
79       grpc_cli-totext(1),      grpc_cli-tojson(1),      grpc_cli-tobinary(1),
80       grpc_cli-help(1)
81
82
83
84                                   May 2021                   GRPC_CLI-CALL(1)
Impressum