You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-10 22:41:43 +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 "appR5UuecMnWHjiem" \
|
||||
--table "tblmZDemgr7m6s7I2" \
|
||||
--title "d62f3dda-eaa6-48e6-b0d8-ec3aa1accee7" \
|
||||
--fielddata "{'name':'d62f3dda-eaa6-48e6-b0d8-ec3aa1accee7','type':'number','options':{'precision':0}}"
|
||||
--base "appvoHqBylat6KWZ3" \
|
||||
--table "tbl4uWfFqBNC10A1T" \
|
||||
--title "6a729555-8404-4d62-b272-a9815619acbe" \
|
||||
--fielddata "C:\Users\bayse\AppData\Local\Temp\4vvhoejibt4.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 "appR5UuecMnWHjiem" ^
|
||||
--table "tblmZDemgr7m6s7I2" ^
|
||||
--title "d62f3dda-eaa6-48e6-b0d8-ec3aa1accee7" ^
|
||||
--fielddata "{'name':'d62f3dda-eaa6-48e6-b0d8-ec3aa1accee7','type':'number','options':{'precision':0}}"
|
||||
--base "appvoHqBylat6KWZ3" ^
|
||||
--table "tbl4uWfFqBNC10A1T" ^
|
||||
--title "6a729555-8404-4d62-b272-a9815619acbe" ^
|
||||
--fielddata "C:\Users\bayse\AppData\Local\Temp\4vvhoejibt4.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 "appR5UuecMnWHjiem" \
|
||||
--table "tblmZDemgr7m6s7I2" \
|
||||
--data "{'Number':10,'String':'Hello'}"
|
||||
--base "appvoHqBylat6KWZ3" \
|
||||
--table "tbl4uWfFqBNC10A1T" \
|
||||
--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 "appR5UuecMnWHjiem" ^
|
||||
--table "tblmZDemgr7m6s7I2" ^
|
||||
--data "{'Number':10,'String':'Hello'}"
|
||||
--base "appvoHqBylat6KWZ3" ^
|
||||
--table "tbl4uWfFqBNC10A1T" ^
|
||||
--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 "d62f3dda-eaa6-48e6-b0d8-ec3aa1accee7"
|
||||
--title "6a729555-8404-4d62-b272-a9815619acbe"
|
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 "d62f3dda-eaa6-48e6-b0d8-ec3aa1accee7"
|
||||
--title "6a729555-8404-4d62-b272-a9815619acbe"
|
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 2392 \
|
||||
--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 2392 ^
|
||||
--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 "6384" \
|
||||
--text "Task uninpossible, don't split up" \
|
||||
--token "***"
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
|
||||
--task "6900" \
|
||||
--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 "6384" ^
|
||||
--text "Task uninpossible, don't split up" ^
|
||||
--token "***"
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
|
||||
--task "6900" ^
|
||||
--text "Task impossible, let's split up"
|
@@ -1,8 +1,4 @@
|
||||
oint bitrix24 AddTaskTimeAccounting \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--task "6388" \
|
||||
--amount 7200 \
|
||||
--user 10 \
|
||||
--text "Time spent on work" \
|
||||
--date "2025-05-18T20:42:36.3042642" \
|
||||
--token "***"
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
|
||||
--task "6904" \
|
||||
--amount 3600
|
@@ -1,8 +1,4 @@
|
||||
oint bitrix24 AddTaskTimeAccounting ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--task "6388" ^
|
||||
--amount 7200 ^
|
||||
--user 10 ^
|
||||
--text "Time spent on work" ^
|
||||
--date "2025-05-18T20:42:36.3042642" ^
|
||||
--token "***"
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
|
||||
--task "6904" ^
|
||||
--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 2142 \
|
||||
--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 2142 ^
|
||||
--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'}}]"
|
6
docs/en/cli/bitrix24/CreatePost/bash.txt
vendored
6
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'}" \
|
||||
--files "{'1.png':'https://hut.openintegrations.dev/test_data/picture.jpg','2.png':'https://hut.openintegrations.dev/test_data/picture2.jpg'}" \
|
||||
--title "Post title" \
|
||||
--token "***"
|
||||
--important true
|
6
docs/en/cli/bitrix24/CreatePost/bat.txt
vendored
6
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'}" ^
|
||||
--files "{'1.png':'https://hut.openintegrations.dev/test_data/picture.jpg','2.png':'https://hut.openintegrations.dev/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':'01851c40-ccad-49a7-a9e9-a63a7d198c56','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':'50b9bb81-a082-4fcc-b58c-87b44c69f887','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':'01851c40-ccad-49a7-a9e9-a63a7d198c56','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':'50b9bb81-a082-4fcc-b58c-87b44c69f887','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\qbo0o2l53y1.png" \
|
||||
--file "C:\Users\bayse\AppData\Local\Temp\skswasbzhn1.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\qbo0o2l53y1.png" ^
|
||||
--file "C:\Users\bayse\AppData\Local\Temp\skswasbzhn1.png" ^
|
||||
--path "/New/pic.png" ^
|
||||
--overwrite true
|
2
docs/en/cli/dropbox/UploadFileByURL/bash.txt
vendored
2
docs/en/cli/dropbox/UploadFileByURL/bash.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint dropbox UploadFileByURL \
|
||||
--token "***" \
|
||||
--url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" \
|
||||
--url "https://hut.openintegrations.dev/test_data/document.docx" \
|
||||
--path "/New/url_doc.docx"
|
2
docs/en/cli/dropbox/UploadFileByURL/bat.txt
vendored
2
docs/en/cli/dropbox/UploadFileByURL/bat.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint dropbox UploadFileByURL ^
|
||||
--token "***" ^
|
||||
--url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" ^
|
||||
--url "https://hut.openintegrations.dev/test_data/document.docx" ^
|
||||
--path "/New/url_doc.docx"
|
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\bayse\AppData\Local\Temp\w1kg00jfupo.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\bayse\AppData\Local\Temp\w1kg00jfupo.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\bayse\AppData\Local\Temp\be5sv3el3xn.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\bayse\AppData\Local\Temp\be5sv3el3xn.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\bayse\AppData\Local\Temp\5ct1occfiwv.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\bayse\AppData\Local\Temp\5ct1occfiwv.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\bayse\AppData\Local\Temp\hf5j1e2ccjf.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\bayse\AppData\Local\Temp\hf5j1e2ccjf.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\bayse\AppData\Local\Temp\4xunkhkvrg4.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\bayse\AppData\Local\Temp\4xunkhkvrg4.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\bayse\AppData\Local\Temp\g1tuzmkhzga.tmp" \
|
||||
--chat "120363410406221140@g.us" \
|
||||
--text "New message" \
|
||||
--quoted "BAE51C542B37B99B"
|
||||
--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\bayse\AppData\Local\Temp\g1tuzmkhzga.tmp" ^
|
||||
--chat "120363410406221140@g.us" ^
|
||||
--text "New message" ^
|
||||
--quoted "BAE51C542B37B99B"
|
||||
--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 "***"
|
2
docs/en/cli/neocities/UploadFile/bash.txt
vendored
2
docs/en/cli/neocities/UploadFile/bash.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint neocities UploadFile \
|
||||
--token "***" \
|
||||
--path "testfolder/test_pic.png" \
|
||||
--file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"
|
||||
--file "https://hut.openintegrations.dev/test_data/picture.jpg"
|
2
docs/en/cli/neocities/UploadFile/bat.txt
vendored
2
docs/en/cli/neocities/UploadFile/bat.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint neocities UploadFile ^
|
||||
--token "***" ^
|
||||
--path "testfolder/test_pic.png" ^
|
||||
--file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"
|
||||
--file "https://hut.openintegrations.dev/test_data/picture.jpg"
|
4
docs/en/cli/ollama/PullModel/bash.txt
vendored
4
docs/en/cli/ollama/PullModel/bash.txt
vendored
@@ -1,6 +1,6 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint ollama PullModel \
|
||||
--url "https://api.athenaeum.digital/ollama" \
|
||||
--model "bayselonarrend/tinyllama:latest" \
|
||||
--url "https://hut.openintegrations.dev/ollama" \
|
||||
--model "tinyllama" \
|
||||
--headers "{'Authorization':'***'}"
|
4
docs/en/cli/ollama/PullModel/bat.txt
vendored
4
docs/en/cli/ollama/PullModel/bat.txt
vendored
@@ -1,6 +1,6 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint ollama PullModel ^
|
||||
--url "https://api.athenaeum.digital/ollama" ^
|
||||
--model "bayselonarrend/tinyllama:latest" ^
|
||||
--url "https://hut.openintegrations.dev/ollama" ^
|
||||
--model "tinyllama" ^
|
||||
--headers "{'Authorization':'***'}"
|
4
docs/en/cli/ollama/PushBlob/bash.txt
vendored
4
docs/en/cli/ollama/PushBlob/bash.txt
vendored
@@ -1,6 +1,6 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint ollama PushBlob \
|
||||
--url "https://api.athenaeum.digital/ollama" \
|
||||
--data "C:\Users\Administrator\AppData\Local\Temp\3qpsnmcegt4.tmp" \
|
||||
--url "https://hut.openintegrations.dev/ollama" \
|
||||
--data "C:\Users\bayse\AppData\Local\Temp\13oqrnicr33.tmp" \
|
||||
--headers "{'Authorization':'***'}"
|
4
docs/en/cli/ollama/PushBlob/bat.txt
vendored
4
docs/en/cli/ollama/PushBlob/bat.txt
vendored
@@ -1,6 +1,6 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint ollama PushBlob ^
|
||||
--url "https://api.athenaeum.digital/ollama" ^
|
||||
--data "C:\Users\Administrator\AppData\Local\Temp\3qpsnmcegt4.tmp" ^
|
||||
--url "https://hut.openintegrations.dev/ollama" ^
|
||||
--data "C:\Users\bayse\AppData\Local\Temp\13oqrnicr33.tmp" ^
|
||||
--headers "{'Authorization':'***'}"
|
2
docs/en/cli/openai/CreateAssistant/bash.txt
vendored
2
docs/en/cli/openai/CreateAssistant/bash.txt
vendored
@@ -1,5 +1,5 @@
|
||||
oint openai CreateAssistant \
|
||||
--url "https://api.athenaeum.digital:1122/" \
|
||||
--url "https://hut.openintegrations.dev/localai/" \
|
||||
--token "***" \
|
||||
--model "smolvlm-256m-instruct" \
|
||||
--name "Math tutor" \
|
||||
|
2
docs/en/cli/openai/CreateAssistant/bat.txt
vendored
2
docs/en/cli/openai/CreateAssistant/bat.txt
vendored
@@ -1,5 +1,5 @@
|
||||
oint openai CreateAssistant ^
|
||||
--url "https://api.athenaeum.digital:1122/" ^
|
||||
--url "https://hut.openintegrations.dev/localai/" ^
|
||||
--token "***" ^
|
||||
--model "smolvlm-256m-instruct" ^
|
||||
--name "Math tutor" ^
|
||||
|
2
docs/en/cli/openai/GenerateSpeech/bash.txt
vendored
2
docs/en/cli/openai/GenerateSpeech/bash.txt
vendored
@@ -1,7 +1,7 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint openai GenerateSpeech \
|
||||
--url "https://api.athenaeum.digital:1122/" \
|
||||
--url "https://hut.openintegrations.dev/localai/" \
|
||||
--token "***" \
|
||||
--model "tts-1" \
|
||||
--input "Attack ships on fire off the shoulder of Orion bright as magnesium" \
|
||||
|
2
docs/en/cli/openai/GenerateSpeech/bat.txt
vendored
2
docs/en/cli/openai/GenerateSpeech/bat.txt
vendored
@@ -1,7 +1,7 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint openai GenerateSpeech ^
|
||||
--url "https://api.athenaeum.digital:1122/" ^
|
||||
--url "https://hut.openintegrations.dev/localai/" ^
|
||||
--token "***" ^
|
||||
--model "tts-1" ^
|
||||
--input "Attack ships on fire off the shoulder of Orion bright as magnesium" ^
|
||||
|
2
docs/en/cli/openai/GetModelList/bash.txt
vendored
2
docs/en/cli/openai/GetModelList/bash.txt
vendored
@@ -1,3 +1,3 @@
|
||||
oint openai GetModelList \
|
||||
--url "https://api.athenaeum.digital:1122/" \
|
||||
--url "https://hut.openintegrations.dev/localai/" \
|
||||
--token "***"
|
2
docs/en/cli/openai/GetModelList/bat.txt
vendored
2
docs/en/cli/openai/GetModelList/bat.txt
vendored
@@ -1,3 +1,3 @@
|
||||
oint openai GetModelList ^
|
||||
--url "https://api.athenaeum.digital:1122/" ^
|
||||
--url "https://hut.openintegrations.dev/localai/" ^
|
||||
--token "***"
|
2
docs/en/cli/openai/GetResponse/bash.txt
vendored
2
docs/en/cli/openai/GetResponse/bash.txt
vendored
@@ -1,5 +1,5 @@
|
||||
oint openai GetResponse \
|
||||
--url "https://api.athenaeum.digital:1122/" \
|
||||
--url "https://hut.openintegrations.dev/localai/" \
|
||||
--token "***" \
|
||||
--model "smolvlm-256m-instruct" \
|
||||
--msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is a full-stack, low-code platform'},{'role':'user','content':'When the first version was released?'}]"
|
2
docs/en/cli/openai/GetResponse/bat.txt
vendored
2
docs/en/cli/openai/GetResponse/bat.txt
vendored
@@ -1,5 +1,5 @@
|
||||
oint openai GetResponse ^
|
||||
--url "https://api.athenaeum.digital:1122/" ^
|
||||
--url "https://hut.openintegrations.dev/localai/" ^
|
||||
--token "***" ^
|
||||
--model "smolvlm-256m-instruct" ^
|
||||
--msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is a full-stack, low-code platform'},{'role':'user','content':'When the first version was released?'}]"
|
6
docs/en/cli/openai/UploadFile/bash.txt
vendored
6
docs/en/cli/openai/UploadFile/bash.txt
vendored
@@ -1,6 +1,6 @@
|
||||
oint openai UploadFile \
|
||||
--url "https://api.athenaeum.digital:1122/" \
|
||||
--url "https://hut.openintegrations.dev/localai/" \
|
||||
--token "***" \
|
||||
--name "fac80cf7-501d-4616-8a39-ffc7a91692d2.png" \
|
||||
--data "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \
|
||||
--name "bb7e41f1-ea47-47ff-a013-5d458f5bff54.png" \
|
||||
--data "https://hut.openintegrations.dev/test_data/picture.jpg" \
|
||||
--purpose "assistants"
|
6
docs/en/cli/openai/UploadFile/bat.txt
vendored
6
docs/en/cli/openai/UploadFile/bat.txt
vendored
@@ -1,6 +1,6 @@
|
||||
oint openai UploadFile ^
|
||||
--url "https://api.athenaeum.digital:1122/" ^
|
||||
--url "https://hut.openintegrations.dev/localai/" ^
|
||||
--token "***" ^
|
||||
--name "fac80cf7-501d-4616-8a39-ffc7a91692d2.png" ^
|
||||
--data "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" ^
|
||||
--name "bb7e41f1-ea47-47ff-a013-5d458f5bff54.png" ^
|
||||
--data "https://hut.openintegrations.dev/test_data/picture.jpg" ^
|
||||
--purpose "assistants"
|
@@ -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/"
|
@@ -1,5 +1,5 @@
|
||||
oint rcon FormConnectionParameters \
|
||||
--url "93.125.42.204:25575" \
|
||||
--url "127.0.0.1:25575" \
|
||||
--pass "***" \
|
||||
--wtout 20 \
|
||||
--rtout 20
|
@@ -1,5 +1,5 @@
|
||||
oint rcon FormConnectionParameters ^
|
||||
--url "93.125.42.204:25575" ^
|
||||
--url "127.0.0.1:25575" ^
|
||||
--pass "***" ^
|
||||
--wtout 20 ^
|
||||
--rtout 20
|
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\bayse\AppData\Local\Temp\mxx54klwf2t.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\bayse\AppData\Local\Temp\mxx54klwf2t.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\bayse\AppData\Local\Temp\rbwh3xjpgiy.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\bayse\AppData\Local\Temp\rbwh3xjpgiy.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\bayse\AppData\Local\Temp\yw5el4wcdxf.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\bayse\AppData\Local\Temp\yw5el4wcdxf.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 "testconvbc58609f-8b10-4821-9d27-c942aa5ae3f1" \
|
||||
--title "testconvd5cf8eb4-c68f-4764-8d0c-6e876868e70e" \
|
||||
--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 "testconvbc58609f-8b10-4821-9d27-c942aa5ae3f1" ^
|
||||
--title "testconvd5cf8eb4-c68f-4764-8d0c-6e876868e70e" ^
|
||||
--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-06-19T20:29:46.224552"
|
||||
--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-06-19T20:29:46.224552"
|
||||
--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\0rltbbruj1o.sqlite"
|
||||
--db "C:\Users\bayse\AppData\Local\Temp\2afe1ciabnr.sqlite"
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user