You've already forked OpenIntegrations
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:
@@ -45,6 +45,28 @@ import TabItem from '@theme/TabItem';
|
||||
```
|
||||
|
||||
|
||||
<Tabs>
|
||||
|
||||
<TabItem value="bash" label="Bash" default>
|
||||
```bash
|
||||
oint bitrix24 ДобавитьКомментарийНовости \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--postid 1002 \
|
||||
--text "Другой комментарий к новости" \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="bat" label="CMD/Bat" default>
|
||||
```batch
|
||||
oint bitrix24 ДобавитьКомментарийНовости ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--postid 1002 ^
|
||||
--text "Другой комментарий к новости" ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
|
||||
```json title="Результат"
|
||||
|
||||
Reference in New Issue
Block a user