You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -45,17 +45,23 @@ Parameters with Binary data type can also accept file paths on disk and URLs
|
||||
|
||||
<TabItem value="bash" label="Bash" default>
|
||||
```bash
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint tcp ProcessRequest \
|
||||
--address "45.79.112.203:4242" \
|
||||
--data "Echo this!\n"
|
||||
--address "tcpbin.com:4243" \
|
||||
--data "Echo this!\n" \
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':false}"
|
||||
```
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="bat" label="CMD/Bat" default>
|
||||
```batch
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint tcp ProcessRequest ^
|
||||
--address "45.79.112.203:4242" ^
|
||||
--data "Echo this!\n"
|
||||
--address "tcpbin.com:4243" ^
|
||||
--data "Echo this!\n" ^
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':false}"
|
||||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
Reference in New Issue
Block a user