1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-06-18 21:53:54 +03:00
parent ccc1893438
commit fb579abca5
1306 changed files with 12675 additions and 11819 deletions

View File

@@ -38,6 +38,22 @@ Passing Tls settings together with passing an already created connection to the
```
<Tabs>
<TabItem value="bash" label="Bash" default>
```bash
oint mysql GetTlsSettings \
--trust true
```
</TabItem>
<TabItem value="bat" label="CMD/Bat" default>
```batch
oint mysql GetTlsSettings ^
--trust true
```
</TabItem>
</Tabs>
```json title="Result"