1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2024-10-20 22:36:03 +03:00
parent f52322cad6
commit d3dd6c760b
634 changed files with 17818 additions and 6833 deletions
@@ -35,6 +35,26 @@ import TabItem from '@theme/TabItem';
```
<Tabs>
<TabItem value="bash" label="Bash" default>
```bash
oint yadisk GetPublishedObjectsList \
--token "***" \
--amount 2 \
--offset 1
```
</TabItem>
<TabItem value="bat" label="CMD/Bat" default>
```batch
oint yadisk GetPublishedObjectsList ^
--token "***" ^
--amount 2 ^
--offset 1
```
</TabItem>
</Tabs>
```json title="Result"