1
0
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:
Vitaly the Alpaca (bot)
2025-04-06 17:14:16 +03:00
parent 7558d9dcbe
commit 2ec373a899
1642 changed files with 11984 additions and 11337 deletions

View File

@@ -38,6 +38,30 @@ import TabItem from '@theme/TabItem';
```
<Tabs>
<TabItem value="bash" label="Bash" default>
```bash
oint mysql GenerateConnectionString \
--addr "127.0.0.1" \
--db "" \
--login "bayselonarrend" \
--pass "***"
```
</TabItem>
<TabItem value="bat" label="CMD/Bat" default>
```batch
oint mysql GenerateConnectionString ^
--addr "127.0.0.1" ^
--db "" ^
--login "bayselonarrend" ^
--pass "***"
```
</TabItem>
</Tabs>
```json title="Result"
"mysql://bayselonarrend:***@127.0.0.1:3306/"
```