1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-06-18 05:04:13 +02:00
Files
OpenIntegrations/docs/en/cli/grpc/ProcessServerStream/bash.txt
T
Vitaly the Alpaca (bot) 049a853aaf Test data update (Jenkins)
2026-01-05 16:21:52 +00:00

9 lines
538 B
Plaintext
Vendored

# JSON data can also be passed as a path to a .json file
oint grpc ProcessServerStream \
--conn "{'address':'https://grpcb.in:9001','proto':{'main.proto':'https://hut.openintegrations.dev/test_data/grpcbin_with_import.proto','my_types.proto':'https://hut.openintegrations.dev/test_data/mt.proto'}}" \
--service "grpcbin.GRPCBin" \
--method "DummyServerStream" \
--data "{'f_string':'Test message','f_int32':'123','f_bool':true,'f_sub':{'f_string':'Nested value'}}" \
--tls "{'use_tls':true,'accept_invalid_certs':true}" \
--count 3