You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-06-18 05:04:13 +02:00
9 lines
538 B
Plaintext
Vendored
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 |