You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-23 22:05:15 +02:00
Test data update (Jenkins)
This commit is contained in:
BIN
data.json.gpg
BIN
data.json.gpg
Binary file not shown.
10
docs/en/cli/airtable/CreateField/bash.txt
vendored
10
docs/en/cli/airtable/CreateField/bash.txt
vendored
@@ -1,8 +1,6 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint airtable CreateField \
|
||||
--token "***" \
|
||||
--base "app0SvCs0MbKiXML2" \
|
||||
--table "tblHCb2NG3vEhdtJI" \
|
||||
--title "5158a51d-cd68-45f0-ac9a-2dc0317e782a" \
|
||||
--fielddata "{'name':'5158a51d-cd68-45f0-ac9a-2dc0317e782a','type':'number','options':{'precision':0}}"
|
||||
--base "appPli0MOZzZfk9cC" \
|
||||
--table "tblCWdRHnJcWIZttO" \
|
||||
--title "e4e66842-7615-4b10-96ff-ca2518eec144" \
|
||||
--fielddata "C:\Users\Administrator\AppData\Local\Temp\urf4jttrrlr.tmp"
|
||||
10
docs/en/cli/airtable/CreateField/bat.txt
vendored
10
docs/en/cli/airtable/CreateField/bat.txt
vendored
@@ -1,8 +1,6 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint airtable CreateField ^
|
||||
--token "***" ^
|
||||
--base "app0SvCs0MbKiXML2" ^
|
||||
--table "tblHCb2NG3vEhdtJI" ^
|
||||
--title "5158a51d-cd68-45f0-ac9a-2dc0317e782a" ^
|
||||
--fielddata "{'name':'5158a51d-cd68-45f0-ac9a-2dc0317e782a','type':'number','options':{'precision':0}}"
|
||||
--base "appPli0MOZzZfk9cC" ^
|
||||
--table "tblCWdRHnJcWIZttO" ^
|
||||
--title "e4e66842-7615-4b10-96ff-ca2518eec144" ^
|
||||
--fielddata "C:\Users\Administrator\AppData\Local\Temp\urf4jttrrlr.tmp"
|
||||
8
docs/en/cli/airtable/CreatePosts/bash.txt
vendored
8
docs/en/cli/airtable/CreatePosts/bash.txt
vendored
@@ -1,7 +1,5 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint airtable CreatePosts \
|
||||
--token "***" \
|
||||
--base "app0SvCs0MbKiXML2" \
|
||||
--table "tblHCb2NG3vEhdtJI" \
|
||||
--data "{'Number':10,'String':'Hello'}"
|
||||
--base "appPli0MOZzZfk9cC" \
|
||||
--table "tblCWdRHnJcWIZttO" \
|
||||
--data "[{'Number':10,'String':'Hello'},{'Number':10,'String':'Hello'}]"
|
||||
8
docs/en/cli/airtable/CreatePosts/bat.txt
vendored
8
docs/en/cli/airtable/CreatePosts/bat.txt
vendored
@@ -1,7 +1,5 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint airtable CreatePosts ^
|
||||
--token "***" ^
|
||||
--base "app0SvCs0MbKiXML2" ^
|
||||
--table "tblHCb2NG3vEhdtJI" ^
|
||||
--data "{'Number':10,'String':'Hello'}"
|
||||
--base "appPli0MOZzZfk9cC" ^
|
||||
--table "tblCWdRHnJcWIZttO" ^
|
||||
--data "[{'Number':10,'String':'Hello'},{'Number':10,'String':'Hello'}]"
|
||||
2
docs/en/cli/airtable/GetNumberField/bash.txt
vendored
2
docs/en/cli/airtable/GetNumberField/bash.txt
vendored
@@ -1,2 +1,2 @@
|
||||
oint airtable GetNumberField \
|
||||
--title "5158a51d-cd68-45f0-ac9a-2dc0317e782a"
|
||||
--title "e4e66842-7615-4b10-96ff-ca2518eec144"
|
||||
2
docs/en/cli/airtable/GetNumberField/bat.txt
vendored
2
docs/en/cli/airtable/GetNumberField/bat.txt
vendored
@@ -1,2 +1,2 @@
|
||||
oint airtable GetNumberField ^
|
||||
--title "5158a51d-cd68-45f0-ac9a-2dc0317e782a"
|
||||
--title "e4e66842-7615-4b10-96ff-ca2518eec144"
|
||||
8
docs/en/cli/bitrix24/AddKanbanStage/bash.txt
vendored
8
docs/en/cli/bitrix24/AddKanbanStage/bash.txt
vendored
@@ -1,7 +1,5 @@
|
||||
oint bitrix24 AddKanbanStage \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--title "New stage 2" \
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
|
||||
--title "New stage" \
|
||||
--color "0026FF" \
|
||||
--prevstage 2200 \
|
||||
--admin true \
|
||||
--token "***"
|
||||
--prevstage 6
|
||||
8
docs/en/cli/bitrix24/AddKanbanStage/bat.txt
vendored
8
docs/en/cli/bitrix24/AddKanbanStage/bat.txt
vendored
@@ -1,7 +1,5 @@
|
||||
oint bitrix24 AddKanbanStage ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--title "New stage 2" ^
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
|
||||
--title "New stage" ^
|
||||
--color "0026FF" ^
|
||||
--prevstage 2200 ^
|
||||
--admin true ^
|
||||
--token "***"
|
||||
--prevstage 6
|
||||
7
docs/en/cli/bitrix24/AddTaskComment/bash.txt
vendored
7
docs/en/cli/bitrix24/AddTaskComment/bash.txt
vendored
@@ -1,5 +1,4 @@
|
||||
oint bitrix24 AddTaskComment \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--task "5868" \
|
||||
--text "Task uninpossible, don't split up" \
|
||||
--token "***"
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
|
||||
--task "6086" \
|
||||
--text "Task impossible, let's split up"
|
||||
7
docs/en/cli/bitrix24/AddTaskComment/bat.txt
vendored
7
docs/en/cli/bitrix24/AddTaskComment/bat.txt
vendored
@@ -1,5 +1,4 @@
|
||||
oint bitrix24 AddTaskComment ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--task "5868" ^
|
||||
--text "Task uninpossible, don't split up" ^
|
||||
--token "***"
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
|
||||
--task "6086" ^
|
||||
--text "Task impossible, let's split up"
|
||||
@@ -1,8 +1,4 @@
|
||||
oint bitrix24 AddTaskTimeAccounting \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--task "5872" \
|
||||
--amount 7200 \
|
||||
--user 10 \
|
||||
--text "Time spent on work" \
|
||||
--date "2025-04-01T16:24:56.1609416" \
|
||||
--token "***"
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
|
||||
--task "6090" \
|
||||
--amount 3600
|
||||
@@ -1,8 +1,4 @@
|
||||
oint bitrix24 AddTaskTimeAccounting ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--task "5872" ^
|
||||
--amount 7200 ^
|
||||
--user 10 ^
|
||||
--text "Time spent on work" ^
|
||||
--date "2025-04-01T16:24:56.1609416" ^
|
||||
--token "***"
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
|
||||
--task "6090" ^
|
||||
--amount 3600
|
||||
5
docs/en/cli/bitrix24/CreateCalendar/bash.txt
vendored
5
docs/en/cli/bitrix24/CreateCalendar/bash.txt
vendored
@@ -1,6 +1,5 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint bitrix24 CreateCalendar \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--fields "{'type':'user','ownerId':1,'name':'Another calendar','description':'My other new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}" \
|
||||
--token "***"
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
|
||||
--fields "{'type':'user','ownerId':1,'name':'new calendar','description':'My new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}"
|
||||
5
docs/en/cli/bitrix24/CreateCalendar/bat.txt
vendored
5
docs/en/cli/bitrix24/CreateCalendar/bat.txt
vendored
@@ -1,6 +1,5 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint bitrix24 CreateCalendar ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--fields "{'type':'user','ownerId':1,'name':'Another calendar','description':'My other new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}" ^
|
||||
--token "***"
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
|
||||
--fields "{'type':'user','ownerId':1,'name':'new calendar','description':'My new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}"
|
||||
@@ -1,6 +1,4 @@
|
||||
oint bitrix24 CreateDepartment \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--title "Subordinate department" \
|
||||
--parentid 1954 \
|
||||
--headid 1 \
|
||||
--token "***"
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
|
||||
--title "Main department" \
|
||||
--parentid 1
|
||||
@@ -1,6 +1,4 @@
|
||||
oint bitrix24 CreateDepartment ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--title "Subordinate department" ^
|
||||
--parentid 1954 ^
|
||||
--headid 1 ^
|
||||
--token "***"
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
|
||||
--title "Main department" ^
|
||||
--parentid 1
|
||||
@@ -1,6 +1,5 @@
|
||||
oint bitrix24 CreatePersonalNotification \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--user 10 \
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
|
||||
--user 1 \
|
||||
--text "Message text" \
|
||||
--tag "New" \
|
||||
--token "***"
|
||||
--blocks "[{'IMAGE':{'NAME':'Image1','LINK':'https://raw.githubusercontent.com/Bayselonarrend/OpenIntegrations/main/service/test_data/picture.jpg'}},{'FILE':{'NAME':'File1.docx','LINK':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx'}}]"
|
||||
@@ -1,6 +1,5 @@
|
||||
oint bitrix24 CreatePersonalNotification ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--user 10 ^
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
|
||||
--user 1 ^
|
||||
--text "Message text" ^
|
||||
--tag "New" ^
|
||||
--token "***"
|
||||
--blocks "[{'IMAGE':{'NAME':'Image1','LINK':'https://raw.githubusercontent.com/Bayselonarrend/OpenIntegrations/main/service/test_data/picture.jpg'}},{'FILE':{'NAME':'File1.docx','LINK':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx'}}]"
|
||||
4
docs/en/cli/bitrix24/CreatePost/bash.txt
vendored
4
docs/en/cli/bitrix24/CreatePost/bash.txt
vendored
@@ -1,8 +1,8 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint bitrix24 CreatePost \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
|
||||
--text "Text of post" \
|
||||
--files "{'1.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','2.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'}" \
|
||||
--title "Post title" \
|
||||
--token "***"
|
||||
--important true
|
||||
4
docs/en/cli/bitrix24/CreatePost/bat.txt
vendored
4
docs/en/cli/bitrix24/CreatePost/bat.txt
vendored
@@ -1,8 +1,8 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint bitrix24 CreatePost ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
|
||||
--text "Text of post" ^
|
||||
--files "{'1.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','2.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'}" ^
|
||||
--title "Post title" ^
|
||||
--token "***"
|
||||
--important true
|
||||
3
docs/en/cli/bitrix24/GetCurrentUser/bash.txt
vendored
3
docs/en/cli/bitrix24/GetCurrentUser/bash.txt
vendored
@@ -1,3 +1,2 @@
|
||||
oint bitrix24 GetCurrentUser \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--token "***"
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
|
||||
3
docs/en/cli/bitrix24/GetCurrentUser/bat.txt
vendored
3
docs/en/cli/bitrix24/GetCurrentUser/bat.txt
vendored
@@ -1,3 +1,2 @@
|
||||
oint bitrix24 GetCurrentUser ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--token "***"
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
|
||||
3
docs/en/cli/bitrix24/GetLeadsList/bash.txt
vendored
3
docs/en/cli/bitrix24/GetLeadsList/bash.txt
vendored
@@ -1,3 +1,2 @@
|
||||
oint bitrix24 GetLeadsList \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--token "***"
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
|
||||
3
docs/en/cli/bitrix24/GetLeadsList/bat.txt
vendored
3
docs/en/cli/bitrix24/GetLeadsList/bat.txt
vendored
@@ -1,3 +1,2 @@
|
||||
oint bitrix24 GetLeadsList ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--token "***"
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
|
||||
@@ -1,3 +1,2 @@
|
||||
oint bitrix24 GetStoragesList \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--token "***"
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
|
||||
3
docs/en/cli/bitrix24/GetStoragesList/bat.txt
vendored
3
docs/en/cli/bitrix24/GetStoragesList/bat.txt
vendored
@@ -1,3 +1,2 @@
|
||||
oint bitrix24 GetStoragesList ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--token "***"
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
|
||||
@@ -1,3 +1,2 @@
|
||||
oint bitrix24 GetTaskFieldsStructure \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--token "***"
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
|
||||
@@ -1,3 +1,2 @@
|
||||
oint bitrix24 GetTaskFieldsStructure ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--token "***"
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
|
||||
3
docs/en/cli/bitrix24/GetUserStatus/bash.txt
vendored
3
docs/en/cli/bitrix24/GetUserStatus/bash.txt
vendored
@@ -1,3 +1,2 @@
|
||||
oint bitrix24 GetUserStatus \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--token "***"
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
|
||||
3
docs/en/cli/bitrix24/GetUserStatus/bat.txt
vendored
3
docs/en/cli/bitrix24/GetUserStatus/bat.txt
vendored
@@ -1,3 +1,2 @@
|
||||
oint bitrix24 GetUserStatus ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--token "***"
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
|
||||
3
docs/en/cli/bitrix24/ServerTime/bash.txt
vendored
3
docs/en/cli/bitrix24/ServerTime/bash.txt
vendored
@@ -1,3 +1,2 @@
|
||||
oint bitrix24 ServerTime \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--token "***"
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
|
||||
3
docs/en/cli/bitrix24/ServerTime/bat.txt
vendored
3
docs/en/cli/bitrix24/ServerTime/bat.txt
vendored
@@ -1,3 +1,2 @@
|
||||
oint bitrix24 ServerTime ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--token "***"
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
|
||||
2
docs/en/cli/cdek/CreateOrder/bash.txt
vendored
2
docs/en/cli/cdek/CreateOrder/bash.txt
vendored
@@ -2,6 +2,6 @@
|
||||
|
||||
oint cdek CreateOrder \
|
||||
--token "***" \
|
||||
--order "{'from_location':{'code':'44','city':'Moscow','address':'Ave. Leningradsky, 4'},'to_location':{'code':'270','city':'Novosibirsk','address':'st. Bluchera, 32'},'packages':[{'items':[{'payment':{'value':3000},'ware_key':'***','name':'Product','cost':300,'amount':2,'weight':700,'url':'www.item.ru'}],'number':'bar-001','comment':'Packaging','height':10,'length':10,'weight':'4000','width':10}],'recipient':{'phones':[{'number':'+79134637228'}],'name':'Ivaniv Ivan'},'sender':{'name':'Petrov Petr'},'services':[{'code':'SECURE_PACKAGE_A2','parameter':10}],'number':'43d06249-da5c-4e8c-94bf-b34596a4e9d0','comment':'New order','tariff_code':139,'delivery_recipient_cost':{'value':50},'delivery_recipient_cost_adv':{'sum':3000,'threshold':200}}" \
|
||||
--order "{'from_location':{'code':'44','city':'Moscow','address':'Ave. Leningradsky, 4'},'to_location':{'code':'270','city':'Novosibirsk','address':'st. Bluchera, 32'},'packages':[{'items':[{'payment':{'value':3000},'ware_key':'***','name':'Product','cost':300,'amount':2,'weight':700,'url':'www.item.ru'}],'number':'bar-001','comment':'Packaging','height':10,'length':10,'weight':'4000','width':10}],'recipient':{'phones':[{'number':'+79134637228'}],'name':'Ivaniv Ivan'},'sender':{'name':'Petrov Petr'},'services':[{'code':'SECURE_PACKAGE_A2','parameter':10}],'number':'c1f4fb56-b1b0-4397-b964-c6c7534a8bf0','comment':'New order','tariff_code':139,'delivery_recipient_cost':{'value':50},'delivery_recipient_cost_adv':{'sum':3000,'threshold':200}}" \
|
||||
--ostore true \
|
||||
--testapi "***"
|
||||
2
docs/en/cli/cdek/CreateOrder/bat.txt
vendored
2
docs/en/cli/cdek/CreateOrder/bat.txt
vendored
@@ -2,6 +2,6 @@
|
||||
|
||||
oint cdek CreateOrder ^
|
||||
--token "***" ^
|
||||
--order "{'from_location':{'code':'44','city':'Moscow','address':'Ave. Leningradsky, 4'},'to_location':{'code':'270','city':'Novosibirsk','address':'st. Bluchera, 32'},'packages':[{'items':[{'payment':{'value':3000},'ware_key':'***','name':'Product','cost':300,'amount':2,'weight':700,'url':'www.item.ru'}],'number':'bar-001','comment':'Packaging','height':10,'length':10,'weight':'4000','width':10}],'recipient':{'phones':[{'number':'+79134637228'}],'name':'Ivaniv Ivan'},'sender':{'name':'Petrov Petr'},'services':[{'code':'SECURE_PACKAGE_A2','parameter':10}],'number':'43d06249-da5c-4e8c-94bf-b34596a4e9d0','comment':'New order','tariff_code':139,'delivery_recipient_cost':{'value':50},'delivery_recipient_cost_adv':{'sum':3000,'threshold':200}}" ^
|
||||
--order "{'from_location':{'code':'44','city':'Moscow','address':'Ave. Leningradsky, 4'},'to_location':{'code':'270','city':'Novosibirsk','address':'st. Bluchera, 32'},'packages':[{'items':[{'payment':{'value':3000},'ware_key':'***','name':'Product','cost':300,'amount':2,'weight':700,'url':'www.item.ru'}],'number':'bar-001','comment':'Packaging','height':10,'length':10,'weight':'4000','width':10}],'recipient':{'phones':[{'number':'+79134637228'}],'name':'Ivaniv Ivan'},'sender':{'name':'Petrov Petr'},'services':[{'code':'SECURE_PACKAGE_A2','parameter':10}],'number':'c1f4fb56-b1b0-4397-b964-c6c7534a8bf0','comment':'New order','tariff_code':139,'delivery_recipient_cost':{'value':50},'delivery_recipient_cost_adv':{'sum':3000,'threshold':200}}" ^
|
||||
--ostore true ^
|
||||
--testapi "***"
|
||||
4
docs/en/cli/dropbox/AddUsersToFile/bash.txt
vendored
4
docs/en/cli/dropbox/AddUsersToFile/bash.txt
vendored
@@ -1,5 +1,5 @@
|
||||
oint dropbox AddUsersToFile \
|
||||
--token "***" \
|
||||
--fileid "kJU6-a-pT48AAAAAAAAABw" \
|
||||
--emails "['h5bk6ft62s@privaterelay.appleid.com']" \
|
||||
--readonly true
|
||||
--emails "h5bk6ft62s@privaterelay.appleid.com" \
|
||||
--readonly false
|
||||
4
docs/en/cli/dropbox/AddUsersToFile/bat.txt
vendored
4
docs/en/cli/dropbox/AddUsersToFile/bat.txt
vendored
@@ -1,5 +1,5 @@
|
||||
oint dropbox AddUsersToFile ^
|
||||
--token "***" ^
|
||||
--fileid "kJU6-a-pT48AAAAAAAAABw" ^
|
||||
--emails "['h5bk6ft62s@privaterelay.appleid.com']" ^
|
||||
--readonly true
|
||||
--emails "h5bk6ft62s@privaterelay.appleid.com" ^
|
||||
--readonly false
|
||||
@@ -1,3 +1,2 @@
|
||||
oint dropbox GetAccountInformation \
|
||||
--token "***" \
|
||||
--account "dbid:AAA4WKMCfgoW5LwuNQFeLOyp-X4omQiNDhE"
|
||||
--token "***"
|
||||
@@ -1,3 +1,2 @@
|
||||
oint dropbox GetAccountInformation ^
|
||||
--token "***" ^
|
||||
--account "dbid:AAA4WKMCfgoW5LwuNQFeLOyp-X4omQiNDhE"
|
||||
--token "***"
|
||||
2
docs/en/cli/dropbox/UploadFile/bash.txt
vendored
2
docs/en/cli/dropbox/UploadFile/bash.txt
vendored
@@ -1,5 +1,5 @@
|
||||
oint dropbox UploadFile \
|
||||
--token "***" \
|
||||
--file "C:\Users\Administrator\AppData\Local\Temp\urxhfmior4e.png" \
|
||||
--file "C:\Users\Administrator\AppData\Local\Temp\cihdc1hv24o.png" \
|
||||
--path "/New/pic.png" \
|
||||
--overwrite true
|
||||
2
docs/en/cli/dropbox/UploadFile/bat.txt
vendored
2
docs/en/cli/dropbox/UploadFile/bat.txt
vendored
@@ -1,5 +1,5 @@
|
||||
oint dropbox UploadFile ^
|
||||
--token "***" ^
|
||||
--file "C:\Users\Administrator\AppData\Local\Temp\urxhfmior4e.png" ^
|
||||
--file "C:\Users\Administrator\AppData\Local\Temp\cihdc1hv24o.png" ^
|
||||
--path "/New/pic.png" ^
|
||||
--overwrite true
|
||||
3
docs/en/cli/gdrive/CreateFolder/bash.txt
vendored
3
docs/en/cli/gdrive/CreateFolder/bash.txt
vendored
@@ -1,3 +1,4 @@
|
||||
oint gdrive CreateFolder \
|
||||
--token "***" \
|
||||
--title "TestFolder"
|
||||
--title "TestFolder" \
|
||||
--catalog "191iyaa6-2BCNRPOF0F8mQ0TuNWPNesdM"
|
||||
3
docs/en/cli/gdrive/CreateFolder/bat.txt
vendored
3
docs/en/cli/gdrive/CreateFolder/bat.txt
vendored
@@ -1,3 +1,4 @@
|
||||
oint gdrive CreateFolder ^
|
||||
--token "***" ^
|
||||
--title "TestFolder"
|
||||
--title "TestFolder" ^
|
||||
--catalog "191iyaa6-2BCNRPOF0F8mQ0TuNWPNesdM"
|
||||
4
docs/en/cli/greenapi/ArchiveChat/bash.txt
vendored
4
docs/en/cli/greenapi/ArchiveChat/bash.txt
vendored
@@ -1,5 +1,3 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint greenapi ArchiveChat \
|
||||
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
|
||||
--access "C:\Users\Administrator\AppData\Local\Temp\ocxvuiohrr5.tmp" \
|
||||
--chat "120363410406221140@g.us"
|
||||
4
docs/en/cli/greenapi/ArchiveChat/bat.txt
vendored
4
docs/en/cli/greenapi/ArchiveChat/bat.txt
vendored
@@ -1,5 +1,3 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint greenapi ArchiveChat ^
|
||||
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
|
||||
--access "C:\Users\Administrator\AppData\Local\Temp\ocxvuiohrr5.tmp" ^
|
||||
--chat "120363410406221140@g.us"
|
||||
4
docs/en/cli/greenapi/CreateGroup/bash.txt
vendored
4
docs/en/cli/greenapi/CreateGroup/bash.txt
vendored
@@ -1,5 +1,3 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint greenapi CreateGroup \
|
||||
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
|
||||
--access "C:\Users\Administrator\AppData\Local\Temp\iddaymjqedh.tmp" \
|
||||
--name "New group"
|
||||
4
docs/en/cli/greenapi/CreateGroup/bat.txt
vendored
4
docs/en/cli/greenapi/CreateGroup/bat.txt
vendored
@@ -1,5 +1,3 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint greenapi CreateGroup ^
|
||||
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
|
||||
--access "C:\Users\Administrator\AppData\Local\Temp\iddaymjqedh.tmp" ^
|
||||
--name "New group"
|
||||
4
docs/en/cli/greenapi/GetChatHistory/bash.txt
vendored
4
docs/en/cli/greenapi/GetChatHistory/bash.txt
vendored
@@ -1,5 +1,3 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint greenapi GetChatHistory \
|
||||
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
|
||||
--access "C:\Users\Administrator\AppData\Local\Temp\i4v2vywtf1z.tmp" \
|
||||
--chat "120363410406221140@g.us"
|
||||
4
docs/en/cli/greenapi/GetChatHistory/bat.txt
vendored
4
docs/en/cli/greenapi/GetChatHistory/bat.txt
vendored
@@ -1,5 +1,3 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint greenapi GetChatHistory ^
|
||||
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
|
||||
--access "C:\Users\Administrator\AppData\Local\Temp\i4v2vywtf1z.tmp" ^
|
||||
--chat "120363410406221140@g.us"
|
||||
@@ -1,4 +1,2 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint greenapi GetMessageQueue \
|
||||
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}"
|
||||
--access "C:\Users\Administrator\AppData\Local\Temp\nni0xklcxnc.tmp"
|
||||
4
docs/en/cli/greenapi/GetMessageQueue/bat.txt
vendored
4
docs/en/cli/greenapi/GetMessageQueue/bat.txt
vendored
@@ -1,4 +1,2 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint greenapi GetMessageQueue ^
|
||||
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}"
|
||||
--access "C:\Users\Administrator\AppData\Local\Temp\nni0xklcxnc.tmp"
|
||||
@@ -1,4 +1,2 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint greenapi GetNotification \
|
||||
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}"
|
||||
--access "C:\Users\Administrator\AppData\Local\Temp\afhljwwoyr2.tmp"
|
||||
4
docs/en/cli/greenapi/GetNotification/bat.txt
vendored
4
docs/en/cli/greenapi/GetNotification/bat.txt
vendored
@@ -1,4 +1,2 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint greenapi GetNotification ^
|
||||
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}"
|
||||
--access "C:\Users\Administrator\AppData\Local\Temp\afhljwwoyr2.tmp"
|
||||
@@ -1,7 +1,4 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint greenapi SendTextMessage \
|
||||
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
|
||||
--access "C:\Users\Administrator\AppData\Local\Temp\fh2w0bv0dyu.tmp" \
|
||||
--chat "120363410406221140@g.us" \
|
||||
--text "New message" \
|
||||
--quoted "BAE5FCA0F7BFA3AE"
|
||||
--text "New message"
|
||||
7
docs/en/cli/greenapi/SendTextMessage/bat.txt
vendored
7
docs/en/cli/greenapi/SendTextMessage/bat.txt
vendored
@@ -1,7 +1,4 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint greenapi SendTextMessage ^
|
||||
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
|
||||
--access "C:\Users\Administrator\AppData\Local\Temp\fh2w0bv0dyu.tmp" ^
|
||||
--chat "120363410406221140@g.us" ^
|
||||
--text "New message" ^
|
||||
--quoted "BAE5FCA0F7BFA3AE"
|
||||
--text "New message"
|
||||
@@ -1,4 +1,4 @@
|
||||
oint gsheets CreateSpreadsheet \
|
||||
--token "***" \
|
||||
--title "Test table (new.)" \
|
||||
--title "TestTable" \
|
||||
--sheets "['Sheet1','Sheet2']"
|
||||
@@ -1,4 +1,4 @@
|
||||
oint gsheets CreateSpreadsheet ^
|
||||
--token "***" ^
|
||||
--title "Test table (new.)" ^
|
||||
--title "TestTable" ^
|
||||
--sheets "['Sheet1','Sheet2']"
|
||||
5
docs/en/cli/mysql/CreateDatabase/bash.txt
vendored
5
docs/en/cli/mysql/CreateDatabase/bash.txt
vendored
@@ -1,6 +1,3 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint mysql CreateDatabase \
|
||||
--base "testbase1" \
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/"
|
||||
5
docs/en/cli/mysql/CreateDatabase/bat.txt
vendored
5
docs/en/cli/mysql/CreateDatabase/bat.txt
vendored
@@ -1,6 +1,3 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint mysql CreateDatabase ^
|
||||
--base "testbase1" ^
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" ^
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/"
|
||||
3
docs/en/cli/neocities/GetSiteData/bash.txt
vendored
3
docs/en/cli/neocities/GetSiteData/bash.txt
vendored
@@ -1,3 +1,2 @@
|
||||
oint neocities GetSiteData \
|
||||
--token "***" \
|
||||
--sitename "2athenaeum"
|
||||
--token "***"
|
||||
3
docs/en/cli/neocities/GetSiteData/bat.txt
vendored
3
docs/en/cli/neocities/GetSiteData/bat.txt
vendored
@@ -1,3 +1,2 @@
|
||||
oint neocities GetSiteData ^
|
||||
--token "***" ^
|
||||
--sitename "2athenaeum"
|
||||
--token "***"
|
||||
4
docs/en/cli/ollama/PullModel/bash.txt
vendored
4
docs/en/cli/ollama/PullModel/bash.txt
vendored
@@ -2,5 +2,5 @@
|
||||
|
||||
oint ollama PullModel \
|
||||
--url "https://api.athenaeum.digital/ollama" \
|
||||
--model "bayselonarrend/tinyllama:latest" \
|
||||
--headers "{'Authorization':'Bearer ***'}"
|
||||
--model "tinyllama" \
|
||||
--headers "{'Authorization':'***'}"
|
||||
4
docs/en/cli/ollama/PullModel/bat.txt
vendored
4
docs/en/cli/ollama/PullModel/bat.txt
vendored
@@ -2,5 +2,5 @@
|
||||
|
||||
oint ollama PullModel ^
|
||||
--url "https://api.athenaeum.digital/ollama" ^
|
||||
--model "bayselonarrend/tinyllama:latest" ^
|
||||
--headers "{'Authorization':'Bearer ***'}"
|
||||
--model "tinyllama" ^
|
||||
--headers "{'Authorization':'***'}"
|
||||
4
docs/en/cli/ollama/PushBlob/bash.txt
vendored
4
docs/en/cli/ollama/PushBlob/bash.txt
vendored
@@ -2,5 +2,5 @@
|
||||
|
||||
oint ollama PushBlob \
|
||||
--url "https://api.athenaeum.digital/ollama" \
|
||||
--data "C:\Users\Administrator\AppData\Local\Temp\4p03xhfr0z4.tmp" \
|
||||
--headers "{'Authorization':'Bearer ***'}"
|
||||
--data "C:\Users\Administrator\AppData\Local\Temp\vkuuzdqvm0a.tmp" \
|
||||
--headers "{'Authorization':'***'}"
|
||||
4
docs/en/cli/ollama/PushBlob/bat.txt
vendored
4
docs/en/cli/ollama/PushBlob/bat.txt
vendored
@@ -2,5 +2,5 @@
|
||||
|
||||
oint ollama PushBlob ^
|
||||
--url "https://api.athenaeum.digital/ollama" ^
|
||||
--data "C:\Users\Administrator\AppData\Local\Temp\4p03xhfr0z4.tmp" ^
|
||||
--headers "{'Authorization':'Bearer ***'}"
|
||||
--data "C:\Users\Administrator\AppData\Local\Temp\vkuuzdqvm0a.tmp" ^
|
||||
--headers "{'Authorization':'***'}"
|
||||
@@ -1,3 +1,4 @@
|
||||
oint ozon GetCategoriesAndProductTypesTree \
|
||||
--clientid "***" \
|
||||
--apikey "***"
|
||||
--apikey "***" \
|
||||
--lang "EN"
|
||||
@@ -1,3 +1,4 @@
|
||||
oint ozon GetCategoriesAndProductTypesTree ^
|
||||
--clientid "***" ^
|
||||
--apikey "***"
|
||||
--apikey "***" ^
|
||||
--lang "EN"
|
||||
5
docs/en/cli/postgres/CreateDatabase/bash.txt
vendored
5
docs/en/cli/postgres/CreateDatabase/bash.txt
vendored
@@ -1,6 +1,3 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres CreateDatabase \
|
||||
--base "testbase1" \
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/"
|
||||
5
docs/en/cli/postgres/CreateDatabase/bat.txt
vendored
5
docs/en/cli/postgres/CreateDatabase/bat.txt
vendored
@@ -1,6 +1,3 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres CreateDatabase ^
|
||||
--base "testbase1" ^
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/"
|
||||
7
docs/en/cli/s3/CreateBucket/bash.txt
vendored
7
docs/en/cli/s3/CreateBucket/bash.txt
vendored
@@ -1,6 +1,3 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint s3 CreateBucket \
|
||||
--name "opi-gpbucket3" \
|
||||
--basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \
|
||||
--dir false
|
||||
--name "opi-dirbucket3" \
|
||||
--basic "C:\Users\Administrator\AppData\Local\Temp\ihnlr2whhpd.tmp"
|
||||
7
docs/en/cli/s3/CreateBucket/bat.txt
vendored
7
docs/en/cli/s3/CreateBucket/bat.txt
vendored
@@ -1,6 +1,3 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint s3 CreateBucket ^
|
||||
--name "opi-gpbucket3" ^
|
||||
--basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^
|
||||
--dir false
|
||||
--name "opi-dirbucket3" ^
|
||||
--basic "C:\Users\Administrator\AppData\Local\Temp\ihnlr2whhpd.tmp"
|
||||
4
docs/en/cli/s3/SendRequestWithBody/bash.txt
vendored
4
docs/en/cli/s3/SendRequestWithBody/bash.txt
vendored
@@ -1,6 +1,4 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint s3 SendRequestWithBody \
|
||||
--method "PUT" \
|
||||
--basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \
|
||||
--basic "C:\Users\Administrator\AppData\Local\Temp\0j5aoxqdzyy.tmp" \
|
||||
--body "C:\test_data\document.docx"
|
||||
4
docs/en/cli/s3/SendRequestWithBody/bat.txt
vendored
4
docs/en/cli/s3/SendRequestWithBody/bat.txt
vendored
@@ -1,6 +1,4 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint s3 SendRequestWithBody ^
|
||||
--method "PUT" ^
|
||||
--basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^
|
||||
--basic "C:\Users\Administrator\AppData\Local\Temp\0j5aoxqdzyy.tmp" ^
|
||||
--body "C:\test_data\document.docx"
|
||||
@@ -1,5 +1,3 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint s3 SendRequestWithoutBody \
|
||||
--method "GET" \
|
||||
--basic "{'URL':'storage-155.s3hoster.by/opi-newbucket2','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}"
|
||||
--basic "C:\Users\Administrator\AppData\Local\Temp\laibrsyou0t.tmp"
|
||||
@@ -1,5 +1,3 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint s3 SendRequestWithoutBody ^
|
||||
--method "GET" ^
|
||||
--basic "{'URL':'storage-155.s3hoster.by/opi-newbucket2','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}"
|
||||
--basic "C:\Users\Administrator\AppData\Local\Temp\laibrsyou0t.tmp"
|
||||
2
docs/en/cli/slack/CreateChannel/bash.txt
vendored
2
docs/en/cli/slack/CreateChannel/bash.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint slack CreateChannel \
|
||||
--token "***" \
|
||||
--title "testconvf9cf16cc-ef2b-4efd-8043-c3e941bf9ef9" \
|
||||
--title "testconvc354e36f-f97c-498a-8dbc-6934a724b5ee" \
|
||||
--private false
|
||||
2
docs/en/cli/slack/CreateChannel/bat.txt
vendored
2
docs/en/cli/slack/CreateChannel/bat.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint slack CreateChannel ^
|
||||
--token "***" ^
|
||||
--title "testconvf9cf16cc-ef2b-4efd-8043-c3e941bf9ef9" ^
|
||||
--title "testconvc354e36f-f97c-498a-8dbc-6934a724b5ee" ^
|
||||
--private false
|
||||
@@ -1,2 +1,3 @@
|
||||
oint slack GetExternalFileList \
|
||||
--token "***"
|
||||
--token "***" \
|
||||
--channel "C06UFNUTKUL"
|
||||
@@ -1,2 +1,3 @@
|
||||
oint slack GetExternalFileList ^
|
||||
--token "***"
|
||||
--token "***" ^
|
||||
--channel "C06UFNUTKUL"
|
||||
3
docs/en/cli/slack/GetFilesList/bash.txt
vendored
3
docs/en/cli/slack/GetFilesList/bash.txt
vendored
@@ -1,2 +1,3 @@
|
||||
oint slack GetFilesList \
|
||||
--token "***"
|
||||
--token "***" \
|
||||
--channel "C06UFNUTKUL"
|
||||
3
docs/en/cli/slack/GetFilesList/bat.txt
vendored
3
docs/en/cli/slack/GetFilesList/bat.txt
vendored
@@ -1,2 +1,3 @@
|
||||
oint slack GetFilesList ^
|
||||
--token "***"
|
||||
--token "***" ^
|
||||
--channel "C06UFNUTKUL"
|
||||
3
docs/en/cli/slack/SendMessage/bash.txt
vendored
3
docs/en/cli/slack/SendMessage/bash.txt
vendored
@@ -1,5 +1,4 @@
|
||||
oint slack SendMessage \
|
||||
--token "***" \
|
||||
--channel "C06UFNUTKUL" \
|
||||
--text "Sheduled message" \
|
||||
--date "2025-05-02T16:12:19.051193"
|
||||
--text "TestMessage1"
|
||||
3
docs/en/cli/slack/SendMessage/bat.txt
vendored
3
docs/en/cli/slack/SendMessage/bat.txt
vendored
@@ -1,5 +1,4 @@
|
||||
oint slack SendMessage ^
|
||||
--token "***" ^
|
||||
--channel "C06UFNUTKUL" ^
|
||||
--text "Sheduled message" ^
|
||||
--date "2025-05-02T16:12:19.051193"
|
||||
--text "TestMessage1"
|
||||
2
docs/en/cli/sqlite/CreateTable/bash.txt
vendored
2
docs/en/cli/sqlite/CreateTable/bash.txt
vendored
@@ -3,4 +3,4 @@
|
||||
oint sqlite CreateTable \
|
||||
--table "test" \
|
||||
--cols "{'id':'INTEGER PRIMARY KEY','name':'TEXT','age':'INTEGER','salary':'REAL','is_active':'BOOLEAN','created_at':'DATETIME','data':'BLOB'}" \
|
||||
--db "C:\Users\Administrator\AppData\Local\Temp\l5hrbo1dxen.sqlite"
|
||||
--db "C:\Users\Administrator\AppData\Local\Temp\i1b535nqbfz.sqlite"
|
||||
2
docs/en/cli/sqlite/CreateTable/bat.txt
vendored
2
docs/en/cli/sqlite/CreateTable/bat.txt
vendored
@@ -3,4 +3,4 @@
|
||||
oint sqlite CreateTable ^
|
||||
--table "test" ^
|
||||
--cols "{'id':'INTEGER PRIMARY KEY','name':'TEXT','age':'INTEGER','salary':'REAL','is_active':'BOOLEAN','created_at':'DATETIME','data':'BLOB'}" ^
|
||||
--db "C:\Users\Administrator\AppData\Local\Temp\l5hrbo1dxen.sqlite"
|
||||
--db "C:\Users\Administrator\AppData\Local\Temp\i1b535nqbfz.sqlite"
|
||||
7
docs/en/cli/sqlite/ExecuteSQLQuery/bash.txt
vendored
7
docs/en/cli/sqlite/ExecuteSQLQuery/bash.txt
vendored
@@ -1,6 +1,3 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint sqlite ExecuteSQLQuery \
|
||||
--sql "SELECT uuid4();" \
|
||||
--db "C:\Users\Administrator\AppData\Local\Temp\cwr1yddsvyw.sqlite" \
|
||||
--exts "{'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/uuid.dll':'sqlite3_uuid_init'}"
|
||||
--sql "CREATE TABLE test_table (id INTEGER PRIMARY KEY,name TEXT,age INTEGER,salary REAL,is_active BOOLEAN,created_at DATETIME,data BLOB);" \
|
||||
--db "C:\Users\Administrator\AppData\Local\Temp\rb4womm5mht.sqlite"
|
||||
7
docs/en/cli/sqlite/ExecuteSQLQuery/bat.txt
vendored
7
docs/en/cli/sqlite/ExecuteSQLQuery/bat.txt
vendored
@@ -1,6 +1,3 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint sqlite ExecuteSQLQuery ^
|
||||
--sql "SELECT uuid4();" ^
|
||||
--db "C:\Users\Administrator\AppData\Local\Temp\cwr1yddsvyw.sqlite" ^
|
||||
--exts "{'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/uuid.dll':'sqlite3_uuid_init'}"
|
||||
--sql "CREATE TABLE test_table (id INTEGER PRIMARY KEY,name TEXT,age INTEGER,salary REAL,is_active BOOLEAN,created_at DATETIME,data BLOB);" ^
|
||||
--db "C:\Users\Administrator\AppData\Local\Temp\rb4womm5mht.sqlite"
|
||||
7
docs/en/cli/tcp/ProcessRequest/bash.txt
vendored
7
docs/en/cli/tcp/ProcessRequest/bash.txt
vendored
@@ -1,6 +1,3 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint tcp ProcessRequest \
|
||||
--address "tcpbin.com:4243" \
|
||||
--data "Echo this!\n" \
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':false}"
|
||||
--address "45.79.112.203:4242" \
|
||||
--data "Echo this!\n"
|
||||
7
docs/en/cli/tcp/ProcessRequest/bat.txt
vendored
7
docs/en/cli/tcp/ProcessRequest/bat.txt
vendored
@@ -1,6 +1,3 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint tcp ProcessRequest ^
|
||||
--address "tcpbin.com:4243" ^
|
||||
--data "Echo this!\n" ^
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':false}"
|
||||
--address "45.79.112.203:4242" ^
|
||||
--data "Echo this!\n"
|
||||
@@ -2,4 +2,4 @@ oint telegram CreateForumThread \
|
||||
--token "***" \
|
||||
--forum "-1001971186208" \
|
||||
--icon "5357419403325481346" \
|
||||
--title "TestTopic 3dfd5c85-e42e-4459-bd54-04185f852fea"
|
||||
--title "TestTopic 64a7dba6-ab8e-405f-bdd3-fc346877bcd2"
|
||||
@@ -2,4 +2,4 @@ oint telegram CreateForumThread ^
|
||||
--token "***" ^
|
||||
--forum "-1001971186208" ^
|
||||
--icon "5357419403325481346" ^
|
||||
--title "TestTopic 3dfd5c85-e42e-4459-bd54-04185f852fea"
|
||||
--title "TestTopic 64a7dba6-ab8e-405f-bdd3-fc346877bcd2"
|
||||
@@ -1,6 +1,6 @@
|
||||
oint telegram CreateInvitationLink \
|
||||
--token "***" \
|
||||
--chat "@testsichee" \
|
||||
--expire "2025-05-02T15:46:10.9476699" \
|
||||
--title "Link 01.05.2025 15:46:10" \
|
||||
--expire "2025-05-22T06:39:57.1865295" \
|
||||
--title "Link 21.05.2025 6:39:57" \
|
||||
--limit 200
|
||||
@@ -1,6 +1,6 @@
|
||||
oint telegram CreateInvitationLink ^
|
||||
--token "***" ^
|
||||
--chat "@testsichee" ^
|
||||
--expire "2025-05-02T15:46:10.9476699" ^
|
||||
--title "Link 01.05.2025 15:46:10" ^
|
||||
--expire "2025-05-22T06:39:57.1865295" ^
|
||||
--title "Link 21.05.2025 6:39:57" ^
|
||||
--limit 200
|
||||
@@ -1,4 +1,4 @@
|
||||
oint telegram EditMainForumTopicName \
|
||||
--token "***" \
|
||||
--forum "-1001971186208" \
|
||||
--title "New main thread name b92ef44b-eab6-4a21-853e-87228c446e29"
|
||||
--title "New main thread name cbfcec07-e207-4bbf-8b6e-6667875497da"
|
||||
@@ -1,4 +1,4 @@
|
||||
oint telegram EditMainForumTopicName ^
|
||||
--token "***" ^
|
||||
--forum "-1001971186208" ^
|
||||
--title "New main thread name b92ef44b-eab6-4a21-853e-87228c446e29"
|
||||
--title "New main thread name cbfcec07-e207-4bbf-8b6e-6667875497da"
|
||||
2
docs/en/cli/telegram/ForwardMessage/bash.txt
vendored
2
docs/en/cli/telegram/ForwardMessage/bash.txt
vendored
@@ -2,4 +2,4 @@ oint telegram ForwardMessage \
|
||||
--token "***" \
|
||||
--from "@testsichee" \
|
||||
--to "461699897" \
|
||||
--message "16717"
|
||||
--message "17274"
|
||||
2
docs/en/cli/telegram/ForwardMessage/bat.txt
vendored
2
docs/en/cli/telegram/ForwardMessage/bat.txt
vendored
@@ -2,4 +2,4 @@ oint telegram ForwardMessage ^
|
||||
--token "***" ^
|
||||
--from "@testsichee" ^
|
||||
--to "461699897" ^
|
||||
--message "16717"
|
||||
--message "17274"
|
||||
2
docs/en/cli/telegram/PinMessage/bash.txt
vendored
2
docs/en/cli/telegram/PinMessage/bash.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint telegram PinMessage \
|
||||
--token "***" \
|
||||
--chat "@testsichee" \
|
||||
--message "16717"
|
||||
--message "17274"
|
||||
2
docs/en/cli/telegram/PinMessage/bat.txt
vendored
2
docs/en/cli/telegram/PinMessage/bat.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint telegram PinMessage ^
|
||||
--token "***" ^
|
||||
--chat "@testsichee" ^
|
||||
--message "16717"
|
||||
--message "17274"
|
||||
4
docs/en/cli/telegram/SendAudio/bash.txt
vendored
4
docs/en/cli/telegram/SendAudio/bash.txt
vendored
@@ -1,5 +1,5 @@
|
||||
oint telegram SendAudio \
|
||||
--token "***" \
|
||||
--chat "@testsichee" \
|
||||
--chat "461699897" \
|
||||
--text "Строковое значение" \
|
||||
--audio "C:\Users\Administrator\AppData\Local\Temp\4isfb4mbha2.mp3"
|
||||
--audio "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/song.mp3"
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user