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:
@@ -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/"
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user