diff --git a/data.json.gpg b/data.json.gpg
index 33ccf6afa5..4b0c311d0e 100644
Binary files a/data.json.gpg and b/data.json.gpg differ
diff --git a/docs/ru/cli/NEW_CLI/airtable/CreateComment/bash.txt b/docs/ru/cli/NEW_CLI/airtable/CreateComment/bash.txt
new file mode 100644
index 0000000000..f981179e9e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/CreateComment/bash.txt
@@ -0,0 +1,6 @@
+oint airtable CreateComment \
+ --token "***" \
+ --base "appa0vJ8lY2mmXYaL" \
+ --table "tblKyyaqymN5nDicz" \
+ --record "recAr77ybisted1eu" \
+ --text "TestComment"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/CreateComment/bat.txt b/docs/ru/cli/NEW_CLI/airtable/CreateComment/bat.txt
new file mode 100644
index 0000000000..4fade9b736
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/CreateComment/bat.txt
@@ -0,0 +1,6 @@
+oint airtable CreateComment ^
+ --token "***" ^
+ --base "appa0vJ8lY2mmXYaL" ^
+ --table "tblKyyaqymN5nDicz" ^
+ --record "recAr77ybisted1eu" ^
+ --text "TestComment"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/CreateDatabase/bash.txt b/docs/ru/cli/NEW_CLI/airtable/CreateDatabase/bash.txt
new file mode 100644
index 0000000000..79f9ecfe06
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/CreateDatabase/bash.txt
@@ -0,0 +1,7 @@
+# JSON data can also be passed as a path to a .json file
+
+oint airtable CreateDatabase \
+ --token "***" \
+ --ws "wspdf8yl1yZz3PmWZ" \
+ --title "TestDatabase" \
+ --tablesdata "{'TestTable':[{'name':'Number','type':'number','options':{'precision':0}},{'name':'String','type':'richText'}]}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/CreateDatabase/bat.txt b/docs/ru/cli/NEW_CLI/airtable/CreateDatabase/bat.txt
new file mode 100644
index 0000000000..b87d4a1f20
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/CreateDatabase/bat.txt
@@ -0,0 +1,7 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint airtable CreateDatabase ^
+ --token "***" ^
+ --ws "wspdf8yl1yZz3PmWZ" ^
+ --title "TestDatabase" ^
+ --tablesdata "{'TestTable':[{'name':'Number','type':'number','options':{'precision':0}},{'name':'String','type':'richText'}]}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/CreateField/bash.txt b/docs/ru/cli/NEW_CLI/airtable/CreateField/bash.txt
new file mode 100644
index 0000000000..04227c4187
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/CreateField/bash.txt
@@ -0,0 +1,8 @@
+# JSON data can also be passed as a path to a .json file
+
+oint airtable CreateField \
+ --token "***" \
+ --base "appa0vJ8lY2mmXYaL" \
+ --table "tblKyyaqymN5nDicz" \
+ --title "3b1c9feb-4e05-452d-be65-cae12761c977" \
+ --fielddata "{'name':'3b1c9feb-4e05-452d-be65-cae12761c977','type':'number','options':{'precision':0}}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/CreateField/bat.txt b/docs/ru/cli/NEW_CLI/airtable/CreateField/bat.txt
new file mode 100644
index 0000000000..d2e2285e2a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/CreateField/bat.txt
@@ -0,0 +1,8 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint airtable CreateField ^
+ --token "***" ^
+ --base "appa0vJ8lY2mmXYaL" ^
+ --table "tblKyyaqymN5nDicz" ^
+ --title "3b1c9feb-4e05-452d-be65-cae12761c977" ^
+ --fielddata "{'name':'3b1c9feb-4e05-452d-be65-cae12761c977','type':'number','options':{'precision':0}}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/CreatePosts/bash.txt b/docs/ru/cli/NEW_CLI/airtable/CreatePosts/bash.txt
new file mode 100644
index 0000000000..2fd51cf44b
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/CreatePosts/bash.txt
@@ -0,0 +1,7 @@
+# JSON data can also be passed as a path to a .json file
+
+oint airtable CreatePosts \
+ --token "***" \
+ --base "appa0vJ8lY2mmXYaL" \
+ --table "tblKyyaqymN5nDicz" \
+ --data "{'Number':10,'String':'Hello'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/CreatePosts/bat.txt b/docs/ru/cli/NEW_CLI/airtable/CreatePosts/bat.txt
new file mode 100644
index 0000000000..1b568f1a33
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/CreatePosts/bat.txt
@@ -0,0 +1,7 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint airtable CreatePosts ^
+ --token "***" ^
+ --base "appa0vJ8lY2mmXYaL" ^
+ --table "tblKyyaqymN5nDicz" ^
+ --data "{'Number':10,'String':'Hello'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/CreateTable/bash.txt b/docs/ru/cli/NEW_CLI/airtable/CreateTable/bash.txt
new file mode 100644
index 0000000000..4490658e19
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/CreateTable/bash.txt
@@ -0,0 +1,6 @@
+oint airtable CreateTable \
+ --token "***" \
+ --base "appa0vJ8lY2mmXYaL" \
+ --title "TestTable2" \
+ --fieldsdata "[{'name':'Number','type':'number','options':{'precision':0}},{'name':'String','type':'richText'},{'name':'Attachment','type':'multipleAttachments'},{'name':'Checkbox','type':'checkbox','options':{'icon':'check','color':'yellowBright'}},{'name':'Date','type':'date','options':{'dateFormat':{'format':'YYYY-MM-DD','name':'iso'}}},{'name':'Phone','type':'phoneNumber'},{'name':'Email','type':'email'},{'name':'Link','type':'url'}]" \
+ --description "NewTable"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/CreateTable/bat.txt b/docs/ru/cli/NEW_CLI/airtable/CreateTable/bat.txt
new file mode 100644
index 0000000000..044511a51b
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/CreateTable/bat.txt
@@ -0,0 +1,6 @@
+oint airtable CreateTable ^
+ --token "***" ^
+ --base "appa0vJ8lY2mmXYaL" ^
+ --title "TestTable2" ^
+ --fieldsdata "[{'name':'Number','type':'number','options':{'precision':0}},{'name':'String','type':'richText'},{'name':'Attachment','type':'multipleAttachments'},{'name':'Checkbox','type':'checkbox','options':{'icon':'check','color':'yellowBright'}},{'name':'Date','type':'date','options':{'dateFormat':{'format':'YYYY-MM-DD','name':'iso'}}},{'name':'Phone','type':'phoneNumber'},{'name':'Email','type':'email'},{'name':'Link','type':'url'}]" ^
+ --description "NewTable"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/DeleteComment/bash.txt b/docs/ru/cli/NEW_CLI/airtable/DeleteComment/bash.txt
new file mode 100644
index 0000000000..f4457903b1
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/DeleteComment/bash.txt
@@ -0,0 +1,6 @@
+oint airtable DeleteComment \
+ --token "***" \
+ --base "appa0vJ8lY2mmXYaL" \
+ --table "tblKyyaqymN5nDicz" \
+ --record "recAr77ybisted1eu" \
+ --comment "comOtTB6BZRufZaqT"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/DeleteComment/bat.txt b/docs/ru/cli/NEW_CLI/airtable/DeleteComment/bat.txt
new file mode 100644
index 0000000000..07ff79c09c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/DeleteComment/bat.txt
@@ -0,0 +1,6 @@
+oint airtable DeleteComment ^
+ --token "***" ^
+ --base "appa0vJ8lY2mmXYaL" ^
+ --table "tblKyyaqymN5nDicz" ^
+ --record "recAr77ybisted1eu" ^
+ --comment "comOtTB6BZRufZaqT"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/DeletePosts/bash.txt b/docs/ru/cli/NEW_CLI/airtable/DeletePosts/bash.txt
new file mode 100644
index 0000000000..9a739f9f66
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/DeletePosts/bash.txt
@@ -0,0 +1,5 @@
+oint airtable DeletePosts \
+ --token "***" \
+ --base "appa0vJ8lY2mmXYaL" \
+ --table "tblKyyaqymN5nDicz" \
+ --records "recAr77ybisted1eu"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/DeletePosts/bat.txt b/docs/ru/cli/NEW_CLI/airtable/DeletePosts/bat.txt
new file mode 100644
index 0000000000..e1ef4f941d
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/DeletePosts/bat.txt
@@ -0,0 +1,5 @@
+oint airtable DeletePosts ^
+ --token "***" ^
+ --base "appa0vJ8lY2mmXYaL" ^
+ --table "tblKyyaqymN5nDicz" ^
+ --records "recAr77ybisted1eu"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/EditComment/bash.txt b/docs/ru/cli/NEW_CLI/airtable/EditComment/bash.txt
new file mode 100644
index 0000000000..93585129a8
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/EditComment/bash.txt
@@ -0,0 +1,7 @@
+oint airtable EditComment \
+ --token "***" \
+ --base "appa0vJ8lY2mmXYaL" \
+ --table "tblKyyaqymN5nDicz" \
+ --record "recAr77ybisted1eu" \
+ --comment "comOtTB6BZRufZaqT" \
+ --text "Test comment (change.)"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/EditComment/bat.txt b/docs/ru/cli/NEW_CLI/airtable/EditComment/bat.txt
new file mode 100644
index 0000000000..3cec5efe67
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/EditComment/bat.txt
@@ -0,0 +1,7 @@
+oint airtable EditComment ^
+ --token "***" ^
+ --base "appa0vJ8lY2mmXYaL" ^
+ --table "tblKyyaqymN5nDicz" ^
+ --record "recAr77ybisted1eu" ^
+ --comment "comOtTB6BZRufZaqT" ^
+ --text "Test comment (change.)"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/GetAttachmentField/bash.txt b/docs/ru/cli/NEW_CLI/airtable/GetAttachmentField/bash.txt
new file mode 100644
index 0000000000..31600cd692
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/GetAttachmentField/bash.txt
@@ -0,0 +1,2 @@
+oint airtable GetAttachmentField \
+ --title "Attachment"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/GetAttachmentField/bat.txt b/docs/ru/cli/NEW_CLI/airtable/GetAttachmentField/bat.txt
new file mode 100644
index 0000000000..0aedbfe078
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/GetAttachmentField/bat.txt
@@ -0,0 +1,2 @@
+oint airtable GetAttachmentField ^
+ --title "Attachment"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/GetCheckboxField/bash.txt b/docs/ru/cli/NEW_CLI/airtable/GetCheckboxField/bash.txt
new file mode 100644
index 0000000000..a56ccdde63
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/GetCheckboxField/bash.txt
@@ -0,0 +1,2 @@
+oint airtable GetCheckboxField \
+ --title "Checkbox"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/GetCheckboxField/bat.txt b/docs/ru/cli/NEW_CLI/airtable/GetCheckboxField/bat.txt
new file mode 100644
index 0000000000..dd80fa3d40
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/GetCheckboxField/bat.txt
@@ -0,0 +1,2 @@
+oint airtable GetCheckboxField ^
+ --title "Checkbox"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/GetComments/bash.txt b/docs/ru/cli/NEW_CLI/airtable/GetComments/bash.txt
new file mode 100644
index 0000000000..6b606385e5
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/GetComments/bash.txt
@@ -0,0 +1,5 @@
+oint airtable GetComments \
+ --token "***" \
+ --base "appa0vJ8lY2mmXYaL" \
+ --table "tblKyyaqymN5nDicz" \
+ --record "recAr77ybisted1eu"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/GetComments/bat.txt b/docs/ru/cli/NEW_CLI/airtable/GetComments/bat.txt
new file mode 100644
index 0000000000..ae32e4ce49
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/GetComments/bat.txt
@@ -0,0 +1,5 @@
+oint airtable GetComments ^
+ --token "***" ^
+ --base "appa0vJ8lY2mmXYaL" ^
+ --table "tblKyyaqymN5nDicz" ^
+ --record "recAr77ybisted1eu"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/GetDatabaseTables/bash.txt b/docs/ru/cli/NEW_CLI/airtable/GetDatabaseTables/bash.txt
new file mode 100644
index 0000000000..32f1045ae4
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/GetDatabaseTables/bash.txt
@@ -0,0 +1,3 @@
+oint airtable GetDatabaseTables \
+ --token "***" \
+ --base "appa0vJ8lY2mmXYaL"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/GetDatabaseTables/bat.txt b/docs/ru/cli/NEW_CLI/airtable/GetDatabaseTables/bat.txt
new file mode 100644
index 0000000000..456c9b19ac
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/GetDatabaseTables/bat.txt
@@ -0,0 +1,3 @@
+oint airtable GetDatabaseTables ^
+ --token "***" ^
+ --base "appa0vJ8lY2mmXYaL"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/GetDateField/bash.txt b/docs/ru/cli/NEW_CLI/airtable/GetDateField/bash.txt
new file mode 100644
index 0000000000..632c27781e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/GetDateField/bash.txt
@@ -0,0 +1,2 @@
+oint airtable GetDateField \
+ --title "Date"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/GetDateField/bat.txt b/docs/ru/cli/NEW_CLI/airtable/GetDateField/bat.txt
new file mode 100644
index 0000000000..6da54b95ef
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/GetDateField/bat.txt
@@ -0,0 +1,2 @@
+oint airtable GetDateField ^
+ --title "Date"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/GetEmailField/bash.txt b/docs/ru/cli/NEW_CLI/airtable/GetEmailField/bash.txt
new file mode 100644
index 0000000000..6c9fb2aeea
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/GetEmailField/bash.txt
@@ -0,0 +1,2 @@
+oint airtable GetEmailField \
+ --title "Email"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/GetEmailField/bat.txt b/docs/ru/cli/NEW_CLI/airtable/GetEmailField/bat.txt
new file mode 100644
index 0000000000..a145dc03e3
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/GetEmailField/bat.txt
@@ -0,0 +1,2 @@
+oint airtable GetEmailField ^
+ --title "Email"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/GetLinkField/bash.txt b/docs/ru/cli/NEW_CLI/airtable/GetLinkField/bash.txt
new file mode 100644
index 0000000000..87b3fef8e8
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/GetLinkField/bash.txt
@@ -0,0 +1,2 @@
+oint airtable GetLinkField \
+ --title "Link"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/GetLinkField/bat.txt b/docs/ru/cli/NEW_CLI/airtable/GetLinkField/bat.txt
new file mode 100644
index 0000000000..118bb87ad2
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/GetLinkField/bat.txt
@@ -0,0 +1,2 @@
+oint airtable GetLinkField ^
+ --title "Link"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/GetListOfBases/bash.txt b/docs/ru/cli/NEW_CLI/airtable/GetListOfBases/bash.txt
new file mode 100644
index 0000000000..46154036db
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/GetListOfBases/bash.txt
@@ -0,0 +1,2 @@
+oint airtable GetListOfBases \
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/GetListOfBases/bat.txt b/docs/ru/cli/NEW_CLI/airtable/GetListOfBases/bat.txt
new file mode 100644
index 0000000000..fdc17da9c1
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/GetListOfBases/bat.txt
@@ -0,0 +1,2 @@
+oint airtable GetListOfBases ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/GetListOfRecords/bash.txt b/docs/ru/cli/NEW_CLI/airtable/GetListOfRecords/bash.txt
new file mode 100644
index 0000000000..7e6c258abf
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/GetListOfRecords/bash.txt
@@ -0,0 +1,4 @@
+oint airtable GetListOfRecords \
+ --token "***" \
+ --base "appa0vJ8lY2mmXYaL" \
+ --table "tblKyyaqymN5nDicz"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/GetListOfRecords/bat.txt b/docs/ru/cli/NEW_CLI/airtable/GetListOfRecords/bat.txt
new file mode 100644
index 0000000000..4ba7e64250
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/GetListOfRecords/bat.txt
@@ -0,0 +1,4 @@
+oint airtable GetListOfRecords ^
+ --token "***" ^
+ --base "appa0vJ8lY2mmXYaL" ^
+ --table "tblKyyaqymN5nDicz"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/GetNumberField/bash.txt b/docs/ru/cli/NEW_CLI/airtable/GetNumberField/bash.txt
new file mode 100644
index 0000000000..8ec6cc27e4
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/GetNumberField/bash.txt
@@ -0,0 +1,2 @@
+oint airtable GetNumberField \
+ --title "3b1c9feb-4e05-452d-be65-cae12761c977"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/GetNumberField/bat.txt b/docs/ru/cli/NEW_CLI/airtable/GetNumberField/bat.txt
new file mode 100644
index 0000000000..42f5781883
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/GetNumberField/bat.txt
@@ -0,0 +1,2 @@
+oint airtable GetNumberField ^
+ --title "3b1c9feb-4e05-452d-be65-cae12761c977"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/GetPhoneField/bash.txt b/docs/ru/cli/NEW_CLI/airtable/GetPhoneField/bash.txt
new file mode 100644
index 0000000000..3443b3ec9b
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/GetPhoneField/bash.txt
@@ -0,0 +1,2 @@
+oint airtable GetPhoneField \
+ --title "Phone"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/GetPhoneField/bat.txt b/docs/ru/cli/NEW_CLI/airtable/GetPhoneField/bat.txt
new file mode 100644
index 0000000000..60f34f7cdc
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/GetPhoneField/bat.txt
@@ -0,0 +1,2 @@
+oint airtable GetPhoneField ^
+ --title "Phone"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/GetRecord/bash.txt b/docs/ru/cli/NEW_CLI/airtable/GetRecord/bash.txt
new file mode 100644
index 0000000000..fb12dfcf70
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/GetRecord/bash.txt
@@ -0,0 +1,5 @@
+oint airtable GetRecord \
+ --token "***" \
+ --base "appa0vJ8lY2mmXYaL" \
+ --table "tblKyyaqymN5nDicz" \
+ --record "recAr77ybisted1eu"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/GetRecord/bat.txt b/docs/ru/cli/NEW_CLI/airtable/GetRecord/bat.txt
new file mode 100644
index 0000000000..d71485653f
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/GetRecord/bat.txt
@@ -0,0 +1,5 @@
+oint airtable GetRecord ^
+ --token "***" ^
+ --base "appa0vJ8lY2mmXYaL" ^
+ --table "tblKyyaqymN5nDicz" ^
+ --record "recAr77ybisted1eu"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/GetStringField/bash.txt b/docs/ru/cli/NEW_CLI/airtable/GetStringField/bash.txt
new file mode 100644
index 0000000000..9783b4d9ea
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/GetStringField/bash.txt
@@ -0,0 +1,2 @@
+oint airtable GetStringField \
+ --title "String"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/GetStringField/bat.txt b/docs/ru/cli/NEW_CLI/airtable/GetStringField/bat.txt
new file mode 100644
index 0000000000..2fa0549d8e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/GetStringField/bat.txt
@@ -0,0 +1,2 @@
+oint airtable GetStringField ^
+ --title "String"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/ModifyField/bash.txt b/docs/ru/cli/NEW_CLI/airtable/ModifyField/bash.txt
new file mode 100644
index 0000000000..68bdac2b51
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/ModifyField/bash.txt
@@ -0,0 +1,7 @@
+oint airtable ModifyField \
+ --token "***" \
+ --base "appa0vJ8lY2mmXYaL" \
+ --table "tblKyyaqymN5nDicz" \
+ --field "fldfuTC4N2fdvgEoy" \
+ --title "a3cec32e-8a06-4c82-aa28-665680883102(change.)" \
+ --description "New description"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/ModifyField/bat.txt b/docs/ru/cli/NEW_CLI/airtable/ModifyField/bat.txt
new file mode 100644
index 0000000000..e03f4963ff
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/ModifyField/bat.txt
@@ -0,0 +1,7 @@
+oint airtable ModifyField ^
+ --token "***" ^
+ --base "appa0vJ8lY2mmXYaL" ^
+ --table "tblKyyaqymN5nDicz" ^
+ --field "fldfuTC4N2fdvgEoy" ^
+ --title "a3cec32e-8a06-4c82-aa28-665680883102(change.)" ^
+ --description "New description"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/ModifyTable/bash.txt b/docs/ru/cli/NEW_CLI/airtable/ModifyTable/bash.txt
new file mode 100644
index 0000000000..1c7e81e4f5
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/ModifyTable/bash.txt
@@ -0,0 +1,6 @@
+oint airtable ModifyTable \
+ --token "***" \
+ --base "appa0vJ8lY2mmXYaL" \
+ --table "tblKyyaqymN5nDicz" \
+ --title "Test table 2 (change.)" \
+ --description "New table (change.)"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/airtable/ModifyTable/bat.txt b/docs/ru/cli/NEW_CLI/airtable/ModifyTable/bat.txt
new file mode 100644
index 0000000000..fa12119507
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/airtable/ModifyTable/bat.txt
@@ -0,0 +1,6 @@
+oint airtable ModifyTable ^
+ --token "***" ^
+ --base "appa0vJ8lY2mmXYaL" ^
+ --table "tblKyyaqymN5nDicz" ^
+ --title "Test table 2 (change.)" ^
+ --description "New table (change.)"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/AddTag/bash.txt b/docs/ru/cli/NEW_CLI/dropbox/AddTag/bash.txt
new file mode 100644
index 0000000000..da787f8978
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/AddTag/bash.txt
@@ -0,0 +1,4 @@
+oint dropbox AddTag \
+ --token "***" \
+ --path "/New/mydoc.docx" \
+ --tag "Important"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/AddTag/bat.txt b/docs/ru/cli/NEW_CLI/dropbox/AddTag/bat.txt
new file mode 100644
index 0000000000..4ca0a40f1c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/AddTag/bat.txt
@@ -0,0 +1,4 @@
+oint dropbox AddTag ^
+ --token "***" ^
+ --path "/New/mydoc.docx" ^
+ --tag "Important"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/AddUsersToFile/bash.txt b/docs/ru/cli/NEW_CLI/dropbox/AddUsersToFile/bash.txt
new file mode 100644
index 0000000000..355f4b33c1
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/AddUsersToFile/bash.txt
@@ -0,0 +1,5 @@
+oint dropbox AddUsersToFile \
+ --token "***" \
+ --fileid "kJU6-a-pT48AAAAAAAAABw" \
+ --emails "['h5bk6ft62s@privaterelay.appleid.com']" \
+ --readonly true
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/AddUsersToFile/bat.txt b/docs/ru/cli/NEW_CLI/dropbox/AddUsersToFile/bat.txt
new file mode 100644
index 0000000000..c1876631f7
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/AddUsersToFile/bat.txt
@@ -0,0 +1,5 @@
+oint dropbox AddUsersToFile ^
+ --token "***" ^
+ --fileid "kJU6-a-pT48AAAAAAAAABw" ^
+ --emails "['h5bk6ft62s@privaterelay.appleid.com']" ^
+ --readonly true
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/AddUsersToFolder/bash.txt b/docs/ru/cli/NEW_CLI/dropbox/AddUsersToFolder/bash.txt
new file mode 100644
index 0000000000..e4ca1c2a56
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/AddUsersToFolder/bash.txt
@@ -0,0 +1,5 @@
+oint dropbox AddUsersToFolder \
+ --token "***" \
+ --folder "11746318241" \
+ --emails "['h5bk6ft62s@privaterelay.appleid.com']" \
+ --readonly true
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/AddUsersToFolder/bat.txt b/docs/ru/cli/NEW_CLI/dropbox/AddUsersToFolder/bat.txt
new file mode 100644
index 0000000000..05aaeaf3fc
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/AddUsersToFolder/bat.txt
@@ -0,0 +1,5 @@
+oint dropbox AddUsersToFolder ^
+ --token "***" ^
+ --folder "11746318241" ^
+ --emails "['h5bk6ft62s@privaterelay.appleid.com']" ^
+ --readonly true
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/CancelFilePublication/bash.txt b/docs/ru/cli/NEW_CLI/dropbox/CancelFilePublication/bash.txt
new file mode 100644
index 0000000000..a1969dae3e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/CancelFilePublication/bash.txt
@@ -0,0 +1,3 @@
+oint dropbox CancelFilePublication \
+ --token "***" \
+ --fileid "kJU6-a-pT48AAAAAAAAABw"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/CancelFilePublication/bat.txt b/docs/ru/cli/NEW_CLI/dropbox/CancelFilePublication/bat.txt
new file mode 100644
index 0000000000..e3289622fb
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/CancelFilePublication/bat.txt
@@ -0,0 +1,3 @@
+oint dropbox CancelFilePublication ^
+ --token "***" ^
+ --fileid "kJU6-a-pT48AAAAAAAAABw"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/CancelFolderPublication/bash.txt b/docs/ru/cli/NEW_CLI/dropbox/CancelFolderPublication/bash.txt
new file mode 100644
index 0000000000..d6c87f6bd0
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/CancelFolderPublication/bash.txt
@@ -0,0 +1,3 @@
+oint dropbox CancelFolderPublication \
+ --token "***" \
+ --folder "11746318241"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/CancelFolderPublication/bat.txt b/docs/ru/cli/NEW_CLI/dropbox/CancelFolderPublication/bat.txt
new file mode 100644
index 0000000000..3ebedf6c3c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/CancelFolderPublication/bat.txt
@@ -0,0 +1,3 @@
+oint dropbox CancelFolderPublication ^
+ --token "***" ^
+ --folder "11746318241"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/CopyObject/bash.txt b/docs/ru/cli/NEW_CLI/dropbox/CopyObject/bash.txt
new file mode 100644
index 0000000000..8a02321a41
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/CopyObject/bash.txt
@@ -0,0 +1,4 @@
+oint dropbox CopyObject \
+ --token "***" \
+ --from "/New/pic.png" \
+ --to "/New/pic_copy.png"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/CopyObject/bat.txt b/docs/ru/cli/NEW_CLI/dropbox/CopyObject/bat.txt
new file mode 100644
index 0000000000..908b1102e8
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/CopyObject/bat.txt
@@ -0,0 +1,4 @@
+oint dropbox CopyObject ^
+ --token "***" ^
+ --from "/New/pic.png" ^
+ --to "/New/pic_copy.png"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/CreateFolder/bash.txt b/docs/ru/cli/NEW_CLI/dropbox/CreateFolder/bash.txt
new file mode 100644
index 0000000000..91d71d501c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/CreateFolder/bash.txt
@@ -0,0 +1,3 @@
+oint dropbox CreateFolder \
+ --token "***" \
+ --path "/New catalog"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/CreateFolder/bat.txt b/docs/ru/cli/NEW_CLI/dropbox/CreateFolder/bat.txt
new file mode 100644
index 0000000000..0a46ee36a4
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/CreateFolder/bat.txt
@@ -0,0 +1,3 @@
+oint dropbox CreateFolder ^
+ --token "***" ^
+ --path "/New catalog"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/DeleteObject/bash.txt b/docs/ru/cli/NEW_CLI/dropbox/DeleteObject/bash.txt
new file mode 100644
index 0000000000..bab6c78ea6
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/DeleteObject/bash.txt
@@ -0,0 +1,3 @@
+oint dropbox DeleteObject \
+ --token "***" \
+ --path "/New catalog"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/DeleteObject/bat.txt b/docs/ru/cli/NEW_CLI/dropbox/DeleteObject/bat.txt
new file mode 100644
index 0000000000..8c290cc656
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/DeleteObject/bat.txt
@@ -0,0 +1,3 @@
+oint dropbox DeleteObject ^
+ --token "***" ^
+ --path "/New catalog"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/DownloadFile/bash.txt b/docs/ru/cli/NEW_CLI/dropbox/DownloadFile/bash.txt
new file mode 100644
index 0000000000..fd7fd2514f
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/DownloadFile/bash.txt
@@ -0,0 +1,3 @@
+oint dropbox DownloadFile \
+ --token "***" \
+ --path "/New/pic.png"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/DownloadFile/bat.txt b/docs/ru/cli/NEW_CLI/dropbox/DownloadFile/bat.txt
new file mode 100644
index 0000000000..b202258668
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/DownloadFile/bat.txt
@@ -0,0 +1,3 @@
+oint dropbox DownloadFile ^
+ --token "***" ^
+ --path "/New/pic.png"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/DownloadFolder/bash.txt b/docs/ru/cli/NEW_CLI/dropbox/DownloadFolder/bash.txt
new file mode 100644
index 0000000000..0969a32d82
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/DownloadFolder/bash.txt
@@ -0,0 +1,3 @@
+oint dropbox DownloadFolder \
+ --token "***" \
+ --path "/New"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/DownloadFolder/bat.txt b/docs/ru/cli/NEW_CLI/dropbox/DownloadFolder/bat.txt
new file mode 100644
index 0000000000..8b68cfabf5
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/DownloadFolder/bat.txt
@@ -0,0 +1,3 @@
+oint dropbox DownloadFolder ^
+ --token "***" ^
+ --path "/New"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/GetAccountInformation/bash.txt b/docs/ru/cli/NEW_CLI/dropbox/GetAccountInformation/bash.txt
new file mode 100644
index 0000000000..264b28975b
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/GetAccountInformation/bash.txt
@@ -0,0 +1,3 @@
+oint dropbox GetAccountInformation \
+ --token "***" \
+ --account "dbid:AAA4WKMCfgoW5LwuNQFeLOyp-X4omQiNDhE"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/GetAccountInformation/bat.txt b/docs/ru/cli/NEW_CLI/dropbox/GetAccountInformation/bat.txt
new file mode 100644
index 0000000000..ddeb2b8640
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/GetAccountInformation/bat.txt
@@ -0,0 +1,3 @@
+oint dropbox GetAccountInformation ^
+ --token "***" ^
+ --account "dbid:AAA4WKMCfgoW5LwuNQFeLOyp-X4omQiNDhE"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/GetAsynchronousChangeStatus/bash.txt b/docs/ru/cli/NEW_CLI/dropbox/GetAsynchronousChangeStatus/bash.txt
new file mode 100644
index 0000000000..804302b1c6
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/GetAsynchronousChangeStatus/bash.txt
@@ -0,0 +1,3 @@
+oint dropbox GetAsynchronousChangeStatus \
+ --token "***" \
+ --job "dbjid:AACI4RQipoLpiu7mBRFL5IZ986bb1eIF-_oQmTF7mopj7v2o-gjzNflsopXTI9pfPjtCU8lfQvzymjChBZhFTQgo"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/GetAsynchronousChangeStatus/bat.txt b/docs/ru/cli/NEW_CLI/dropbox/GetAsynchronousChangeStatus/bat.txt
new file mode 100644
index 0000000000..e41b65e186
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/GetAsynchronousChangeStatus/bat.txt
@@ -0,0 +1,3 @@
+oint dropbox GetAsynchronousChangeStatus ^
+ --token "***" ^
+ --job "dbjid:AACI4RQipoLpiu7mBRFL5IZ986bb1eIF-_oQmTF7mopj7v2o-gjzNflsopXTI9pfPjtCU8lfQvzymjChBZhFTQgo"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/GetAuthorizationLink/bash.txt b/docs/ru/cli/NEW_CLI/dropbox/GetAuthorizationLink/bash.txt
new file mode 100644
index 0000000000..9e35498178
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/GetAuthorizationLink/bash.txt
@@ -0,0 +1,2 @@
+oint dropbox GetAuthorizationLink \
+ --appkey "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/GetAuthorizationLink/bat.txt b/docs/ru/cli/NEW_CLI/dropbox/GetAuthorizationLink/bat.txt
new file mode 100644
index 0000000000..a5ff472d38
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/GetAuthorizationLink/bat.txt
@@ -0,0 +1,2 @@
+oint dropbox GetAuthorizationLink ^
+ --appkey "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/GetListOfFolderFiles/bash.txt b/docs/ru/cli/NEW_CLI/dropbox/GetListOfFolderFiles/bash.txt
new file mode 100644
index 0000000000..330497b99e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/GetListOfFolderFiles/bash.txt
@@ -0,0 +1,3 @@
+oint dropbox GetListOfFolderFiles \
+ --token "***" \
+ --path "/New"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/GetListOfFolderFiles/bat.txt b/docs/ru/cli/NEW_CLI/dropbox/GetListOfFolderFiles/bat.txt
new file mode 100644
index 0000000000..e12e72947b
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/GetListOfFolderFiles/bat.txt
@@ -0,0 +1,3 @@
+oint dropbox GetListOfFolderFiles ^
+ --token "***" ^
+ --path "/New"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/GetObjectInformation/bash.txt b/docs/ru/cli/NEW_CLI/dropbox/GetObjectInformation/bash.txt
new file mode 100644
index 0000000000..76e4b43cf9
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/GetObjectInformation/bash.txt
@@ -0,0 +1,4 @@
+oint dropbox GetObjectInformation \
+ --token "***" \
+ --path "/New/pic.png" \
+ --detail true
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/GetObjectInformation/bat.txt b/docs/ru/cli/NEW_CLI/dropbox/GetObjectInformation/bat.txt
new file mode 100644
index 0000000000..dbd26dbaac
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/GetObjectInformation/bat.txt
@@ -0,0 +1,4 @@
+oint dropbox GetObjectInformation ^
+ --token "***" ^
+ --path "/New/pic.png" ^
+ --detail true
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/GetObjectVersionList/bash.txt b/docs/ru/cli/NEW_CLI/dropbox/GetObjectVersionList/bash.txt
new file mode 100644
index 0000000000..c4f1573ca5
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/GetObjectVersionList/bash.txt
@@ -0,0 +1,4 @@
+oint dropbox GetObjectVersionList \
+ --token "***" \
+ --path "/New/pic.png" \
+ --amount 1
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/GetObjectVersionList/bat.txt b/docs/ru/cli/NEW_CLI/dropbox/GetObjectVersionList/bat.txt
new file mode 100644
index 0000000000..eb0b6bdcc8
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/GetObjectVersionList/bat.txt
@@ -0,0 +1,4 @@
+oint dropbox GetObjectVersionList ^
+ --token "***" ^
+ --path "/New/pic.png" ^
+ --amount 1
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/GetPreview/bash.txt b/docs/ru/cli/NEW_CLI/dropbox/GetPreview/bash.txt
new file mode 100644
index 0000000000..a242239cae
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/GetPreview/bash.txt
@@ -0,0 +1,3 @@
+oint dropbox GetPreview \
+ --token "***" \
+ --path "/New/mydoc.docx"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/GetPreview/bat.txt b/docs/ru/cli/NEW_CLI/dropbox/GetPreview/bat.txt
new file mode 100644
index 0000000000..f0ff5af5fc
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/GetPreview/bat.txt
@@ -0,0 +1,3 @@
+oint dropbox GetPreview ^
+ --token "***" ^
+ --path "/New/mydoc.docx"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/GetSpaceUsageData/bash.txt b/docs/ru/cli/NEW_CLI/dropbox/GetSpaceUsageData/bash.txt
new file mode 100644
index 0000000000..9d9683aee5
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/GetSpaceUsageData/bash.txt
@@ -0,0 +1,2 @@
+oint dropbox GetSpaceUsageData \
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/GetSpaceUsageData/bat.txt b/docs/ru/cli/NEW_CLI/dropbox/GetSpaceUsageData/bat.txt
new file mode 100644
index 0000000000..0ed5f4fa23
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/GetSpaceUsageData/bat.txt
@@ -0,0 +1,2 @@
+oint dropbox GetSpaceUsageData ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/GetTagList/bash.txt b/docs/ru/cli/NEW_CLI/dropbox/GetTagList/bash.txt
new file mode 100644
index 0000000000..15787e990d
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/GetTagList/bash.txt
@@ -0,0 +1,3 @@
+oint dropbox GetTagList \
+ --token "***" \
+ --paths "/New/mydoc.docx"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/GetTagList/bat.txt b/docs/ru/cli/NEW_CLI/dropbox/GetTagList/bat.txt
new file mode 100644
index 0000000000..e9b9b05365
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/GetTagList/bat.txt
@@ -0,0 +1,3 @@
+oint dropbox GetTagList ^
+ --token "***" ^
+ --paths "/New/mydoc.docx"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/GetToken/bash.txt b/docs/ru/cli/NEW_CLI/dropbox/GetToken/bash.txt
new file mode 100644
index 0000000000..fb2a3930ff
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/GetToken/bash.txt
@@ -0,0 +1,4 @@
+oint dropbox GetToken \
+ --appkey "***" \
+ --appsecret "***" \
+ --code "bTCiUTzxe6kAAAAAAAAAGN1NMZIxyqETKr4o7OS2dU8"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/GetToken/bat.txt b/docs/ru/cli/NEW_CLI/dropbox/GetToken/bat.txt
new file mode 100644
index 0000000000..61a5031bf3
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/GetToken/bat.txt
@@ -0,0 +1,4 @@
+oint dropbox GetToken ^
+ --appkey "***" ^
+ --appsecret "***" ^
+ --code "bTCiUTzxe6kAAAAAAAAAGN1NMZIxyqETKr4o7OS2dU8"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/GetUploadStatusByURL/bash.txt b/docs/ru/cli/NEW_CLI/dropbox/GetUploadStatusByURL/bash.txt
new file mode 100644
index 0000000000..00e812e219
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/GetUploadStatusByURL/bash.txt
@@ -0,0 +1,3 @@
+oint dropbox GetUploadStatusByURL \
+ --token "***" \
+ --job "MVsRf40tHvAAAAAAAAAAAQ"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/GetUploadStatusByURL/bat.txt b/docs/ru/cli/NEW_CLI/dropbox/GetUploadStatusByURL/bat.txt
new file mode 100644
index 0000000000..c6e541bbed
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/GetUploadStatusByURL/bat.txt
@@ -0,0 +1,3 @@
+oint dropbox GetUploadStatusByURL ^
+ --token "***" ^
+ --job "MVsRf40tHvAAAAAAAAAAAQ"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/MoveObject/bash.txt b/docs/ru/cli/NEW_CLI/dropbox/MoveObject/bash.txt
new file mode 100644
index 0000000000..03bc22d270
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/MoveObject/bash.txt
@@ -0,0 +1,4 @@
+oint dropbox MoveObject \
+ --token "***" \
+ --from "/pic.png" \
+ --to "/New/pic.png"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/MoveObject/bat.txt b/docs/ru/cli/NEW_CLI/dropbox/MoveObject/bat.txt
new file mode 100644
index 0000000000..30f3d20313
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/MoveObject/bat.txt
@@ -0,0 +1,4 @@
+oint dropbox MoveObject ^
+ --token "***" ^
+ --from "/pic.png" ^
+ --to "/New/pic.png"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/PublishFolder/bash.txt b/docs/ru/cli/NEW_CLI/dropbox/PublishFolder/bash.txt
new file mode 100644
index 0000000000..a0909fb9f0
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/PublishFolder/bash.txt
@@ -0,0 +1,3 @@
+oint dropbox PublishFolder \
+ --token "***" \
+ --path "/New"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/PublishFolder/bat.txt b/docs/ru/cli/NEW_CLI/dropbox/PublishFolder/bat.txt
new file mode 100644
index 0000000000..ac5b22f8aa
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/PublishFolder/bat.txt
@@ -0,0 +1,3 @@
+oint dropbox PublishFolder ^
+ --token "***" ^
+ --path "/New"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/RefreshToken/bash.txt b/docs/ru/cli/NEW_CLI/dropbox/RefreshToken/bash.txt
new file mode 100644
index 0000000000..373ed20bbc
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/RefreshToken/bash.txt
@@ -0,0 +1,4 @@
+oint dropbox RefreshToken \
+ --appkey "***" \
+ --appsecret "***" \
+ --refresh "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/RefreshToken/bat.txt b/docs/ru/cli/NEW_CLI/dropbox/RefreshToken/bat.txt
new file mode 100644
index 0000000000..8f8525c49d
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/RefreshToken/bat.txt
@@ -0,0 +1,4 @@
+oint dropbox RefreshToken ^
+ --appkey "***" ^
+ --appsecret "***" ^
+ --refresh "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/RestoreObjectToVersion/bash.txt b/docs/ru/cli/NEW_CLI/dropbox/RestoreObjectToVersion/bash.txt
new file mode 100644
index 0000000000..c511f61d1a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/RestoreObjectToVersion/bash.txt
@@ -0,0 +1,4 @@
+oint dropbox RestoreObjectToVersion \
+ --token "***" \
+ --path "/New/pic.png" \
+ --rev "62480d07de916bd841553"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/RestoreObjectToVersion/bat.txt b/docs/ru/cli/NEW_CLI/dropbox/RestoreObjectToVersion/bat.txt
new file mode 100644
index 0000000000..e17285e2cd
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/RestoreObjectToVersion/bat.txt
@@ -0,0 +1,4 @@
+oint dropbox RestoreObjectToVersion ^
+ --token "***" ^
+ --path "/New/pic.png" ^
+ --rev "62480d07de916bd841553"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/UploadFile/bash.txt b/docs/ru/cli/NEW_CLI/dropbox/UploadFile/bash.txt
new file mode 100644
index 0000000000..e22ade3bcf
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/UploadFile/bash.txt
@@ -0,0 +1,5 @@
+oint dropbox UploadFile \
+ --token "***" \
+ --file "C:\Users\Administrator\AppData\Local\Temp\u0oofh5ydgx.png" \
+ --path "/New/pic.png" \
+ --overwrite true
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/UploadFile/bat.txt b/docs/ru/cli/NEW_CLI/dropbox/UploadFile/bat.txt
new file mode 100644
index 0000000000..344210beb0
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/UploadFile/bat.txt
@@ -0,0 +1,5 @@
+oint dropbox UploadFile ^
+ --token "***" ^
+ --file "C:\Users\Administrator\AppData\Local\Temp\u0oofh5ydgx.png" ^
+ --path "/New/pic.png" ^
+ --overwrite true
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/UploadFileByURL/bash.txt b/docs/ru/cli/NEW_CLI/dropbox/UploadFileByURL/bash.txt
new file mode 100644
index 0000000000..3b88cddf6a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/UploadFileByURL/bash.txt
@@ -0,0 +1,4 @@
+oint dropbox UploadFileByURL \
+ --token "***" \
+ --url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" \
+ --path "/New/url_doc.docx"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/dropbox/UploadFileByURL/bat.txt b/docs/ru/cli/NEW_CLI/dropbox/UploadFileByURL/bat.txt
new file mode 100644
index 0000000000..d4c4c49ce5
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/dropbox/UploadFileByURL/bat.txt
@@ -0,0 +1,4 @@
+oint dropbox UploadFileByURL ^
+ --token "***" ^
+ --url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" ^
+ --path "/New/url_doc.docx"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/AddCalendarToList/bash.txt b/docs/ru/cli/NEW_CLI/gcalendar/AddCalendarToList/bash.txt
new file mode 100644
index 0000000000..53d331bba9
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/AddCalendarToList/bash.txt
@@ -0,0 +1,3 @@
+oint gcalendar AddCalendarToList \
+ --token "***" \
+ --calendar "c602ae54129abeeec85333106b3e1f5cf4aafa197d5ea018c1afa6a72af2d8f5@group.calendar.google.com"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/AddCalendarToList/bat.txt b/docs/ru/cli/NEW_CLI/gcalendar/AddCalendarToList/bat.txt
new file mode 100644
index 0000000000..65c5a56508
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/AddCalendarToList/bat.txt
@@ -0,0 +1,3 @@
+oint gcalendar AddCalendarToList ^
+ --token "***" ^
+ --calendar "c602ae54129abeeec85333106b3e1f5cf4aafa197d5ea018c1afa6a72af2d8f5@group.calendar.google.com"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/ClearMainCalendar/bash.txt b/docs/ru/cli/NEW_CLI/gcalendar/ClearMainCalendar/bash.txt
new file mode 100644
index 0000000000..273bc4b128
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/ClearMainCalendar/bash.txt
@@ -0,0 +1,2 @@
+oint gcalendar ClearMainCalendar \
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/ClearMainCalendar/bat.txt b/docs/ru/cli/NEW_CLI/gcalendar/ClearMainCalendar/bat.txt
new file mode 100644
index 0000000000..730e865d98
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/ClearMainCalendar/bat.txt
@@ -0,0 +1,2 @@
+oint gcalendar ClearMainCalendar ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/CreateCalendar/bash.txt b/docs/ru/cli/NEW_CLI/gcalendar/CreateCalendar/bash.txt
new file mode 100644
index 0000000000..bf2c4355ce
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/CreateCalendar/bash.txt
@@ -0,0 +1,3 @@
+oint gcalendar CreateCalendar \
+ --token "***" \
+ --title "TestCalendar"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/CreateCalendar/bat.txt b/docs/ru/cli/NEW_CLI/gcalendar/CreateCalendar/bat.txt
new file mode 100644
index 0000000000..e5dce51d70
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/CreateCalendar/bat.txt
@@ -0,0 +1,3 @@
+oint gcalendar CreateCalendar ^
+ --token "***" ^
+ --title "TestCalendar"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/CreateEvent/bash.txt b/docs/ru/cli/NEW_CLI/gcalendar/CreateEvent/bash.txt
new file mode 100644
index 0000000000..114453d656
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/CreateEvent/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint gcalendar CreateEvent \
+ --token "***" \
+ --calendar "81721bce478fbea2aa44d5b4fe1b9624550a9ae3e8b40e1eb88a7daca595d8c5@group.calendar.google.com" \
+ --props "{'Description':'TestEventDescription','Title':'New event','Venue':'InOffice','StartDate':'2024-10-15T21:45:55.9123248Z','EndDate':'2024-10-15T22:45:55.9123248Z','ArrayOfAttachmentURLs':{'Image1':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','Image2':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'},'SendNotifications':true}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/CreateEvent/bat.txt b/docs/ru/cli/NEW_CLI/gcalendar/CreateEvent/bat.txt
new file mode 100644
index 0000000000..c6bf46e360
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/CreateEvent/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint gcalendar CreateEvent ^
+ --token "***" ^
+ --calendar "81721bce478fbea2aa44d5b4fe1b9624550a9ae3e8b40e1eb88a7daca595d8c5@group.calendar.google.com" ^
+ --props "{'Description':'TestEventDescription','Title':'New event','Venue':'InOffice','StartDate':'2024-10-15T21:45:55.9123248Z','EndDate':'2024-10-15T22:45:55.9123248Z','ArrayOfAttachmentURLs':{'Image1':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','Image2':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'},'SendNotifications':true}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/DeleteCalendar/bash.txt b/docs/ru/cli/NEW_CLI/gcalendar/DeleteCalendar/bash.txt
new file mode 100644
index 0000000000..bd693c2fff
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/DeleteCalendar/bash.txt
@@ -0,0 +1,3 @@
+oint gcalendar DeleteCalendar \
+ --token "***" \
+ --calendar "81721bce478fbea2aa44d5b4fe1b9624550a9ae3e8b40e1eb88a7daca595d8c5@group.calendar.google.com"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/DeleteCalendar/bat.txt b/docs/ru/cli/NEW_CLI/gcalendar/DeleteCalendar/bat.txt
new file mode 100644
index 0000000000..2a50509bca
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/DeleteCalendar/bat.txt
@@ -0,0 +1,3 @@
+oint gcalendar DeleteCalendar ^
+ --token "***" ^
+ --calendar "81721bce478fbea2aa44d5b4fe1b9624550a9ae3e8b40e1eb88a7daca595d8c5@group.calendar.google.com"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/DeleteCalendarFromList/bash.txt b/docs/ru/cli/NEW_CLI/gcalendar/DeleteCalendarFromList/bash.txt
new file mode 100644
index 0000000000..cb5e1b7c87
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/DeleteCalendarFromList/bash.txt
@@ -0,0 +1,3 @@
+oint gcalendar DeleteCalendarFromList \
+ --token "***" \
+ --calendar "c602ae54129abeeec85333106b3e1f5cf4aafa197d5ea018c1afa6a72af2d8f5@group.calendar.google.com"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/DeleteCalendarFromList/bat.txt b/docs/ru/cli/NEW_CLI/gcalendar/DeleteCalendarFromList/bat.txt
new file mode 100644
index 0000000000..a9be3e5099
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/DeleteCalendarFromList/bat.txt
@@ -0,0 +1,3 @@
+oint gcalendar DeleteCalendarFromList ^
+ --token "***" ^
+ --calendar "c602ae54129abeeec85333106b3e1f5cf4aafa197d5ea018c1afa6a72af2d8f5@group.calendar.google.com"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/DeleteEvent/bash.txt b/docs/ru/cli/NEW_CLI/gcalendar/DeleteEvent/bash.txt
new file mode 100644
index 0000000000..6ac40c6e2e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/DeleteEvent/bash.txt
@@ -0,0 +1,4 @@
+oint gcalendar DeleteEvent \
+ --token "***" \
+ --calendar "81721bce478fbea2aa44d5b4fe1b9624550a9ae3e8b40e1eb88a7daca595d8c5@group.calendar.google.com" \
+ --event "u55qla0fodo85aiqdkil60afc0"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/DeleteEvent/bat.txt b/docs/ru/cli/NEW_CLI/gcalendar/DeleteEvent/bat.txt
new file mode 100644
index 0000000000..839941a6dc
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/DeleteEvent/bat.txt
@@ -0,0 +1,4 @@
+oint gcalendar DeleteEvent ^
+ --token "***" ^
+ --calendar "81721bce478fbea2aa44d5b4fe1b9624550a9ae3e8b40e1eb88a7daca595d8c5@group.calendar.google.com" ^
+ --event "u55qla0fodo85aiqdkil60afc0"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/EditCalendarMetadata/bash.txt b/docs/ru/cli/NEW_CLI/gcalendar/EditCalendarMetadata/bash.txt
new file mode 100644
index 0000000000..3c16733c17
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/EditCalendarMetadata/bash.txt
@@ -0,0 +1,5 @@
+oint gcalendar EditCalendarMetadata \
+ --token "***" \
+ --calendar "c602ae54129abeeec85333106b3e1f5cf4aafa197d5ea018c1afa6a72af2d8f5@group.calendar.google.com" \
+ --title "New name" \
+ --description "New description"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/EditCalendarMetadata/bat.txt b/docs/ru/cli/NEW_CLI/gcalendar/EditCalendarMetadata/bat.txt
new file mode 100644
index 0000000000..f492262678
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/EditCalendarMetadata/bat.txt
@@ -0,0 +1,5 @@
+oint gcalendar EditCalendarMetadata ^
+ --token "***" ^
+ --calendar "c602ae54129abeeec85333106b3e1f5cf4aafa197d5ea018c1afa6a72af2d8f5@group.calendar.google.com" ^
+ --title "New name" ^
+ --description "New description"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/EditEvent/bash.txt b/docs/ru/cli/NEW_CLI/gcalendar/EditEvent/bash.txt
new file mode 100644
index 0000000000..daea048997
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/EditEvent/bash.txt
@@ -0,0 +1,7 @@
+# JSON data can also be passed as a path to a .json file
+
+oint gcalendar EditEvent \
+ --token "***" \
+ --calendar "81721bce478fbea2aa44d5b4fe1b9624550a9ae3e8b40e1eb88a7daca595d8c5@group.calendar.google.com" \
+ --props "{'Description':'New event description'}" \
+ --event "u55qla0fodo85aiqdkil60afc0"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/EditEvent/bat.txt b/docs/ru/cli/NEW_CLI/gcalendar/EditEvent/bat.txt
new file mode 100644
index 0000000000..2d4642fd8f
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/EditEvent/bat.txt
@@ -0,0 +1,7 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint gcalendar EditEvent ^
+ --token "***" ^
+ --calendar "81721bce478fbea2aa44d5b4fe1b9624550a9ae3e8b40e1eb88a7daca595d8c5@group.calendar.google.com" ^
+ --props "{'Description':'New event description'}" ^
+ --event "u55qla0fodo85aiqdkil60afc0"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/EditListCalendar/bash.txt b/docs/ru/cli/NEW_CLI/gcalendar/EditListCalendar/bash.txt
new file mode 100644
index 0000000000..f4504bdd3f
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/EditListCalendar/bash.txt
@@ -0,0 +1,6 @@
+oint gcalendar EditListCalendar \
+ --token "***" \
+ --calendar "c602ae54129abeeec85333106b3e1f5cf4aafa197d5ea018c1afa6a72af2d8f5@group.calendar.google.com" \
+ --primary "#000000" \
+ --secondary "#ffd800" \
+ --hidden false
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/EditListCalendar/bat.txt b/docs/ru/cli/NEW_CLI/gcalendar/EditListCalendar/bat.txt
new file mode 100644
index 0000000000..c2dfd0fcf3
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/EditListCalendar/bat.txt
@@ -0,0 +1,6 @@
+oint gcalendar EditListCalendar ^
+ --token "***" ^
+ --calendar "c602ae54129abeeec85333106b3e1f5cf4aafa197d5ea018c1afa6a72af2d8f5@group.calendar.google.com" ^
+ --primary "#000000" ^
+ --secondary "#ffd800" ^
+ --hidden false
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/GetCalendarList/bash.txt b/docs/ru/cli/NEW_CLI/gcalendar/GetCalendarList/bash.txt
new file mode 100644
index 0000000000..4d103eed7f
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/GetCalendarList/bash.txt
@@ -0,0 +1,2 @@
+oint gcalendar GetCalendarList \
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/GetCalendarList/bat.txt b/docs/ru/cli/NEW_CLI/gcalendar/GetCalendarList/bat.txt
new file mode 100644
index 0000000000..adf69bff4a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/GetCalendarList/bat.txt
@@ -0,0 +1,2 @@
+oint gcalendar GetCalendarList ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/GetCalendarMetadata/bash.txt b/docs/ru/cli/NEW_CLI/gcalendar/GetCalendarMetadata/bash.txt
new file mode 100644
index 0000000000..a205bb2ff4
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/GetCalendarMetadata/bash.txt
@@ -0,0 +1,3 @@
+oint gcalendar GetCalendarMetadata \
+ --token "***" \
+ --calendar "c602ae54129abeeec85333106b3e1f5cf4aafa197d5ea018c1afa6a72af2d8f5@group.calendar.google.com"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/GetCalendarMetadata/bat.txt b/docs/ru/cli/NEW_CLI/gcalendar/GetCalendarMetadata/bat.txt
new file mode 100644
index 0000000000..cb790bb9d5
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/GetCalendarMetadata/bat.txt
@@ -0,0 +1,3 @@
+oint gcalendar GetCalendarMetadata ^
+ --token "***" ^
+ --calendar "c602ae54129abeeec85333106b3e1f5cf4aafa197d5ea018c1afa6a72af2d8f5@group.calendar.google.com"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/GetEvent/bash.txt b/docs/ru/cli/NEW_CLI/gcalendar/GetEvent/bash.txt
new file mode 100644
index 0000000000..c96feaf6ff
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/GetEvent/bash.txt
@@ -0,0 +1,4 @@
+oint gcalendar GetEvent \
+ --token "***" \
+ --calendar "81721bce478fbea2aa44d5b4fe1b9624550a9ae3e8b40e1eb88a7daca595d8c5@group.calendar.google.com" \
+ --event "u55qla0fodo85aiqdkil60afc0"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/GetEvent/bat.txt b/docs/ru/cli/NEW_CLI/gcalendar/GetEvent/bat.txt
new file mode 100644
index 0000000000..2543555a18
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/GetEvent/bat.txt
@@ -0,0 +1,4 @@
+oint gcalendar GetEvent ^
+ --token "***" ^
+ --calendar "81721bce478fbea2aa44d5b4fe1b9624550a9ae3e8b40e1eb88a7daca595d8c5@group.calendar.google.com" ^
+ --event "u55qla0fodo85aiqdkil60afc0"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/GetEventDescription/bash.txt b/docs/ru/cli/NEW_CLI/gcalendar/GetEventDescription/bash.txt
new file mode 100644
index 0000000000..2f65815e07
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/GetEventDescription/bash.txt
@@ -0,0 +1,2 @@
+oint gcalendar GetEventDescription \
+ --empty false
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/GetEventDescription/bat.txt b/docs/ru/cli/NEW_CLI/gcalendar/GetEventDescription/bat.txt
new file mode 100644
index 0000000000..bac490a49c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/GetEventDescription/bat.txt
@@ -0,0 +1,2 @@
+oint gcalendar GetEventDescription ^
+ --empty false
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/GetEventList/bash.txt b/docs/ru/cli/NEW_CLI/gcalendar/GetEventList/bash.txt
new file mode 100644
index 0000000000..5e26d72788
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/GetEventList/bash.txt
@@ -0,0 +1,3 @@
+oint gcalendar GetEventList \
+ --token "***" \
+ --calendar "81721bce478fbea2aa44d5b4fe1b9624550a9ae3e8b40e1eb88a7daca595d8c5@group.calendar.google.com"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/GetEventList/bat.txt b/docs/ru/cli/NEW_CLI/gcalendar/GetEventList/bat.txt
new file mode 100644
index 0000000000..8d2ccd930f
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/GetEventList/bat.txt
@@ -0,0 +1,3 @@
+oint gcalendar GetEventList ^
+ --token "***" ^
+ --calendar "81721bce478fbea2aa44d5b4fe1b9624550a9ae3e8b40e1eb88a7daca595d8c5@group.calendar.google.com"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/GetListCalendar/bash.txt b/docs/ru/cli/NEW_CLI/gcalendar/GetListCalendar/bash.txt
new file mode 100644
index 0000000000..4c37ac730c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/GetListCalendar/bash.txt
@@ -0,0 +1,3 @@
+oint gcalendar GetListCalendar \
+ --token "***" \
+ --calendar "c602ae54129abeeec85333106b3e1f5cf4aafa197d5ea018c1afa6a72af2d8f5@group.calendar.google.com"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/GetListCalendar/bat.txt b/docs/ru/cli/NEW_CLI/gcalendar/GetListCalendar/bat.txt
new file mode 100644
index 0000000000..be426e40dd
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/GetListCalendar/bat.txt
@@ -0,0 +1,3 @@
+oint gcalendar GetListCalendar ^
+ --token "***" ^
+ --calendar "c602ae54129abeeec85333106b3e1f5cf4aafa197d5ea018c1afa6a72af2d8f5@group.calendar.google.com"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/MoveEvent/bash.txt b/docs/ru/cli/NEW_CLI/gcalendar/MoveEvent/bash.txt
new file mode 100644
index 0000000000..9160d1caed
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/MoveEvent/bash.txt
@@ -0,0 +1,5 @@
+oint gcalendar MoveEvent \
+ --token "***" \
+ --from "81721bce478fbea2aa44d5b4fe1b9624550a9ae3e8b40e1eb88a7daca595d8c5@group.calendar.google.com" \
+ --to "bayselonarrend@gmail.com" \
+ --event "u55qla0fodo85aiqdkil60afc0"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gcalendar/MoveEvent/bat.txt b/docs/ru/cli/NEW_CLI/gcalendar/MoveEvent/bat.txt
new file mode 100644
index 0000000000..137ace28e1
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gcalendar/MoveEvent/bat.txt
@@ -0,0 +1,5 @@
+oint gcalendar MoveEvent ^
+ --token "***" ^
+ --from "81721bce478fbea2aa44d5b4fe1b9624550a9ae3e8b40e1eb88a7daca595d8c5@group.calendar.google.com" ^
+ --to "bayselonarrend@gmail.com" ^
+ --event "u55qla0fodo85aiqdkil60afc0"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gdrive/CopyObject/bash.txt b/docs/ru/cli/NEW_CLI/gdrive/CopyObject/bash.txt
new file mode 100644
index 0000000000..9d8a1bbed0
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gdrive/CopyObject/bash.txt
@@ -0,0 +1,5 @@
+oint gdrive CopyObject \
+ --token "***" \
+ --object "1FcbmP-_6xO8B0Vt1hHuL6QeFOrQkOnCc" \
+ --title "CopiedFile.jpeg" \
+ --catalog "root"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gdrive/CopyObject/bat.txt b/docs/ru/cli/NEW_CLI/gdrive/CopyObject/bat.txt
new file mode 100644
index 0000000000..284fe0ab27
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gdrive/CopyObject/bat.txt
@@ -0,0 +1,5 @@
+oint gdrive CopyObject ^
+ --token "***" ^
+ --object "1FcbmP-_6xO8B0Vt1hHuL6QeFOrQkOnCc" ^
+ --title "CopiedFile.jpeg" ^
+ --catalog "root"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gdrive/CreateComment/bash.txt b/docs/ru/cli/NEW_CLI/gdrive/CreateComment/bash.txt
new file mode 100644
index 0000000000..5ff9f8198a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gdrive/CreateComment/bash.txt
@@ -0,0 +1,4 @@
+oint gdrive CreateComment \
+ --token "***" \
+ --object "1m7eferM21n4hQTzPlyFdMBRcBTOhWPTm" \
+ --text "Comment text"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gdrive/CreateComment/bat.txt b/docs/ru/cli/NEW_CLI/gdrive/CreateComment/bat.txt
new file mode 100644
index 0000000000..6282b1abdb
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gdrive/CreateComment/bat.txt
@@ -0,0 +1,4 @@
+oint gdrive CreateComment ^
+ --token "***" ^
+ --object "1m7eferM21n4hQTzPlyFdMBRcBTOhWPTm" ^
+ --text "Comment text"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gdrive/CreateFolder/bash.txt b/docs/ru/cli/NEW_CLI/gdrive/CreateFolder/bash.txt
new file mode 100644
index 0000000000..950a4c18de
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gdrive/CreateFolder/bash.txt
@@ -0,0 +1,3 @@
+oint gdrive CreateFolder \
+ --token "***" \
+ --title "TestFolder"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gdrive/CreateFolder/bat.txt b/docs/ru/cli/NEW_CLI/gdrive/CreateFolder/bat.txt
new file mode 100644
index 0000000000..9f3569bb6c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gdrive/CreateFolder/bat.txt
@@ -0,0 +1,3 @@
+oint gdrive CreateFolder ^
+ --token "***" ^
+ --title "TestFolder"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gdrive/DeleteComment/bash.txt b/docs/ru/cli/NEW_CLI/gdrive/DeleteComment/bash.txt
new file mode 100644
index 0000000000..c80e90beaa
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gdrive/DeleteComment/bash.txt
@@ -0,0 +1,4 @@
+oint gdrive DeleteComment \
+ --token "***" \
+ --object "1m7eferM21n4hQTzPlyFdMBRcBTOhWPTm" \
+ --comment "AAABXdfmHvs"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gdrive/DeleteComment/bat.txt b/docs/ru/cli/NEW_CLI/gdrive/DeleteComment/bat.txt
new file mode 100644
index 0000000000..a4ac2c3e6a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gdrive/DeleteComment/bat.txt
@@ -0,0 +1,4 @@
+oint gdrive DeleteComment ^
+ --token "***" ^
+ --object "1m7eferM21n4hQTzPlyFdMBRcBTOhWPTm" ^
+ --comment "AAABXdfmHvs"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gdrive/DeleteObject/bash.txt b/docs/ru/cli/NEW_CLI/gdrive/DeleteObject/bash.txt
new file mode 100644
index 0000000000..ee655d6f02
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gdrive/DeleteObject/bash.txt
@@ -0,0 +1,3 @@
+oint gdrive DeleteObject \
+ --token "***" \
+ --object "1m7eferM21n4hQTzPlyFdMBRcBTOhWPTm"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gdrive/DeleteObject/bat.txt b/docs/ru/cli/NEW_CLI/gdrive/DeleteObject/bat.txt
new file mode 100644
index 0000000000..05073d6c60
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gdrive/DeleteObject/bat.txt
@@ -0,0 +1,3 @@
+oint gdrive DeleteObject ^
+ --token "***" ^
+ --object "1m7eferM21n4hQTzPlyFdMBRcBTOhWPTm"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gdrive/DownloadFile/bash.txt b/docs/ru/cli/NEW_CLI/gdrive/DownloadFile/bash.txt
new file mode 100644
index 0000000000..52ef41a96c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gdrive/DownloadFile/bash.txt
@@ -0,0 +1,3 @@
+oint gdrive DownloadFile \
+ --token "***" \
+ --object "1FcbmP-_6xO8B0Vt1hHuL6QeFOrQkOnCc"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gdrive/DownloadFile/bat.txt b/docs/ru/cli/NEW_CLI/gdrive/DownloadFile/bat.txt
new file mode 100644
index 0000000000..83141e7ca4
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gdrive/DownloadFile/bat.txt
@@ -0,0 +1,3 @@
+oint gdrive DownloadFile ^
+ --token "***" ^
+ --object "1FcbmP-_6xO8B0Vt1hHuL6QeFOrQkOnCc"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gdrive/GetComment/bash.txt b/docs/ru/cli/NEW_CLI/gdrive/GetComment/bash.txt
new file mode 100644
index 0000000000..e6cbb8c8eb
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gdrive/GetComment/bash.txt
@@ -0,0 +1,4 @@
+oint gdrive GetComment \
+ --token "***" \
+ --object "1m7eferM21n4hQTzPlyFdMBRcBTOhWPTm" \
+ --comment "AAABXdfmHvs"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gdrive/GetComment/bat.txt b/docs/ru/cli/NEW_CLI/gdrive/GetComment/bat.txt
new file mode 100644
index 0000000000..578c891f55
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gdrive/GetComment/bat.txt
@@ -0,0 +1,4 @@
+oint gdrive GetComment ^
+ --token "***" ^
+ --object "1m7eferM21n4hQTzPlyFdMBRcBTOhWPTm" ^
+ --comment "AAABXdfmHvs"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gdrive/GetCommentList/bash.txt b/docs/ru/cli/NEW_CLI/gdrive/GetCommentList/bash.txt
new file mode 100644
index 0000000000..f60267a55b
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gdrive/GetCommentList/bash.txt
@@ -0,0 +1,3 @@
+oint gdrive GetCommentList \
+ --token "***" \
+ --object "1m7eferM21n4hQTzPlyFdMBRcBTOhWPTm"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gdrive/GetCommentList/bat.txt b/docs/ru/cli/NEW_CLI/gdrive/GetCommentList/bat.txt
new file mode 100644
index 0000000000..75146ce84e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gdrive/GetCommentList/bat.txt
@@ -0,0 +1,3 @@
+oint gdrive GetCommentList ^
+ --token "***" ^
+ --object "1m7eferM21n4hQTzPlyFdMBRcBTOhWPTm"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gdrive/GetDirectoriesList/bash.txt b/docs/ru/cli/NEW_CLI/gdrive/GetDirectoriesList/bash.txt
new file mode 100644
index 0000000000..234e113842
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gdrive/GetDirectoriesList/bash.txt
@@ -0,0 +1,3 @@
+oint gdrive GetDirectoriesList \
+ --token "***" \
+ --querry "TestFolder"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gdrive/GetDirectoriesList/bat.txt b/docs/ru/cli/NEW_CLI/gdrive/GetDirectoriesList/bat.txt
new file mode 100644
index 0000000000..f4e2862f42
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gdrive/GetDirectoriesList/bat.txt
@@ -0,0 +1,3 @@
+oint gdrive GetDirectoriesList ^
+ --token "***" ^
+ --querry "TestFolder"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gdrive/GetFileDescription/bash.txt b/docs/ru/cli/NEW_CLI/gdrive/GetFileDescription/bash.txt
new file mode 100644
index 0000000000..99f4068878
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gdrive/GetFileDescription/bash.txt
@@ -0,0 +1,2 @@
+oint gdrive GetFileDescription \
+ --empty false
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gdrive/GetFileDescription/bat.txt b/docs/ru/cli/NEW_CLI/gdrive/GetFileDescription/bat.txt
new file mode 100644
index 0000000000..63aa0a8a49
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gdrive/GetFileDescription/bat.txt
@@ -0,0 +1,2 @@
+oint gdrive GetFileDescription ^
+ --empty false
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gdrive/GetFilesList/bash.txt b/docs/ru/cli/NEW_CLI/gdrive/GetFilesList/bash.txt
new file mode 100644
index 0000000000..a6b9041067
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gdrive/GetFilesList/bash.txt
@@ -0,0 +1,4 @@
+oint gdrive GetFilesList \
+ --token "***" \
+ --querry "data" \
+ --catalog "root"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gdrive/GetFilesList/bat.txt b/docs/ru/cli/NEW_CLI/gdrive/GetFilesList/bat.txt
new file mode 100644
index 0000000000..d62fc7833a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gdrive/GetFilesList/bat.txt
@@ -0,0 +1,4 @@
+oint gdrive GetFilesList ^
+ --token "***" ^
+ --querry "data" ^
+ --catalog "root"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gdrive/GetObjectInformation/bash.txt b/docs/ru/cli/NEW_CLI/gdrive/GetObjectInformation/bash.txt
new file mode 100644
index 0000000000..150d38be4e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gdrive/GetObjectInformation/bash.txt
@@ -0,0 +1,3 @@
+oint gdrive GetObjectInformation \
+ --token "***" \
+ --object "1Q3vl7hcmdeJvd86jC84pdGKW5772apUy"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gdrive/GetObjectInformation/bat.txt b/docs/ru/cli/NEW_CLI/gdrive/GetObjectInformation/bat.txt
new file mode 100644
index 0000000000..fc2f19702b
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gdrive/GetObjectInformation/bat.txt
@@ -0,0 +1,3 @@
+oint gdrive GetObjectInformation ^
+ --token "***" ^
+ --object "1Q3vl7hcmdeJvd86jC84pdGKW5772apUy"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gdrive/UpdateFile/bash.txt b/docs/ru/cli/NEW_CLI/gdrive/UpdateFile/bash.txt
new file mode 100644
index 0000000000..a5dd950f26
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gdrive/UpdateFile/bash.txt
@@ -0,0 +1,5 @@
+oint gdrive UpdateFile \
+ --token "***" \
+ --object "1FcbmP-_6xO8B0Vt1hHuL6QeFOrQkOnCc" \
+ --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" \
+ --title "UpdatedFile.jpg"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gdrive/UpdateFile/bat.txt b/docs/ru/cli/NEW_CLI/gdrive/UpdateFile/bat.txt
new file mode 100644
index 0000000000..7ee56fc8e0
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gdrive/UpdateFile/bat.txt
@@ -0,0 +1,5 @@
+oint gdrive UpdateFile ^
+ --token "***" ^
+ --object "1FcbmP-_6xO8B0Vt1hHuL6QeFOrQkOnCc" ^
+ --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" ^
+ --title "UpdatedFile.jpg"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gdrive/UploadFile/bash.txt b/docs/ru/cli/NEW_CLI/gdrive/UploadFile/bash.txt
new file mode 100644
index 0000000000..c0e3cf1caf
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gdrive/UploadFile/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint gdrive UploadFile \
+ --token "***" \
+ --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \
+ --props "{'MIME':'image/jpeg','Name':'New file.jpg','Description':'This is a new file','Parent':'1Q3vl7hcmdeJvd86jC84pdGKW5772apUy'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gdrive/UploadFile/bat.txt b/docs/ru/cli/NEW_CLI/gdrive/UploadFile/bat.txt
new file mode 100644
index 0000000000..e0b4c851e3
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gdrive/UploadFile/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint gdrive UploadFile ^
+ --token "***" ^
+ --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" ^
+ --props "{'MIME':'image/jpeg','Name':'New file.jpg','Description':'This is a new file','Parent':'1Q3vl7hcmdeJvd86jC84pdGKW5772apUy'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/google/FormCodeRetrievalLink/bash.txt b/docs/ru/cli/NEW_CLI/google/FormCodeRetrievalLink/bash.txt
new file mode 100644
index 0000000000..746cf33544
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/google/FormCodeRetrievalLink/bash.txt
@@ -0,0 +1,2 @@
+oint google FormCodeRetrievalLink \
+ --id "345925493105-641q49rl4oflrtr46fkgqf5upiltr4bg.apps.googleusercontent.com"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/google/FormCodeRetrievalLink/bat.txt b/docs/ru/cli/NEW_CLI/google/FormCodeRetrievalLink/bat.txt
new file mode 100644
index 0000000000..7850db5496
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/google/FormCodeRetrievalLink/bat.txt
@@ -0,0 +1,2 @@
+oint google FormCodeRetrievalLink ^
+ --id "345925493105-641q49rl4oflrtr46fkgqf5upiltr4bg.apps.googleusercontent.com"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/google/GetTokenByCode/bash.txt b/docs/ru/cli/NEW_CLI/google/GetTokenByCode/bash.txt
new file mode 100644
index 0000000000..384ef4a1a0
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/google/GetTokenByCode/bash.txt
@@ -0,0 +1,4 @@
+oint google GetTokenByCode \
+ --id "345925493105-641q49rl4oflrtr46fkgqf5upiltr4bg.apps.googleusercontent.com" \
+ --secret "***" \
+ --code "4/0AeaYSHBDZAbAtChyjMxPKa0DXIilJYYcVCgKYzA_CPmCPSt1mg_KqxI4w5CP3lTlYibpGg"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/google/GetTokenByCode/bat.txt b/docs/ru/cli/NEW_CLI/google/GetTokenByCode/bat.txt
new file mode 100644
index 0000000000..dd688410b1
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/google/GetTokenByCode/bat.txt
@@ -0,0 +1,4 @@
+oint google GetTokenByCode ^
+ --id "345925493105-641q49rl4oflrtr46fkgqf5upiltr4bg.apps.googleusercontent.com" ^
+ --secret "***" ^
+ --code "4/0AeaYSHBDZAbAtChyjMxPKa0DXIilJYYcVCgKYzA_CPmCPSt1mg_KqxI4w5CP3lTlYibpGg"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/google/RefreshToken/bash.txt b/docs/ru/cli/NEW_CLI/google/RefreshToken/bash.txt
new file mode 100644
index 0000000000..701fc56f4f
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/google/RefreshToken/bash.txt
@@ -0,0 +1,4 @@
+oint google RefreshToken \
+ --id "345925493105-641q49rl4oflrtr46fkgqf5upiltr4bg.apps.googleusercontent.com" \
+ --secret "***" \
+ --refresh "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/google/RefreshToken/bat.txt b/docs/ru/cli/NEW_CLI/google/RefreshToken/bat.txt
new file mode 100644
index 0000000000..98ec330491
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/google/RefreshToken/bat.txt
@@ -0,0 +1,4 @@
+oint google RefreshToken ^
+ --id "345925493105-641q49rl4oflrtr46fkgqf5upiltr4bg.apps.googleusercontent.com" ^
+ --secret "***" ^
+ --refresh "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gsheets/AddSheet/bash.txt b/docs/ru/cli/NEW_CLI/gsheets/AddSheet/bash.txt
new file mode 100644
index 0000000000..38cdea799d
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gsheets/AddSheet/bash.txt
@@ -0,0 +1,4 @@
+oint gsheets AddSheet \
+ --token "***" \
+ --spreadsheet "1RLw3mpZ1IdytmTXTIcHdpByJRz0LeYmlIWByYSrjcqs" \
+ --title "TestSheet"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gsheets/AddSheet/bat.txt b/docs/ru/cli/NEW_CLI/gsheets/AddSheet/bat.txt
new file mode 100644
index 0000000000..3a9acfcf5a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gsheets/AddSheet/bat.txt
@@ -0,0 +1,4 @@
+oint gsheets AddSheet ^
+ --token "***" ^
+ --spreadsheet "1RLw3mpZ1IdytmTXTIcHdpByJRz0LeYmlIWByYSrjcqs" ^
+ --title "TestSheet"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gsheets/ClearCells/bash.txt b/docs/ru/cli/NEW_CLI/gsheets/ClearCells/bash.txt
new file mode 100644
index 0000000000..a48d5816b9
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gsheets/ClearCells/bash.txt
@@ -0,0 +1,5 @@
+oint gsheets ClearCells \
+ --token "***" \
+ --spreadsheet "1vN19HuSWGqqCwicDwwkPZDPHd4K11T2yu_BlmASs4IE" \
+ --cells "['B2','A3','B4']" \
+ --sheetname "Sheet2"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gsheets/ClearCells/bat.txt b/docs/ru/cli/NEW_CLI/gsheets/ClearCells/bat.txt
new file mode 100644
index 0000000000..005becdd6c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gsheets/ClearCells/bat.txt
@@ -0,0 +1,5 @@
+oint gsheets ClearCells ^
+ --token "***" ^
+ --spreadsheet "1vN19HuSWGqqCwicDwwkPZDPHd4K11T2yu_BlmASs4IE" ^
+ --cells "['B2','A3','B4']" ^
+ --sheetname "Sheet2"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gsheets/CopySheet/bash.txt b/docs/ru/cli/NEW_CLI/gsheets/CopySheet/bash.txt
new file mode 100644
index 0000000000..63a9db1bda
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gsheets/CopySheet/bash.txt
@@ -0,0 +1,5 @@
+oint gsheets CopySheet \
+ --token "***" \
+ --from "1RLw3mpZ1IdytmTXTIcHdpByJRz0LeYmlIWByYSrjcqs" \
+ --to "1KX3kDEIABwHELHQL3280OODRwLN6GyGQArYctkjQNrY" \
+ --sheet "7803857"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gsheets/CopySheet/bat.txt b/docs/ru/cli/NEW_CLI/gsheets/CopySheet/bat.txt
new file mode 100644
index 0000000000..6334168158
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gsheets/CopySheet/bat.txt
@@ -0,0 +1,5 @@
+oint gsheets CopySheet ^
+ --token "***" ^
+ --from "1RLw3mpZ1IdytmTXTIcHdpByJRz0LeYmlIWByYSrjcqs" ^
+ --to "1KX3kDEIABwHELHQL3280OODRwLN6GyGQArYctkjQNrY" ^
+ --sheet "7803857"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gsheets/CreateSpreadsheet/bash.txt b/docs/ru/cli/NEW_CLI/gsheets/CreateSpreadsheet/bash.txt
new file mode 100644
index 0000000000..23e8376ccd
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gsheets/CreateSpreadsheet/bash.txt
@@ -0,0 +1,4 @@
+oint gsheets CreateSpreadsheet \
+ --token "***" \
+ --title "Test table (new.)" \
+ --sheets "['Sheet1','Sheet2']"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gsheets/CreateSpreadsheet/bat.txt b/docs/ru/cli/NEW_CLI/gsheets/CreateSpreadsheet/bat.txt
new file mode 100644
index 0000000000..7a081220ef
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gsheets/CreateSpreadsheet/bat.txt
@@ -0,0 +1,4 @@
+oint gsheets CreateSpreadsheet ^
+ --token "***" ^
+ --title "Test table (new.)" ^
+ --sheets "['Sheet1','Sheet2']"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gsheets/DeleteSheet/bash.txt b/docs/ru/cli/NEW_CLI/gsheets/DeleteSheet/bash.txt
new file mode 100644
index 0000000000..6c4712482b
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gsheets/DeleteSheet/bash.txt
@@ -0,0 +1,4 @@
+oint gsheets DeleteSheet \
+ --token "***" \
+ --spreadsheet "1RLw3mpZ1IdytmTXTIcHdpByJRz0LeYmlIWByYSrjcqs" \
+ --sheet "7803857"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gsheets/DeleteSheet/bat.txt b/docs/ru/cli/NEW_CLI/gsheets/DeleteSheet/bat.txt
new file mode 100644
index 0000000000..15a72e0f10
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gsheets/DeleteSheet/bat.txt
@@ -0,0 +1,4 @@
+oint gsheets DeleteSheet ^
+ --token "***" ^
+ --spreadsheet "1RLw3mpZ1IdytmTXTIcHdpByJRz0LeYmlIWByYSrjcqs" ^
+ --sheet "7803857"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gsheets/EditSpreadsheetTitle/bash.txt b/docs/ru/cli/NEW_CLI/gsheets/EditSpreadsheetTitle/bash.txt
new file mode 100644
index 0000000000..5efa161bae
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gsheets/EditSpreadsheetTitle/bash.txt
@@ -0,0 +1,4 @@
+oint gsheets EditSpreadsheetTitle \
+ --token "***" \
+ --spreadsheet "1RLw3mpZ1IdytmTXTIcHdpByJRz0LeYmlIWByYSrjcqs" \
+ --title "Test table (changed.)"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gsheets/EditSpreadsheetTitle/bat.txt b/docs/ru/cli/NEW_CLI/gsheets/EditSpreadsheetTitle/bat.txt
new file mode 100644
index 0000000000..c7d357b000
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gsheets/EditSpreadsheetTitle/bat.txt
@@ -0,0 +1,4 @@
+oint gsheets EditSpreadsheetTitle ^
+ --token "***" ^
+ --spreadsheet "1RLw3mpZ1IdytmTXTIcHdpByJRz0LeYmlIWByYSrjcqs" ^
+ --title "Test table (changed.)"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gsheets/GetCellValues/bash.txt b/docs/ru/cli/NEW_CLI/gsheets/GetCellValues/bash.txt
new file mode 100644
index 0000000000..2f03ab0625
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gsheets/GetCellValues/bash.txt
@@ -0,0 +1,4 @@
+oint gsheets GetCellValues \
+ --token "***" \
+ --spreadsheet "1vN19HuSWGqqCwicDwwkPZDPHd4K11T2yu_BlmASs4IE" \
+ --sheetname "Sheet2"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gsheets/GetCellValues/bat.txt b/docs/ru/cli/NEW_CLI/gsheets/GetCellValues/bat.txt
new file mode 100644
index 0000000000..d6b807f207
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gsheets/GetCellValues/bat.txt
@@ -0,0 +1,4 @@
+oint gsheets GetCellValues ^
+ --token "***" ^
+ --spreadsheet "1vN19HuSWGqqCwicDwwkPZDPHd4K11T2yu_BlmASs4IE" ^
+ --sheetname "Sheet2"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gsheets/GetSpreadsheet/bash.txt b/docs/ru/cli/NEW_CLI/gsheets/GetSpreadsheet/bash.txt
new file mode 100644
index 0000000000..d90dc00698
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gsheets/GetSpreadsheet/bash.txt
@@ -0,0 +1,3 @@
+oint gsheets GetSpreadsheet \
+ --token "***" \
+ --spreadsheet "1RLw3mpZ1IdytmTXTIcHdpByJRz0LeYmlIWByYSrjcqs"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gsheets/GetSpreadsheet/bat.txt b/docs/ru/cli/NEW_CLI/gsheets/GetSpreadsheet/bat.txt
new file mode 100644
index 0000000000..007d5b3c99
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gsheets/GetSpreadsheet/bat.txt
@@ -0,0 +1,3 @@
+oint gsheets GetSpreadsheet ^
+ --token "***" ^
+ --spreadsheet "1RLw3mpZ1IdytmTXTIcHdpByJRz0LeYmlIWByYSrjcqs"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gsheets/SetCellValues/bash.txt b/docs/ru/cli/NEW_CLI/gsheets/SetCellValues/bash.txt
new file mode 100644
index 0000000000..a7803d2756
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gsheets/SetCellValues/bash.txt
@@ -0,0 +1,7 @@
+# JSON data can also be passed as a path to a .json file
+
+oint gsheets SetCellValues \
+ --token "***" \
+ --spreadsheet "1vN19HuSWGqqCwicDwwkPZDPHd4K11T2yu_BlmASs4IE" \
+ --data "{'A1':'ThisIsA1','A2':'ThisIsA2','B2':'ThisIsB2','B3':'ThisIsB3','A3':'ThisIsA3','A4':'ThisIsA4','B1':'ThisIsB1','B4':'ThisIsB4'}" \
+ --sheetname "Sheet2"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/gsheets/SetCellValues/bat.txt b/docs/ru/cli/NEW_CLI/gsheets/SetCellValues/bat.txt
new file mode 100644
index 0000000000..403860e4ff
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/gsheets/SetCellValues/bat.txt
@@ -0,0 +1,7 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint gsheets SetCellValues ^
+ --token "***" ^
+ --spreadsheet "1vN19HuSWGqqCwicDwwkPZDPHd4K11T2yu_BlmASs4IE" ^
+ --data "{'A1':'ThisIsA1','A2':'ThisIsA2','B2':'ThisIsB2','B3':'ThisIsB3','A3':'ThisIsA3','A4':'ThisIsA4','B1':'ThisIsB1','B4':'ThisIsB4'}" ^
+ --sheetname "Sheet2"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/notion/CreateBlock/bash.txt b/docs/ru/cli/NEW_CLI/notion/CreateBlock/bash.txt
new file mode 100644
index 0000000000..b98807a613
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/notion/CreateBlock/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint notion CreateBlock \
+ --token "***" \
+ --page "5dd94c34fab04bff986b7511c0779f77" \
+ --block "{'object':'block','parent':{'type':'page_id','page_id':'5dd94c34-fab0-4bff-986b-7511c0779f77'},'in_trash':true,'type':'to_do','to_do':{'rich_text':[{'type':'text','text':{'content':'YoYO','link':null},'annotations':{'bold':false,'italic':false,'strikethrough':false,'underline':false,'code':false,'color':'default'},'plain_text':'YoYO','href':null}],'checked':false,'color':'default'}}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/notion/CreateBlock/bat.txt b/docs/ru/cli/NEW_CLI/notion/CreateBlock/bat.txt
new file mode 100644
index 0000000000..31a0632bd2
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/notion/CreateBlock/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint notion CreateBlock ^
+ --token "***" ^
+ --page "5dd94c34fab04bff986b7511c0779f77" ^
+ --block "{'object':'block','parent':{'type':'page_id','page_id':'5dd94c34-fab0-4bff-986b-7511c0779f77'},'in_trash':true,'type':'to_do','to_do':{'rich_text':[{'type':'text','text':{'content':'YoYO','link':null},'annotations':{'bold':false,'italic':false,'strikethrough':false,'underline':false,'code':false,'color':'default'},'plain_text':'YoYO','href':null}],'checked':false,'color':'default'}}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/notion/CreateDatabase/bash.txt b/docs/ru/cli/NEW_CLI/notion/CreateDatabase/bash.txt
new file mode 100644
index 0000000000..e94329613a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/notion/CreateDatabase/bash.txt
@@ -0,0 +1,7 @@
+# JSON data can also be passed as a path to a .json file
+
+oint notion CreateDatabase \
+ --token "***" \
+ --page "5dd94c34fab04bff986b7511c0779f77" \
+ --title "TestTitle" \
+ --props "{'Name':'title','Description':'rich_text','Number':'number','Status':{'New':'green','InProgress':'yellow','Remote':'red'},'CreationDate':'date','Image':'files','Active':'checkbox','Website':'url','Email':'email','Phone':'phone_number','User':'people'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/notion/CreateDatabase/bat.txt b/docs/ru/cli/NEW_CLI/notion/CreateDatabase/bat.txt
new file mode 100644
index 0000000000..7ab4de7dce
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/notion/CreateDatabase/bat.txt
@@ -0,0 +1,7 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint notion CreateDatabase ^
+ --token "***" ^
+ --page "5dd94c34fab04bff986b7511c0779f77" ^
+ --title "TestTitle" ^
+ --props "{'Name':'title','Description':'rich_text','Number':'number','Status':{'New':'green','InProgress':'yellow','Remote':'red'},'CreationDate':'date','Image':'files','Active':'checkbox','Website':'url','Email':'email','Phone':'phone_number','User':'people'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/notion/CreatePage/bash.txt b/docs/ru/cli/NEW_CLI/notion/CreatePage/bash.txt
new file mode 100644
index 0000000000..4ff8cbfd8c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/notion/CreatePage/bash.txt
@@ -0,0 +1,4 @@
+oint notion CreatePage \
+ --token "***" \
+ --page "5dd94c34fab04bff986b7511c0779f77" \
+ --title "TestTitle"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/notion/CreatePage/bat.txt b/docs/ru/cli/NEW_CLI/notion/CreatePage/bat.txt
new file mode 100644
index 0000000000..f0ff4a539f
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/notion/CreatePage/bat.txt
@@ -0,0 +1,4 @@
+oint notion CreatePage ^
+ --token "***" ^
+ --page "5dd94c34fab04bff986b7511c0779f77" ^
+ --title "TestTitle"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/notion/CreatePageInDatabase/bash.txt b/docs/ru/cli/NEW_CLI/notion/CreatePageInDatabase/bash.txt
new file mode 100644
index 0000000000..7fa775eb7c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/notion/CreatePageInDatabase/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint notion CreatePageInDatabase \
+ --token "***" \
+ --base "12082aa7-fc4e-81ea-8614-ee179b362d79" \
+ --data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2024-10-15T21:49:32.0678611Z','Image':{'Logo':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'Active':true,'Website':'https://vector.ru','Email':'mail@vector.ru','Phone':'88005553535'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/notion/CreatePageInDatabase/bat.txt b/docs/ru/cli/NEW_CLI/notion/CreatePageInDatabase/bat.txt
new file mode 100644
index 0000000000..ca02863f9d
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/notion/CreatePageInDatabase/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint notion CreatePageInDatabase ^
+ --token "***" ^
+ --base "12082aa7-fc4e-81ea-8614-ee179b362d79" ^
+ --data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2024-10-15T21:49:32.0678611Z','Image':{'Logo':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'Active':true,'Website':'https://vector.ru','Email':'mail@vector.ru','Phone':'88005553535'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/notion/DeleteBlock/bash.txt b/docs/ru/cli/NEW_CLI/notion/DeleteBlock/bash.txt
new file mode 100644
index 0000000000..d97257bcb3
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/notion/DeleteBlock/bash.txt
@@ -0,0 +1,3 @@
+oint notion DeleteBlock \
+ --token "***" \
+ --block "12082aa7-fc4e-81ae-8a76-f79a3db83b53"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/notion/DeleteBlock/bat.txt b/docs/ru/cli/NEW_CLI/notion/DeleteBlock/bat.txt
new file mode 100644
index 0000000000..5cd47d3c36
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/notion/DeleteBlock/bat.txt
@@ -0,0 +1,3 @@
+oint notion DeleteBlock ^
+ --token "***" ^
+ --block "12082aa7-fc4e-81ae-8a76-f79a3db83b53"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/notion/EditDatabaseProperties/bash.txt b/docs/ru/cli/NEW_CLI/notion/EditDatabaseProperties/bash.txt
new file mode 100644
index 0000000000..efb52c5e7f
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/notion/EditDatabaseProperties/bash.txt
@@ -0,0 +1,8 @@
+# JSON data can also be passed as a path to a .json file
+
+oint notion EditDatabaseProperties \
+ --token "***" \
+ --base "12082aa7-fc4e-81ea-8614-ee179b362d79" \
+ --props "{'Email':'rich_text','Website':null}" \
+ --title "TestTitle" \
+ --description "TestDescription"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/notion/EditDatabaseProperties/bat.txt b/docs/ru/cli/NEW_CLI/notion/EditDatabaseProperties/bat.txt
new file mode 100644
index 0000000000..50f2e7d8bc
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/notion/EditDatabaseProperties/bat.txt
@@ -0,0 +1,8 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint notion EditDatabaseProperties ^
+ --token "***" ^
+ --base "12082aa7-fc4e-81ea-8614-ee179b362d79" ^
+ --props "{'Email':'rich_text','Website':null}" ^
+ --title "TestTitle" ^
+ --description "TestDescription"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/notion/EditPageProperties/bash.txt b/docs/ru/cli/NEW_CLI/notion/EditPageProperties/bash.txt
new file mode 100644
index 0000000000..b4bdea1d56
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/notion/EditPageProperties/bash.txt
@@ -0,0 +1,9 @@
+# JSON data can also be passed as a path to a .json file
+
+oint notion EditPageProperties \
+ --token "***" \
+ --page "12082aa7-fc4e-81c8-af04-e6abf2c5d56b" \
+ --data "{'Active':false,'Email':'vector@mail.ru'}" \
+ --icon "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \
+ --cover "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" \
+ --archive false
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/notion/EditPageProperties/bat.txt b/docs/ru/cli/NEW_CLI/notion/EditPageProperties/bat.txt
new file mode 100644
index 0000000000..eedb1cd916
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/notion/EditPageProperties/bat.txt
@@ -0,0 +1,9 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint notion EditPageProperties ^
+ --token "***" ^
+ --page "12082aa7-fc4e-81c8-af04-e6abf2c5d56b" ^
+ --data "{'Active':false,'Email':'vector@mail.ru'}" ^
+ --icon "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" ^
+ --cover "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" ^
+ --archive false
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/notion/GetDatabase/bash.txt b/docs/ru/cli/NEW_CLI/notion/GetDatabase/bash.txt
new file mode 100644
index 0000000000..ef1612d162
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/notion/GetDatabase/bash.txt
@@ -0,0 +1,3 @@
+oint notion GetDatabase \
+ --token "***" \
+ --base "12082aa7-fc4e-81ea-8614-ee179b362d79"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/notion/GetDatabase/bat.txt b/docs/ru/cli/NEW_CLI/notion/GetDatabase/bat.txt
new file mode 100644
index 0000000000..2d100905c9
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/notion/GetDatabase/bat.txt
@@ -0,0 +1,3 @@
+oint notion GetDatabase ^
+ --token "***" ^
+ --base "12082aa7-fc4e-81ea-8614-ee179b362d79"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/notion/GetPage/bash.txt b/docs/ru/cli/NEW_CLI/notion/GetPage/bash.txt
new file mode 100644
index 0000000000..712b1778b6
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/notion/GetPage/bash.txt
@@ -0,0 +1,3 @@
+oint notion GetPage \
+ --token "***" \
+ --page "12082aa7-fc4e-81c8-af04-e6abf2c5d56b"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/notion/GetPage/bat.txt b/docs/ru/cli/NEW_CLI/notion/GetPage/bat.txt
new file mode 100644
index 0000000000..64be936024
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/notion/GetPage/bat.txt
@@ -0,0 +1,3 @@
+oint notion GetPage ^
+ --token "***" ^
+ --page "12082aa7-fc4e-81c8-af04-e6abf2c5d56b"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/notion/GetUserData/bash.txt b/docs/ru/cli/NEW_CLI/notion/GetUserData/bash.txt
new file mode 100644
index 0000000000..af50b97763
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/notion/GetUserData/bash.txt
@@ -0,0 +1,3 @@
+oint notion GetUserData \
+ --token "***" \
+ --user "ed71865a-9891-46bc-86cd-a92aa499cfdb"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/notion/GetUserData/bat.txt b/docs/ru/cli/NEW_CLI/notion/GetUserData/bat.txt
new file mode 100644
index 0000000000..bb84eae9ef
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/notion/GetUserData/bat.txt
@@ -0,0 +1,3 @@
+oint notion GetUserData ^
+ --token "***" ^
+ --user "ed71865a-9891-46bc-86cd-a92aa499cfdb"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/notion/ReturnBlock/bash.txt b/docs/ru/cli/NEW_CLI/notion/ReturnBlock/bash.txt
new file mode 100644
index 0000000000..8b2ec81db4
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/notion/ReturnBlock/bash.txt
@@ -0,0 +1,3 @@
+oint notion ReturnBlock \
+ --token "***" \
+ --block "d7021bdd15b944ababcb02bd2b1a5f6a"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/notion/ReturnBlock/bat.txt b/docs/ru/cli/NEW_CLI/notion/ReturnBlock/bat.txt
new file mode 100644
index 0000000000..2ae2b08705
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/notion/ReturnBlock/bat.txt
@@ -0,0 +1,3 @@
+oint notion ReturnBlock ^
+ --token "***" ^
+ --block "d7021bdd15b944ababcb02bd2b1a5f6a"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/notion/ReturnChildBlocks/bash.txt b/docs/ru/cli/NEW_CLI/notion/ReturnChildBlocks/bash.txt
new file mode 100644
index 0000000000..cddba17dfe
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/notion/ReturnChildBlocks/bash.txt
@@ -0,0 +1,3 @@
+oint notion ReturnChildBlocks \
+ --token "***" \
+ --block "12082aa7-fc4e-81ae-8a76-f79a3db83b53"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/notion/ReturnChildBlocks/bat.txt b/docs/ru/cli/NEW_CLI/notion/ReturnChildBlocks/bat.txt
new file mode 100644
index 0000000000..bf81d56d1c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/notion/ReturnChildBlocks/bat.txt
@@ -0,0 +1,3 @@
+oint notion ReturnChildBlocks ^
+ --token "***" ^
+ --block "12082aa7-fc4e-81ae-8a76-f79a3db83b53"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/notion/UserList/bash.txt b/docs/ru/cli/NEW_CLI/notion/UserList/bash.txt
new file mode 100644
index 0000000000..191c181255
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/notion/UserList/bash.txt
@@ -0,0 +1,2 @@
+oint notion UserList \
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/notion/UserList/bat.txt b/docs/ru/cli/NEW_CLI/notion/UserList/bat.txt
new file mode 100644
index 0000000000..dafb6e853c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/notion/UserList/bat.txt
@@ -0,0 +1,2 @@
+oint notion UserList ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/AddProductVideo/bash.txt b/docs/ru/cli/NEW_CLI/ozon/AddProductVideo/bash.txt
new file mode 100644
index 0000000000..7eda7e0255
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/AddProductVideo/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint ozon AddProductVideo \
+ --item "{'description_category_id':17028922,'name':'Protective film set for X3 NFC. Dark cotton','offer_id':'143210608','barcode':'112772873170','price':'1000','old_price':'1100','vat':'0.1','height':250,'width':150,'depth':10,'dimension_unit':'mm','weight':100,'weight_unit':'g'}" \
+ --url "https://rutube.ru/video/c6cc4d620b1d4338901770a44b3e82f4/" \
+ --title "video1"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/AddProductVideo/bat.txt b/docs/ru/cli/NEW_CLI/ozon/AddProductVideo/bat.txt
new file mode 100644
index 0000000000..2347edfbf4
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/AddProductVideo/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint ozon AddProductVideo ^
+ --item "{'description_category_id':17028922,'name':'Protective film set for X3 NFC. Dark cotton','offer_id':'143210608','barcode':'112772873170','price':'1000','old_price':'1100','vat':'0.1','height':250,'width':150,'depth':10,'dimension_unit':'mm','weight':100,'weight_unit':'g'}" ^
+ --url "https://rutube.ru/video/c6cc4d620b1d4338901770a44b3e82f4/" ^
+ --title "video1"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/AddProductVideoCover/bash.txt b/docs/ru/cli/NEW_CLI/ozon/AddProductVideoCover/bash.txt
new file mode 100644
index 0000000000..48bfb92586
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/AddProductVideoCover/bash.txt
@@ -0,0 +1,5 @@
+# JSON data can also be passed as a path to a .json file
+
+oint ozon AddProductVideoCover \
+ --item "{'description_category_id':17028922,'name':'Protective film set for X3 NFC. Dark cotton','offer_id':'143210608','barcode':'112772873170','price':'1000','old_price':'1100','vat':'0.1','height':250,'width':150,'depth':10,'dimension_unit':'mm','weight':100,'weight_unit':'g'}" \
+ --url "https://rutube.ru/video/c6cc4d620b1d4338901770a44b3e82f4/"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/AddProductVideoCover/bat.txt b/docs/ru/cli/NEW_CLI/ozon/AddProductVideoCover/bat.txt
new file mode 100644
index 0000000000..6fd01c2f91
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/AddProductVideoCover/bat.txt
@@ -0,0 +1,5 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint ozon AddProductVideoCover ^
+ --item "{'description_category_id':17028922,'name':'Protective film set for X3 NFC. Dark cotton','offer_id':'143210608','barcode':'112772873170','price':'1000','old_price':'1100','vat':'0.1','height':250,'width':150,'depth':10,'dimension_unit':'mm','weight':100,'weight_unit':'g'}" ^
+ --url "https://rutube.ru/video/c6cc4d620b1d4338901770a44b3e82f4/"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/ArchiveProducts/bash.txt b/docs/ru/cli/NEW_CLI/ozon/ArchiveProducts/bash.txt
new file mode 100644
index 0000000000..4c1d8f7390
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/ArchiveProducts/bash.txt
@@ -0,0 +1,4 @@
+oint ozon ArchiveProducts \
+ --clientid "***" \
+ --apikey "***" \
+ --products 1225070853
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/ArchiveProducts/bat.txt b/docs/ru/cli/NEW_CLI/ozon/ArchiveProducts/bat.txt
new file mode 100644
index 0000000000..cc63166a79
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/ArchiveProducts/bat.txt
@@ -0,0 +1,4 @@
+oint ozon ArchiveProducts ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --products 1225070853
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/BindBarcodes/bash.txt b/docs/ru/cli/NEW_CLI/ozon/BindBarcodes/bash.txt
new file mode 100644
index 0000000000..c1a443bdcc
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/BindBarcodes/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint ozon BindBarcodes \
+ --clientid "***" \
+ --apikey "***" \
+ --barcodes "{'1626044001':'112233'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/BindBarcodes/bat.txt b/docs/ru/cli/NEW_CLI/ozon/BindBarcodes/bat.txt
new file mode 100644
index 0000000000..0e092209fe
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/BindBarcodes/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint ozon BindBarcodes ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --barcodes "{'1626044001':'112233'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/CheckProductsImagesUpload/bash.txt b/docs/ru/cli/NEW_CLI/ozon/CheckProductsImagesUpload/bash.txt
new file mode 100644
index 0000000000..6585ae2a4a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/CheckProductsImagesUpload/bash.txt
@@ -0,0 +1,4 @@
+oint ozon CheckProductsImagesUpload \
+ --clientid "***" \
+ --apikey "***" \
+ --products 1225070853
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/CheckProductsImagesUpload/bat.txt b/docs/ru/cli/NEW_CLI/ozon/CheckProductsImagesUpload/bat.txt
new file mode 100644
index 0000000000..4dae76619a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/CheckProductsImagesUpload/bat.txt
@@ -0,0 +1,4 @@
+oint ozon CheckProductsImagesUpload ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --products 1225070853
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/CompleteComplexAttribute/bash.txt b/docs/ru/cli/NEW_CLI/ozon/CompleteComplexAttribute/bash.txt
new file mode 100644
index 0000000000..ba8ea9582e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/CompleteComplexAttribute/bash.txt
@@ -0,0 +1,7 @@
+# JSON data can also be passed as a path to a .json file
+
+oint ozon CompleteComplexAttribute \
+ --object "{'description_category_id':17028922,'name':'Protective film set for X3 NFC. Dark cotton','offer_id':'143210608','barcode':'112772873170','price':'1000','old_price':'1100','vat':'0.1','height':250,'width':150,'depth':10,'dimension_unit':'mm','weight':100,'weight_unit':'g'}" \
+ --attributeid 5076 \
+ --complexid 0 \
+ --values "{'dictionary_value_id':971082156,'value':'Speaker stand'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/CompleteComplexAttribute/bat.txt b/docs/ru/cli/NEW_CLI/ozon/CompleteComplexAttribute/bat.txt
new file mode 100644
index 0000000000..4902707fa6
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/CompleteComplexAttribute/bat.txt
@@ -0,0 +1,7 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint ozon CompleteComplexAttribute ^
+ --object "{'description_category_id':17028922,'name':'Protective film set for X3 NFC. Dark cotton','offer_id':'143210608','barcode':'112772873170','price':'1000','old_price':'1100','vat':'0.1','height':250,'width':150,'depth':10,'dimension_unit':'mm','weight':100,'weight_unit':'g'}" ^
+ --attributeid 5076 ^
+ --complexid 0 ^
+ --values "{'dictionary_value_id':971082156,'value':'Speaker stand'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/CreateBarcodes/bash.txt b/docs/ru/cli/NEW_CLI/ozon/CreateBarcodes/bash.txt
new file mode 100644
index 0000000000..6d94c2c093
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/CreateBarcodes/bash.txt
@@ -0,0 +1,4 @@
+oint ozon CreateBarcodes \
+ --clientid "***" \
+ --apikey "***" \
+ --productids 1225070853
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/CreateBarcodes/bat.txt b/docs/ru/cli/NEW_CLI/ozon/CreateBarcodes/bat.txt
new file mode 100644
index 0000000000..c68cababe8
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/CreateBarcodes/bat.txt
@@ -0,0 +1,4 @@
+oint ozon CreateBarcodes ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --productids 1225070853
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/CreateProductByOzonID/bash.txt b/docs/ru/cli/NEW_CLI/ozon/CreateProductByOzonID/bash.txt
new file mode 100644
index 0000000000..8230b1e379
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/CreateProductByOzonID/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint ozon CreateProductByOzonID \
+ --clientid "***" \
+ --apikey "***" \
+ --items "{'name':'New imported product','sku':1626044001,'offer_id':'91132','price':'1100','old_price':'1100','vat':'0.1','currency_code':'RUB'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/CreateProductByOzonID/bat.txt b/docs/ru/cli/NEW_CLI/ozon/CreateProductByOzonID/bat.txt
new file mode 100644
index 0000000000..c260c74313
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/CreateProductByOzonID/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint ozon CreateProductByOzonID ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --items "{'name':'New imported product','sku':1626044001,'offer_id':'91132','price':'1100','old_price':'1100','vat':'0.1','currency_code':'RUB'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/CreateUpdateProducts/bash.txt b/docs/ru/cli/NEW_CLI/ozon/CreateUpdateProducts/bash.txt
new file mode 100644
index 0000000000..57331dd662
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/CreateUpdateProducts/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint ozon CreateUpdateProducts \
+ --clientid "***" \
+ --apikey "***" \
+ --items "{'description_category_id':17028922,'name':'Protective film set for X3 NFC. Dark cotton','offer_id':'143210609','barcode':'112772873170','price':'1300','old_price':'1300','vat':'0.1','height':250,'width':150,'depth':10,'dimension_unit':'mm','weight':100,'weight_unit':'g','images':['https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'],'complex_attributes':[{'attributes':[{'id':21841,'complex_id':100001,'values':[{'value':'https://rutube.ru/video/c6cc4d620b1d4338901770a44b3e82f4/'}]},{'id':21837,'complex_id':100001,'values':[{'value':'video1'}]}]}],'attributes':[{'id':'5076','complex_id':'0','values':[{'dictionary_value_id':971082156,'value':'Speaker stand'}]},{'id':85,'complex_id':0,'values':[{'dictionary_value_id':5060050,'value':'Samsung'}]},{'id':10096,'complex_id':0,'values':[{'dictionary_value_id':61576,'value':'gray'}]},{'id':8229,'complex_id':0,'values':[{'dictionary_value_id':95911,'value':'Protective film set for X3 NFC. Dark cotton'}]},{'id':9048,'complex_id':0,'values':[{'value':'Protective film set for X3 NFC. Dark cotton'}]}]}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/CreateUpdateProducts/bat.txt b/docs/ru/cli/NEW_CLI/ozon/CreateUpdateProducts/bat.txt
new file mode 100644
index 0000000000..6f7467e487
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/CreateUpdateProducts/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint ozon CreateUpdateProducts ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --items "{'description_category_id':17028922,'name':'Protective film set for X3 NFC. Dark cotton','offer_id':'143210609','barcode':'112772873170','price':'1300','old_price':'1300','vat':'0.1','height':250,'width':150,'depth':10,'dimension_unit':'mm','weight':100,'weight_unit':'g','images':['https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'],'complex_attributes':[{'attributes':[{'id':21841,'complex_id':100001,'values':[{'value':'https://rutube.ru/video/c6cc4d620b1d4338901770a44b3e82f4/'}]},{'id':21837,'complex_id':100001,'values':[{'value':'video1'}]}]}],'attributes':[{'id':'5076','complex_id':'0','values':[{'dictionary_value_id':971082156,'value':'Speaker stand'}]},{'id':85,'complex_id':0,'values':[{'dictionary_value_id':5060050,'value':'Samsung'}]},{'id':10096,'complex_id':0,'values':[{'dictionary_value_id':61576,'value':'gray'}]},{'id':8229,'complex_id':0,'values':[{'dictionary_value_id':95911,'value':'Protective film set for X3 NFC. Dark cotton'}]},{'id':9048,'complex_id':0,'values':[{'value':'Protective film set for X3 NFC. Dark cotton'}]}]}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/DeleteProductsWithoutSKU/bash.txt b/docs/ru/cli/NEW_CLI/ozon/DeleteProductsWithoutSKU/bash.txt
new file mode 100644
index 0000000000..49a12c23ba
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/DeleteProductsWithoutSKU/bash.txt
@@ -0,0 +1,4 @@
+oint ozon DeleteProductsWithoutSKU \
+ --clientid "***" \
+ --apikey "***" \
+ --articles "143210609"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/DeleteProductsWithoutSKU/bat.txt b/docs/ru/cli/NEW_CLI/ozon/DeleteProductsWithoutSKU/bat.txt
new file mode 100644
index 0000000000..dba4303853
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/DeleteProductsWithoutSKU/bat.txt
@@ -0,0 +1,4 @@
+oint ozon DeleteProductsWithoutSKU ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --articles "143210609"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetAttributeValues/bash.txt b/docs/ru/cli/NEW_CLI/ozon/GetAttributeValues/bash.txt
new file mode 100644
index 0000000000..f288c378fc
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetAttributeValues/bash.txt
@@ -0,0 +1,6 @@
+oint ozon GetAttributeValues \
+ --clientid "***" \
+ --apikey "***" \
+ --categoryid 17054869 \
+ --typeid 97311 \
+ --attributeid 85
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetAttributeValues/bat.txt b/docs/ru/cli/NEW_CLI/ozon/GetAttributeValues/bat.txt
new file mode 100644
index 0000000000..d9ca6fda28
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetAttributeValues/bat.txt
@@ -0,0 +1,6 @@
+oint ozon GetAttributeValues ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --categoryid 17054869 ^
+ --typeid 97311 ^
+ --attributeid 85
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetAttributesUpdateStructure/bash.txt b/docs/ru/cli/NEW_CLI/ozon/GetAttributesUpdateStructure/bash.txt
new file mode 100644
index 0000000000..8b2df7b695
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetAttributesUpdateStructure/bash.txt
@@ -0,0 +1,2 @@
+oint ozon GetAttributesUpdateStructure \
+ --empty false
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetAttributesUpdateStructure/bat.txt b/docs/ru/cli/NEW_CLI/ozon/GetAttributesUpdateStructure/bat.txt
new file mode 100644
index 0000000000..f200ca7935
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetAttributesUpdateStructure/bat.txt
@@ -0,0 +1,2 @@
+oint ozon GetAttributesUpdateStructure ^
+ --empty false
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetAvailablePromoProducts/bash.txt b/docs/ru/cli/NEW_CLI/ozon/GetAvailablePromoProducts/bash.txt
new file mode 100644
index 0000000000..c77ec7b823
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetAvailablePromoProducts/bash.txt
@@ -0,0 +1,4 @@
+oint ozon GetAvailablePromoProducts \
+ --clientid "***" \
+ --apikey "***" \
+ --actionid 111111111
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetAvailablePromoProducts/bat.txt b/docs/ru/cli/NEW_CLI/ozon/GetAvailablePromoProducts/bat.txt
new file mode 100644
index 0000000000..5c4a5d4cf3
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetAvailablePromoProducts/bat.txt
@@ -0,0 +1,4 @@
+oint ozon GetAvailablePromoProducts ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --actionid 111111111
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetCategoriesAndProductTypesTree/bash.txt b/docs/ru/cli/NEW_CLI/ozon/GetCategoriesAndProductTypesTree/bash.txt
new file mode 100644
index 0000000000..a17d1ed694
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetCategoriesAndProductTypesTree/bash.txt
@@ -0,0 +1,3 @@
+oint ozon GetCategoriesAndProductTypesTree \
+ --clientid "***" \
+ --apikey "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetCategoriesAndProductTypesTree/bat.txt b/docs/ru/cli/NEW_CLI/ozon/GetCategoriesAndProductTypesTree/bat.txt
new file mode 100644
index 0000000000..da2eea644d
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetCategoriesAndProductTypesTree/bat.txt
@@ -0,0 +1,3 @@
+oint ozon GetCategoriesAndProductTypesTree ^
+ --clientid "***" ^
+ --apikey "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetCategoryAttributes/bash.txt b/docs/ru/cli/NEW_CLI/ozon/GetCategoryAttributes/bash.txt
new file mode 100644
index 0000000000..e61ae5fcf6
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetCategoryAttributes/bash.txt
@@ -0,0 +1,5 @@
+oint ozon GetCategoryAttributes \
+ --clientid "***" \
+ --apikey "***" \
+ --categoryid 17029016 \
+ --typeid 970778135
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetCategoryAttributes/bat.txt b/docs/ru/cli/NEW_CLI/ozon/GetCategoryAttributes/bat.txt
new file mode 100644
index 0000000000..5be87b31c9
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetCategoryAttributes/bat.txt
@@ -0,0 +1,5 @@
+oint ozon GetCategoryAttributes ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --categoryid 17029016 ^
+ --typeid 970778135
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetCodesUploadStatus/bash.txt b/docs/ru/cli/NEW_CLI/ozon/GetCodesUploadStatus/bash.txt
new file mode 100644
index 0000000000..c6c0ff1140
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetCodesUploadStatus/bash.txt
@@ -0,0 +1,4 @@
+oint ozon GetCodesUploadStatus \
+ --clientid "***" \
+ --apikey "***" \
+ --taskid 1
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetCodesUploadStatus/bat.txt b/docs/ru/cli/NEW_CLI/ozon/GetCodesUploadStatus/bat.txt
new file mode 100644
index 0000000000..3a59c7d46d
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetCodesUploadStatus/bat.txt
@@ -0,0 +1,4 @@
+oint ozon GetCodesUploadStatus ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --taskid 1
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetCurrentPromoProducts/bash.txt b/docs/ru/cli/NEW_CLI/ozon/GetCurrentPromoProducts/bash.txt
new file mode 100644
index 0000000000..181341e635
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetCurrentPromoProducts/bash.txt
@@ -0,0 +1,4 @@
+oint ozon GetCurrentPromoProducts \
+ --clientid "***" \
+ --apikey "***" \
+ --actionid 111111111
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetCurrentPromoProducts/bat.txt b/docs/ru/cli/NEW_CLI/ozon/GetCurrentPromoProducts/bat.txt
new file mode 100644
index 0000000000..5ab98bd09e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetCurrentPromoProducts/bat.txt
@@ -0,0 +1,4 @@
+oint ozon GetCurrentPromoProducts ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --actionid 111111111
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetDiscountInformation/bash.txt b/docs/ru/cli/NEW_CLI/ozon/GetDiscountInformation/bash.txt
new file mode 100644
index 0000000000..88b8260a62
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetDiscountInformation/bash.txt
@@ -0,0 +1,4 @@
+oint ozon GetDiscountInformation \
+ --clientid "***" \
+ --apikey "***" \
+ --sku 1626044001
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetDiscountInformation/bat.txt b/docs/ru/cli/NEW_CLI/ozon/GetDiscountInformation/bat.txt
new file mode 100644
index 0000000000..2d5e4e9531
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetDiscountInformation/bat.txt
@@ -0,0 +1,4 @@
+oint ozon GetDiscountInformation ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --sku 1626044001
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetProductCreationStatus/bash.txt b/docs/ru/cli/NEW_CLI/ozon/GetProductCreationStatus/bash.txt
new file mode 100644
index 0000000000..04f7e45515
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetProductCreationStatus/bash.txt
@@ -0,0 +1,4 @@
+oint ozon GetProductCreationStatus \
+ --clientid "***" \
+ --apikey "***" \
+ --taskid 1357912858
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetProductCreationStatus/bat.txt b/docs/ru/cli/NEW_CLI/ozon/GetProductCreationStatus/bat.txt
new file mode 100644
index 0000000000..a6803b74ac
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetProductCreationStatus/bat.txt
@@ -0,0 +1,4 @@
+oint ozon GetProductCreationStatus ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --taskid 1357912858
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetProductDescription/bash.txt b/docs/ru/cli/NEW_CLI/ozon/GetProductDescription/bash.txt
new file mode 100644
index 0000000000..18942dbfc0
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetProductDescription/bash.txt
@@ -0,0 +1,4 @@
+oint ozon GetProductDescription \
+ --clientid "***" \
+ --apikey "***" \
+ --offerid "143210609"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetProductDescription/bat.txt b/docs/ru/cli/NEW_CLI/ozon/GetProductDescription/bat.txt
new file mode 100644
index 0000000000..daa4fe10ec
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetProductDescription/bat.txt
@@ -0,0 +1,4 @@
+oint ozon GetProductDescription ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --offerid "143210609"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetProductList/bash.txt b/docs/ru/cli/NEW_CLI/ozon/GetProductList/bash.txt
new file mode 100644
index 0000000000..d3038bd310
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetProductList/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint ozon GetProductList \
+ --clientid "***" \
+ --apikey "***" \
+ --filter "{'visibility':'ALL','offer_id':['143210609']}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetProductList/bat.txt b/docs/ru/cli/NEW_CLI/ozon/GetProductList/bat.txt
new file mode 100644
index 0000000000..bc4c10286e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetProductList/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint ozon GetProductList ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --filter "{'visibility':'ALL','offer_id':['143210609']}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetProductPriceStructure/bash.txt b/docs/ru/cli/NEW_CLI/ozon/GetProductPriceStructure/bash.txt
new file mode 100644
index 0000000000..0b702b21ae
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetProductPriceStructure/bash.txt
@@ -0,0 +1,2 @@
+oint ozon GetProductPriceStructure \
+ --empty false
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetProductPriceStructure/bat.txt b/docs/ru/cli/NEW_CLI/ozon/GetProductPriceStructure/bat.txt
new file mode 100644
index 0000000000..6a830344f0
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetProductPriceStructure/bat.txt
@@ -0,0 +1,2 @@
+oint ozon GetProductPriceStructure ^
+ --empty false
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetProductStocksStructure/bash.txt b/docs/ru/cli/NEW_CLI/ozon/GetProductStocksStructure/bash.txt
new file mode 100644
index 0000000000..1a9fd017fb
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetProductStocksStructure/bash.txt
@@ -0,0 +1,2 @@
+oint ozon GetProductStocksStructure \
+ --empty false
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetProductStocksStructure/bat.txt b/docs/ru/cli/NEW_CLI/ozon/GetProductStocksStructure/bat.txt
new file mode 100644
index 0000000000..7a9fa6d790
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetProductStocksStructure/bat.txt
@@ -0,0 +1,2 @@
+oint ozon GetProductStocksStructure ^
+ --empty false
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetProductStructure/bash.txt b/docs/ru/cli/NEW_CLI/ozon/GetProductStructure/bash.txt
new file mode 100644
index 0000000000..e924cd49d2
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetProductStructure/bash.txt
@@ -0,0 +1,2 @@
+oint ozon GetProductStructure \
+ --empty false
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetProductStructure/bat.txt b/docs/ru/cli/NEW_CLI/ozon/GetProductStructure/bat.txt
new file mode 100644
index 0000000000..2b3de69da3
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetProductStructure/bat.txt
@@ -0,0 +1,2 @@
+oint ozon GetProductStructure ^
+ --empty false
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetProductSubscribersCount/bash.txt b/docs/ru/cli/NEW_CLI/ozon/GetProductSubscribersCount/bash.txt
new file mode 100644
index 0000000000..583966032a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetProductSubscribersCount/bash.txt
@@ -0,0 +1,4 @@
+oint ozon GetProductSubscribersCount \
+ --clientid "***" \
+ --apikey "***" \
+ --sku 1626044001
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetProductSubscribersCount/bat.txt b/docs/ru/cli/NEW_CLI/ozon/GetProductSubscribersCount/bat.txt
new file mode 100644
index 0000000000..20c72c49da
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetProductSubscribersCount/bat.txt
@@ -0,0 +1,4 @@
+oint ozon GetProductSubscribersCount ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --sku 1626044001
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetProductsAttributesData/bash.txt b/docs/ru/cli/NEW_CLI/ozon/GetProductsAttributesData/bash.txt
new file mode 100644
index 0000000000..c1cf55d8c8
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetProductsAttributesData/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint ozon GetProductsAttributesData \
+ --clientid "***" \
+ --apikey "***" \
+ --filter "{'visibility':'ALL','offer_id':['143210609']}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetProductsAttributesData/bat.txt b/docs/ru/cli/NEW_CLI/ozon/GetProductsAttributesData/bat.txt
new file mode 100644
index 0000000000..87b1bc552b
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetProductsAttributesData/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint ozon GetProductsAttributesData ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --filter "{'visibility':'ALL','offer_id':['143210609']}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetProductsContentRating/bash.txt b/docs/ru/cli/NEW_CLI/ozon/GetProductsContentRating/bash.txt
new file mode 100644
index 0000000000..27e049b34c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetProductsContentRating/bash.txt
@@ -0,0 +1,4 @@
+oint ozon GetProductsContentRating \
+ --clientid "***" \
+ --apikey "***" \
+ --sku 1626044001
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetProductsContentRating/bat.txt b/docs/ru/cli/NEW_CLI/ozon/GetProductsContentRating/bat.txt
new file mode 100644
index 0000000000..33cc3bfeb4
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetProductsContentRating/bat.txt
@@ -0,0 +1,4 @@
+oint ozon GetProductsContentRating ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --sku 1626044001
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetProductsFilterStructure/bash.txt b/docs/ru/cli/NEW_CLI/ozon/GetProductsFilterStructure/bash.txt
new file mode 100644
index 0000000000..25a387be59
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetProductsFilterStructure/bash.txt
@@ -0,0 +1,2 @@
+oint ozon GetProductsFilterStructure \
+ --empty false
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetProductsFilterStructure/bat.txt b/docs/ru/cli/NEW_CLI/ozon/GetProductsFilterStructure/bat.txt
new file mode 100644
index 0000000000..4e9e633df0
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetProductsFilterStructure/bat.txt
@@ -0,0 +1,2 @@
+oint ozon GetProductsFilterStructure ^
+ --empty false
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetProductsInformation/bash.txt b/docs/ru/cli/NEW_CLI/ozon/GetProductsInformation/bash.txt
new file mode 100644
index 0000000000..273fc74384
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetProductsInformation/bash.txt
@@ -0,0 +1,4 @@
+oint ozon GetProductsInformation \
+ --clientid "***" \
+ --apikey "***" \
+ --offerid "143210609"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetProductsInformation/bat.txt b/docs/ru/cli/NEW_CLI/ozon/GetProductsInformation/bat.txt
new file mode 100644
index 0000000000..3511ca7c0f
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetProductsInformation/bat.txt
@@ -0,0 +1,4 @@
+oint ozon GetProductsInformation ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --offerid "143210609"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetProductsPrices/bash.txt b/docs/ru/cli/NEW_CLI/ozon/GetProductsPrices/bash.txt
new file mode 100644
index 0000000000..8ac56c80c7
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetProductsPrices/bash.txt
@@ -0,0 +1,3 @@
+oint ozon GetProductsPrices \
+ --clientid "***" \
+ --apikey "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetProductsPrices/bat.txt b/docs/ru/cli/NEW_CLI/ozon/GetProductsPrices/bat.txt
new file mode 100644
index 0000000000..5d2c37594a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetProductsPrices/bat.txt
@@ -0,0 +1,3 @@
+oint ozon GetProductsPrices ^
+ --clientid "***" ^
+ --apikey "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetProductsRequestsLimits/bash.txt b/docs/ru/cli/NEW_CLI/ozon/GetProductsRequestsLimits/bash.txt
new file mode 100644
index 0000000000..3fe07aaf76
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetProductsRequestsLimits/bash.txt
@@ -0,0 +1,3 @@
+oint ozon GetProductsRequestsLimits \
+ --clientid "***" \
+ --apikey "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetProductsRequestsLimits/bat.txt b/docs/ru/cli/NEW_CLI/ozon/GetProductsRequestsLimits/bat.txt
new file mode 100644
index 0000000000..88cbee86bb
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetProductsRequestsLimits/bat.txt
@@ -0,0 +1,3 @@
+oint ozon GetProductsRequestsLimits ^
+ --clientid "***" ^
+ --apikey "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetProductsStocks/bash.txt b/docs/ru/cli/NEW_CLI/ozon/GetProductsStocks/bash.txt
new file mode 100644
index 0000000000..c45d890d8c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetProductsStocks/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint ozon GetProductsStocks \
+ --clientid "***" \
+ --apikey "***" \
+ --filter "{'visibility':'ALL','offer_id':['143210608']}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetProductsStocks/bat.txt b/docs/ru/cli/NEW_CLI/ozon/GetProductsStocks/bat.txt
new file mode 100644
index 0000000000..aabcb1e610
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetProductsStocks/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint ozon GetProductsStocks ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --filter "{'visibility':'ALL','offer_id':['143210608']}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetPromotionsList/bash.txt b/docs/ru/cli/NEW_CLI/ozon/GetPromotionsList/bash.txt
new file mode 100644
index 0000000000..7d3ff4f05a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetPromotionsList/bash.txt
@@ -0,0 +1,3 @@
+oint ozon GetPromotionsList \
+ --clientid "***" \
+ --apikey "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetPromotionsList/bat.txt b/docs/ru/cli/NEW_CLI/ozon/GetPromotionsList/bat.txt
new file mode 100644
index 0000000000..ce5e5d7ce3
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetPromotionsList/bat.txt
@@ -0,0 +1,3 @@
+oint ozon GetPromotionsList ^
+ --clientid "***" ^
+ --apikey "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetRelatedSKUs/bash.txt b/docs/ru/cli/NEW_CLI/ozon/GetRelatedSKUs/bash.txt
new file mode 100644
index 0000000000..d0e2a1f3e0
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetRelatedSKUs/bash.txt
@@ -0,0 +1,4 @@
+oint ozon GetRelatedSKUs \
+ --clientid "***" \
+ --apikey "***" \
+ --sku 1626044001
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetRelatedSKUs/bat.txt b/docs/ru/cli/NEW_CLI/ozon/GetRelatedSKUs/bat.txt
new file mode 100644
index 0000000000..f5488479f0
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetRelatedSKUs/bat.txt
@@ -0,0 +1,4 @@
+oint ozon GetRelatedSKUs ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --sku 1626044001
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetSimplifiedProductStructure/bash.txt b/docs/ru/cli/NEW_CLI/ozon/GetSimplifiedProductStructure/bash.txt
new file mode 100644
index 0000000000..ee123510a2
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetSimplifiedProductStructure/bash.txt
@@ -0,0 +1,2 @@
+oint ozon GetSimplifiedProductStructure \
+ --empty false
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetSimplifiedProductStructure/bat.txt b/docs/ru/cli/NEW_CLI/ozon/GetSimplifiedProductStructure/bat.txt
new file mode 100644
index 0000000000..8c2cccea6a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetSimplifiedProductStructure/bat.txt
@@ -0,0 +1,2 @@
+oint ozon GetSimplifiedProductStructure ^
+ --empty false
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetWarehousesList/bash.txt b/docs/ru/cli/NEW_CLI/ozon/GetWarehousesList/bash.txt
new file mode 100644
index 0000000000..634ba38ab9
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetWarehousesList/bash.txt
@@ -0,0 +1,3 @@
+oint ozon GetWarehousesList \
+ --clientid "***" \
+ --apikey "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/GetWarehousesList/bat.txt b/docs/ru/cli/NEW_CLI/ozon/GetWarehousesList/bat.txt
new file mode 100644
index 0000000000..eade807540
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/GetWarehousesList/bat.txt
@@ -0,0 +1,3 @@
+oint ozon GetWarehousesList ^
+ --clientid "***" ^
+ --apikey "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/SearchAttributeValue/bash.txt b/docs/ru/cli/NEW_CLI/ozon/SearchAttributeValue/bash.txt
new file mode 100644
index 0000000000..a4640867cb
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/SearchAttributeValue/bash.txt
@@ -0,0 +1,7 @@
+oint ozon SearchAttributeValue \
+ --clientid "***" \
+ --apikey "***" \
+ --categoryid 17054869 \
+ --typeid 97311 \
+ --attributeid 85 \
+ --value "Sunshine"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/SearchAttributeValue/bat.txt b/docs/ru/cli/NEW_CLI/ozon/SearchAttributeValue/bat.txt
new file mode 100644
index 0000000000..ae05085c96
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/SearchAttributeValue/bat.txt
@@ -0,0 +1,7 @@
+oint ozon SearchAttributeValue ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --categoryid 17054869 ^
+ --typeid 97311 ^
+ --attributeid 85 ^
+ --value "Sunshine"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/SetProductDiscount/bash.txt b/docs/ru/cli/NEW_CLI/ozon/SetProductDiscount/bash.txt
new file mode 100644
index 0000000000..37b6350087
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/SetProductDiscount/bash.txt
@@ -0,0 +1,5 @@
+oint ozon SetProductDiscount \
+ --clientid "***" \
+ --apikey "***" \
+ --productid 1156646653 \
+ --discount 10
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/SetProductDiscount/bat.txt b/docs/ru/cli/NEW_CLI/ozon/SetProductDiscount/bat.txt
new file mode 100644
index 0000000000..3e5acb228c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/SetProductDiscount/bat.txt
@@ -0,0 +1,5 @@
+oint ozon SetProductDiscount ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --productid 1156646653 ^
+ --discount 10
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/UnarchiveProducts/bash.txt b/docs/ru/cli/NEW_CLI/ozon/UnarchiveProducts/bash.txt
new file mode 100644
index 0000000000..52532211f3
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/UnarchiveProducts/bash.txt
@@ -0,0 +1,4 @@
+oint ozon UnarchiveProducts \
+ --clientid "***" \
+ --apikey "***" \
+ --products 1225070853
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/UnarchiveProducts/bat.txt b/docs/ru/cli/NEW_CLI/ozon/UnarchiveProducts/bat.txt
new file mode 100644
index 0000000000..f7ce045a6e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/UnarchiveProducts/bat.txt
@@ -0,0 +1,4 @@
+oint ozon UnarchiveProducts ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --products 1225070853
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/UpdateProductImages/bash.txt b/docs/ru/cli/NEW_CLI/ozon/UpdateProductImages/bash.txt
new file mode 100644
index 0000000000..ca5d83541f
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/UpdateProductImages/bash.txt
@@ -0,0 +1,6 @@
+oint ozon UpdateProductImages \
+ --clientid "***" \
+ --apikey "***" \
+ --productid 1225070853 \
+ --images "['https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg']" \
+ --color "GREEN"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/UpdateProductImages/bat.txt b/docs/ru/cli/NEW_CLI/ozon/UpdateProductImages/bat.txt
new file mode 100644
index 0000000000..a40f5410f8
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/UpdateProductImages/bat.txt
@@ -0,0 +1,6 @@
+oint ozon UpdateProductImages ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --productid 1225070853 ^
+ --images "['https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg']" ^
+ --color "GREEN"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/UpdateProductsArticles/bash.txt b/docs/ru/cli/NEW_CLI/ozon/UpdateProductsArticles/bash.txt
new file mode 100644
index 0000000000..f75ff9aba0
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/UpdateProductsArticles/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint ozon UpdateProductsArticles \
+ --clientid "***" \
+ --apikey "***" \
+ --offers "{'143210609':'143210612'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/UpdateProductsArticles/bat.txt b/docs/ru/cli/NEW_CLI/ozon/UpdateProductsArticles/bat.txt
new file mode 100644
index 0000000000..d0de8f2f86
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/UpdateProductsArticles/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint ozon UpdateProductsArticles ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --offers "{'143210609':'143210612'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/UpdateProductsAttributes/bash.txt b/docs/ru/cli/NEW_CLI/ozon/UpdateProductsAttributes/bash.txt
new file mode 100644
index 0000000000..c6b616ca6a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/UpdateProductsAttributes/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint ozon UpdateProductsAttributes \
+ --clientid "***" \
+ --apikey "***" \
+ --items "{'offer_id':'143210609','attributes':[{'id':5076,'complex_id':0,'values':[{'dictionary_value_id':971082156,'value':'Speaker stand'}]},{'id':85,'complex_id':0,'values':[{'dictionary_value_id':5060050,'value':'Samsung'}]},{'id':10096,'complex_id':0,'values':[{'dictionary_value_id':61576,'value':'red'}]}]}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/UpdateProductsAttributes/bat.txt b/docs/ru/cli/NEW_CLI/ozon/UpdateProductsAttributes/bat.txt
new file mode 100644
index 0000000000..59ccd319d4
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/UpdateProductsAttributes/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint ozon UpdateProductsAttributes ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --items "{'offer_id':'143210609','attributes':[{'id':5076,'complex_id':0,'values':[{'dictionary_value_id':971082156,'value':'Speaker stand'}]},{'id':85,'complex_id':0,'values':[{'dictionary_value_id':5060050,'value':'Samsung'}]},{'id':10096,'complex_id':0,'values':[{'dictionary_value_id':61576,'value':'red'}]}]}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/UpdateProductsPrices/bash.txt b/docs/ru/cli/NEW_CLI/ozon/UpdateProductsPrices/bash.txt
new file mode 100644
index 0000000000..d77b697bd5
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/UpdateProductsPrices/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint ozon UpdateProductsPrices \
+ --clientid "***" \
+ --apikey "***" \
+ --prices "{'auto_action_enabled':'DISABLED','currency_code':'RUB','min_price':'1300','offer_id':'143210610','old_price':'1400','price':'1300','price_strategy_enabled':'DISABLED','product_id':1225070853}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/UpdateProductsPrices/bat.txt b/docs/ru/cli/NEW_CLI/ozon/UpdateProductsPrices/bat.txt
new file mode 100644
index 0000000000..66db7eff82
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/UpdateProductsPrices/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint ozon UpdateProductsPrices ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --prices "{'auto_action_enabled':'DISABLED','currency_code':'RUB','min_price':'1300','offer_id':'143210610','old_price':'1400','price':'1300','price_strategy_enabled':'DISABLED','product_id':1225070853}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/UpdateProductsStocks/bash.txt b/docs/ru/cli/NEW_CLI/ozon/UpdateProductsStocks/bash.txt
new file mode 100644
index 0000000000..336803b199
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/UpdateProductsStocks/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint ozon UpdateProductsStocks \
+ --clientid "***" \
+ --apikey "***" \
+ --stocks "{'offer_id':'143210610','product_id':1225070853,'stock':20,'warehouse_id':1}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/UpdateProductsStocks/bat.txt b/docs/ru/cli/NEW_CLI/ozon/UpdateProductsStocks/bat.txt
new file mode 100644
index 0000000000..163130dd63
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/UpdateProductsStocks/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint ozon UpdateProductsStocks ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --stocks "{'offer_id':'143210610','product_id':1225070853,'stock':20,'warehouse_id':1}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/UploadProductActivationCodes/bash.txt b/docs/ru/cli/NEW_CLI/ozon/UploadProductActivationCodes/bash.txt
new file mode 100644
index 0000000000..6afe1d1ec5
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/UploadProductActivationCodes/bash.txt
@@ -0,0 +1,5 @@
+oint ozon UploadProductActivationCodes \
+ --clientid "***" \
+ --apikey "***" \
+ --productid 1225070853 \
+ --codes "['11111111','22222222']"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/ozon/UploadProductActivationCodes/bat.txt b/docs/ru/cli/NEW_CLI/ozon/UploadProductActivationCodes/bat.txt
new file mode 100644
index 0000000000..5753b89fc5
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/ozon/UploadProductActivationCodes/bat.txt
@@ -0,0 +1,5 @@
+oint ozon UploadProductActivationCodes ^
+ --clientid "***" ^
+ --apikey "***" ^
+ --productid 1225070853 ^
+ --codes "['11111111','22222222']"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/AddExternalFile/bash.txt b/docs/ru/cli/NEW_CLI/slack/AddExternalFile/bash.txt
new file mode 100644
index 0000000000..b72d38b3fb
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/AddExternalFile/bash.txt
@@ -0,0 +1,4 @@
+oint slack AddExternalFile \
+ --token "***" \
+ --url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" \
+ --title "NewFile"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/AddExternalFile/bat.txt b/docs/ru/cli/NEW_CLI/slack/AddExternalFile/bat.txt
new file mode 100644
index 0000000000..23be955d6e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/AddExternalFile/bat.txt
@@ -0,0 +1,4 @@
+oint slack AddExternalFile ^
+ --token "***" ^
+ --url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" ^
+ --title "NewFile"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/ArchiveChannel/bash.txt b/docs/ru/cli/NEW_CLI/slack/ArchiveChannel/bash.txt
new file mode 100644
index 0000000000..10f771af61
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/ArchiveChannel/bash.txt
@@ -0,0 +1,3 @@
+oint slack ArchiveChannel \
+ --token "***" \
+ --channel "C07SCL59CKB"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/ArchiveChannel/bat.txt b/docs/ru/cli/NEW_CLI/slack/ArchiveChannel/bat.txt
new file mode 100644
index 0000000000..f54461f050
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/ArchiveChannel/bat.txt
@@ -0,0 +1,3 @@
+oint slack ArchiveChannel ^
+ --token "***" ^
+ --channel "C07SCL59CKB"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/CloseDialog/bash.txt b/docs/ru/cli/NEW_CLI/slack/CloseDialog/bash.txt
new file mode 100644
index 0000000000..4d54f90883
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/CloseDialog/bash.txt
@@ -0,0 +1,3 @@
+oint slack CloseDialog \
+ --token "***" \
+ --conv "D06UAKK1C6R"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/CloseDialog/bat.txt b/docs/ru/cli/NEW_CLI/slack/CloseDialog/bat.txt
new file mode 100644
index 0000000000..dce77347d1
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/CloseDialog/bat.txt
@@ -0,0 +1,3 @@
+oint slack CloseDialog ^
+ --token "***" ^
+ --conv "D06UAKK1C6R"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/CreateChannel/bash.txt b/docs/ru/cli/NEW_CLI/slack/CreateChannel/bash.txt
new file mode 100644
index 0000000000..94438c7ab6
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/CreateChannel/bash.txt
@@ -0,0 +1,4 @@
+oint slack CreateChannel \
+ --token "***" \
+ --title "testconv6f1c1ee9-97d8-4c17-893d-e1f2d32f7f4f" \
+ --private false
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/CreateChannel/bat.txt b/docs/ru/cli/NEW_CLI/slack/CreateChannel/bat.txt
new file mode 100644
index 0000000000..7148c11e4e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/CreateChannel/bat.txt
@@ -0,0 +1,4 @@
+oint slack CreateChannel ^
+ --token "***" ^
+ --title "testconv6f1c1ee9-97d8-4c17-893d-e1f2d32f7f4f" ^
+ --private false
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/DeleteExternalFile/bash.txt b/docs/ru/cli/NEW_CLI/slack/DeleteExternalFile/bash.txt
new file mode 100644
index 0000000000..5fe54e605a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/DeleteExternalFile/bash.txt
@@ -0,0 +1,3 @@
+oint slack DeleteExternalFile \
+ --token "***" \
+ --fileid "F07SNPM2N9W"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/DeleteExternalFile/bat.txt b/docs/ru/cli/NEW_CLI/slack/DeleteExternalFile/bat.txt
new file mode 100644
index 0000000000..cb501de505
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/DeleteExternalFile/bat.txt
@@ -0,0 +1,3 @@
+oint slack DeleteExternalFile ^
+ --token "***" ^
+ --fileid "F07SNPM2N9W"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/DeleteFile/bash.txt b/docs/ru/cli/NEW_CLI/slack/DeleteFile/bash.txt
new file mode 100644
index 0000000000..b3d073f2f7
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/DeleteFile/bash.txt
@@ -0,0 +1,3 @@
+oint slack DeleteFile \
+ --token "***" \
+ --fileid "F07S2EXM5PW"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/DeleteFile/bat.txt b/docs/ru/cli/NEW_CLI/slack/DeleteFile/bat.txt
new file mode 100644
index 0000000000..87bad954de
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/DeleteFile/bat.txt
@@ -0,0 +1,3 @@
+oint slack DeleteFile ^
+ --token "***" ^
+ --fileid "F07S2EXM5PW"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/DeleteMessage/bash.txt b/docs/ru/cli/NEW_CLI/slack/DeleteMessage/bash.txt
new file mode 100644
index 0000000000..41b7882acf
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/DeleteMessage/bash.txt
@@ -0,0 +1,4 @@
+oint slack DeleteMessage \
+ --token "***" \
+ --channel "C06UFNUTKUL" \
+ --stamp "1729018199.568239"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/DeleteMessage/bat.txt b/docs/ru/cli/NEW_CLI/slack/DeleteMessage/bat.txt
new file mode 100644
index 0000000000..42031f979f
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/DeleteMessage/bat.txt
@@ -0,0 +1,4 @@
+oint slack DeleteMessage ^
+ --token "***" ^
+ --channel "C06UFNUTKUL" ^
+ --stamp "1729018199.568239"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/EditMessage/bash.txt b/docs/ru/cli/NEW_CLI/slack/EditMessage/bash.txt
new file mode 100644
index 0000000000..3472181f18
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/EditMessage/bash.txt
@@ -0,0 +1,5 @@
+oint slack EditMessage \
+ --token "***" \
+ --channel "C06UFNUTKUL" \
+ --stamp "1729018199.568239" \
+ --text "TestMessage2"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/EditMessage/bat.txt b/docs/ru/cli/NEW_CLI/slack/EditMessage/bat.txt
new file mode 100644
index 0000000000..46ea597236
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/EditMessage/bat.txt
@@ -0,0 +1,5 @@
+oint slack EditMessage ^
+ --token "***" ^
+ --channel "C06UFNUTKUL" ^
+ --stamp "1729018199.568239" ^
+ --text "TestMessage2"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GenerateImageBlock/bash.txt b/docs/ru/cli/NEW_CLI/slack/GenerateImageBlock/bash.txt
new file mode 100644
index 0000000000..e1c74b2abe
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GenerateImageBlock/bash.txt
@@ -0,0 +1,3 @@
+oint slack GenerateImageBlock \
+ --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \
+ --alt "Image"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GenerateImageBlock/bat.txt b/docs/ru/cli/NEW_CLI/slack/GenerateImageBlock/bat.txt
new file mode 100644
index 0000000000..1edd01cc8a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GenerateImageBlock/bat.txt
@@ -0,0 +1,3 @@
+oint slack GenerateImageBlock ^
+ --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" ^
+ --alt "Image"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GetBotInformation/bash.txt b/docs/ru/cli/NEW_CLI/slack/GetBotInformation/bash.txt
new file mode 100644
index 0000000000..33d98ecf31
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GetBotInformation/bash.txt
@@ -0,0 +1,2 @@
+oint slack GetBotInformation \
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GetBotInformation/bat.txt b/docs/ru/cli/NEW_CLI/slack/GetBotInformation/bat.txt
new file mode 100644
index 0000000000..4f008a96cd
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GetBotInformation/bat.txt
@@ -0,0 +1,2 @@
+oint slack GetBotInformation ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GetChannel/bash.txt b/docs/ru/cli/NEW_CLI/slack/GetChannel/bash.txt
new file mode 100644
index 0000000000..674299812e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GetChannel/bash.txt
@@ -0,0 +1,3 @@
+oint slack GetChannel \
+ --token "***" \
+ --channel "C07SCL59CKB"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GetChannel/bat.txt b/docs/ru/cli/NEW_CLI/slack/GetChannel/bat.txt
new file mode 100644
index 0000000000..987d999c2c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GetChannel/bat.txt
@@ -0,0 +1,3 @@
+oint slack GetChannel ^
+ --token "***" ^
+ --channel "C07SCL59CKB"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GetChannelHistory/bash.txt b/docs/ru/cli/NEW_CLI/slack/GetChannelHistory/bash.txt
new file mode 100644
index 0000000000..3cfa265b45
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GetChannelHistory/bash.txt
@@ -0,0 +1,3 @@
+oint slack GetChannelHistory \
+ --token "***" \
+ --channel "C07SCL59CKB"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GetChannelHistory/bat.txt b/docs/ru/cli/NEW_CLI/slack/GetChannelHistory/bat.txt
new file mode 100644
index 0000000000..94720052dd
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GetChannelHistory/bat.txt
@@ -0,0 +1,3 @@
+oint slack GetChannelHistory ^
+ --token "***" ^
+ --channel "C07SCL59CKB"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GetChannelList/bash.txt b/docs/ru/cli/NEW_CLI/slack/GetChannelList/bash.txt
new file mode 100644
index 0000000000..5e8c0c59d2
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GetChannelList/bash.txt
@@ -0,0 +1,2 @@
+oint slack GetChannelList \
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GetChannelList/bat.txt b/docs/ru/cli/NEW_CLI/slack/GetChannelList/bat.txt
new file mode 100644
index 0000000000..473973a35f
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GetChannelList/bat.txt
@@ -0,0 +1,2 @@
+oint slack GetChannelList ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GetChannelUserList/bash.txt b/docs/ru/cli/NEW_CLI/slack/GetChannelUserList/bash.txt
new file mode 100644
index 0000000000..5d396d46a7
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GetChannelUserList/bash.txt
@@ -0,0 +1,3 @@
+oint slack GetChannelUserList \
+ --token "***" \
+ --channel "C07SCL59CKB"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GetChannelUserList/bat.txt b/docs/ru/cli/NEW_CLI/slack/GetChannelUserList/bat.txt
new file mode 100644
index 0000000000..cfd6056cc8
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GetChannelUserList/bat.txt
@@ -0,0 +1,3 @@
+oint slack GetChannelUserList ^
+ --token "***" ^
+ --channel "C07SCL59CKB"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GetDelayedMessageList/bash.txt b/docs/ru/cli/NEW_CLI/slack/GetDelayedMessageList/bash.txt
new file mode 100644
index 0000000000..022ebc8ef2
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GetDelayedMessageList/bash.txt
@@ -0,0 +1,3 @@
+oint slack GetDelayedMessageList \
+ --token "***" \
+ --channel "C06UFNUTKUL"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GetDelayedMessageList/bat.txt b/docs/ru/cli/NEW_CLI/slack/GetDelayedMessageList/bat.txt
new file mode 100644
index 0000000000..48a8c25233
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GetDelayedMessageList/bat.txt
@@ -0,0 +1,3 @@
+oint slack GetDelayedMessageList ^
+ --token "***" ^
+ --channel "C06UFNUTKUL"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GetExternalFile/bash.txt b/docs/ru/cli/NEW_CLI/slack/GetExternalFile/bash.txt
new file mode 100644
index 0000000000..2f925a3d67
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GetExternalFile/bash.txt
@@ -0,0 +1,3 @@
+oint slack GetExternalFile \
+ --token "***" \
+ --fileid "F07SNPM2N9W"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GetExternalFile/bat.txt b/docs/ru/cli/NEW_CLI/slack/GetExternalFile/bat.txt
new file mode 100644
index 0000000000..aca1dbd551
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GetExternalFile/bat.txt
@@ -0,0 +1,3 @@
+oint slack GetExternalFile ^
+ --token "***" ^
+ --fileid "F07SNPM2N9W"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GetExternalFileList/bash.txt b/docs/ru/cli/NEW_CLI/slack/GetExternalFileList/bash.txt
new file mode 100644
index 0000000000..2880370288
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GetExternalFileList/bash.txt
@@ -0,0 +1,2 @@
+oint slack GetExternalFileList \
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GetExternalFileList/bat.txt b/docs/ru/cli/NEW_CLI/slack/GetExternalFileList/bat.txt
new file mode 100644
index 0000000000..984e9f8353
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GetExternalFileList/bat.txt
@@ -0,0 +1,2 @@
+oint slack GetExternalFileList ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GetFileData/bash.txt b/docs/ru/cli/NEW_CLI/slack/GetFileData/bash.txt
new file mode 100644
index 0000000000..793f55ce0c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GetFileData/bash.txt
@@ -0,0 +1,3 @@
+oint slack GetFileData \
+ --token "***" \
+ --fileid "F07S2EXM5PW"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GetFileData/bat.txt b/docs/ru/cli/NEW_CLI/slack/GetFileData/bat.txt
new file mode 100644
index 0000000000..47aad34283
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GetFileData/bat.txt
@@ -0,0 +1,3 @@
+oint slack GetFileData ^
+ --token "***" ^
+ --fileid "F07S2EXM5PW"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GetFilesList/bash.txt b/docs/ru/cli/NEW_CLI/slack/GetFilesList/bash.txt
new file mode 100644
index 0000000000..da5618112e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GetFilesList/bash.txt
@@ -0,0 +1,2 @@
+oint slack GetFilesList \
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GetFilesList/bat.txt b/docs/ru/cli/NEW_CLI/slack/GetFilesList/bat.txt
new file mode 100644
index 0000000000..5cfb1ec89d
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GetFilesList/bat.txt
@@ -0,0 +1,2 @@
+oint slack GetFilesList ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GetMessageLink/bash.txt b/docs/ru/cli/NEW_CLI/slack/GetMessageLink/bash.txt
new file mode 100644
index 0000000000..492e388174
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GetMessageLink/bash.txt
@@ -0,0 +1,4 @@
+oint slack GetMessageLink \
+ --token "***" \
+ --channel "C06UFNUTKUL" \
+ --stamp "1729018199.568239"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GetMessageLink/bat.txt b/docs/ru/cli/NEW_CLI/slack/GetMessageLink/bat.txt
new file mode 100644
index 0000000000..19c6cfb2ad
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GetMessageLink/bat.txt
@@ -0,0 +1,4 @@
+oint slack GetMessageLink ^
+ --token "***" ^
+ --channel "C06UFNUTKUL" ^
+ --stamp "1729018199.568239"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GetMessageReplyList/bash.txt b/docs/ru/cli/NEW_CLI/slack/GetMessageReplyList/bash.txt
new file mode 100644
index 0000000000..de956cf008
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GetMessageReplyList/bash.txt
@@ -0,0 +1,4 @@
+oint slack GetMessageReplyList \
+ --token "***" \
+ --channel "C06UFNUTKUL" \
+ --stamp "1729018199.568239"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GetMessageReplyList/bat.txt b/docs/ru/cli/NEW_CLI/slack/GetMessageReplyList/bat.txt
new file mode 100644
index 0000000000..9a29c676a8
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GetMessageReplyList/bat.txt
@@ -0,0 +1,4 @@
+oint slack GetMessageReplyList ^
+ --token "***" ^
+ --channel "C06UFNUTKUL" ^
+ --stamp "1729018199.568239"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GetUserList/bash.txt b/docs/ru/cli/NEW_CLI/slack/GetUserList/bash.txt
new file mode 100644
index 0000000000..d58b3836df
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GetUserList/bash.txt
@@ -0,0 +1,2 @@
+oint slack GetUserList \
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GetUserList/bat.txt b/docs/ru/cli/NEW_CLI/slack/GetUserList/bat.txt
new file mode 100644
index 0000000000..7ec615d13b
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GetUserList/bat.txt
@@ -0,0 +1,2 @@
+oint slack GetUserList ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GetWorkspaceList/bash.txt b/docs/ru/cli/NEW_CLI/slack/GetWorkspaceList/bash.txt
new file mode 100644
index 0000000000..22216e8695
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GetWorkspaceList/bash.txt
@@ -0,0 +1,2 @@
+oint slack GetWorkspaceList \
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/GetWorkspaceList/bat.txt b/docs/ru/cli/NEW_CLI/slack/GetWorkspaceList/bat.txt
new file mode 100644
index 0000000000..9af3bf4456
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/GetWorkspaceList/bat.txt
@@ -0,0 +1,2 @@
+oint slack GetWorkspaceList ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/InviteUsersToChannel/bash.txt b/docs/ru/cli/NEW_CLI/slack/InviteUsersToChannel/bash.txt
new file mode 100644
index 0000000000..f8692fcae2
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/InviteUsersToChannel/bash.txt
@@ -0,0 +1,4 @@
+oint slack InviteUsersToChannel \
+ --token "***" \
+ --channel "C07SCL59CKB" \
+ --users "U06UABH3APP"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/InviteUsersToChannel/bat.txt b/docs/ru/cli/NEW_CLI/slack/InviteUsersToChannel/bat.txt
new file mode 100644
index 0000000000..66ca86ee9d
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/InviteUsersToChannel/bat.txt
@@ -0,0 +1,4 @@
+oint slack InviteUsersToChannel ^
+ --token "***" ^
+ --channel "C07SCL59CKB" ^
+ --users "U06UABH3APP"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/JoinChannel/bash.txt b/docs/ru/cli/NEW_CLI/slack/JoinChannel/bash.txt
new file mode 100644
index 0000000000..bc64b7c7da
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/JoinChannel/bash.txt
@@ -0,0 +1,3 @@
+oint slack JoinChannel \
+ --token "***" \
+ --channel "C07SCL59CKB"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/JoinChannel/bat.txt b/docs/ru/cli/NEW_CLI/slack/JoinChannel/bat.txt
new file mode 100644
index 0000000000..c5a2835711
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/JoinChannel/bat.txt
@@ -0,0 +1,3 @@
+oint slack JoinChannel ^
+ --token "***" ^
+ --channel "C07SCL59CKB"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/KickUserFromChannel/bash.txt b/docs/ru/cli/NEW_CLI/slack/KickUserFromChannel/bash.txt
new file mode 100644
index 0000000000..c29c58f2b3
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/KickUserFromChannel/bash.txt
@@ -0,0 +1,4 @@
+oint slack KickUserFromChannel \
+ --token "***" \
+ --channel "C07SCL59CKB" \
+ --user "U06UABH3APP"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/KickUserFromChannel/bat.txt b/docs/ru/cli/NEW_CLI/slack/KickUserFromChannel/bat.txt
new file mode 100644
index 0000000000..11052393fd
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/KickUserFromChannel/bat.txt
@@ -0,0 +1,4 @@
+oint slack KickUserFromChannel ^
+ --token "***" ^
+ --channel "C07SCL59CKB" ^
+ --user "U06UABH3APP"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/LeaveChannel/bash.txt b/docs/ru/cli/NEW_CLI/slack/LeaveChannel/bash.txt
new file mode 100644
index 0000000000..e413980aeb
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/LeaveChannel/bash.txt
@@ -0,0 +1,3 @@
+oint slack LeaveChannel \
+ --token "***" \
+ --channel "C07SCL59CKB"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/LeaveChannel/bat.txt b/docs/ru/cli/NEW_CLI/slack/LeaveChannel/bat.txt
new file mode 100644
index 0000000000..9b900c504b
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/LeaveChannel/bat.txt
@@ -0,0 +1,3 @@
+oint slack LeaveChannel ^
+ --token "***" ^
+ --channel "C07SCL59CKB"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/MakeFilePrivate/bash.txt b/docs/ru/cli/NEW_CLI/slack/MakeFilePrivate/bash.txt
new file mode 100644
index 0000000000..bd7a621953
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/MakeFilePrivate/bash.txt
@@ -0,0 +1,3 @@
+oint slack MakeFilePrivate \
+ --token "***" \
+ --fileid "F07S2EXM5PW"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/MakeFilePrivate/bat.txt b/docs/ru/cli/NEW_CLI/slack/MakeFilePrivate/bat.txt
new file mode 100644
index 0000000000..d05c7d8df0
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/MakeFilePrivate/bat.txt
@@ -0,0 +1,3 @@
+oint slack MakeFilePrivate ^
+ --token "***" ^
+ --fileid "F07S2EXM5PW"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/MakeFilePublic/bash.txt b/docs/ru/cli/NEW_CLI/slack/MakeFilePublic/bash.txt
new file mode 100644
index 0000000000..48064683f3
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/MakeFilePublic/bash.txt
@@ -0,0 +1,3 @@
+oint slack MakeFilePublic \
+ --token "***" \
+ --fileid "F07S2EXM5PW"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/MakeFilePublic/bat.txt b/docs/ru/cli/NEW_CLI/slack/MakeFilePublic/bat.txt
new file mode 100644
index 0000000000..67e8dff6ff
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/MakeFilePublic/bat.txt
@@ -0,0 +1,3 @@
+oint slack MakeFilePublic ^
+ --token "***" ^
+ --fileid "F07S2EXM5PW"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/OpenDialog/bash.txt b/docs/ru/cli/NEW_CLI/slack/OpenDialog/bash.txt
new file mode 100644
index 0000000000..2d6686818d
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/OpenDialog/bash.txt
@@ -0,0 +1,3 @@
+oint slack OpenDialog \
+ --token "***" \
+ --users "U06UABH3APP"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/OpenDialog/bat.txt b/docs/ru/cli/NEW_CLI/slack/OpenDialog/bat.txt
new file mode 100644
index 0000000000..41d00ec101
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/OpenDialog/bat.txt
@@ -0,0 +1,3 @@
+oint slack OpenDialog ^
+ --token "***" ^
+ --users "U06UABH3APP"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/RenameChannel/bash.txt b/docs/ru/cli/NEW_CLI/slack/RenameChannel/bash.txt
new file mode 100644
index 0000000000..a5d892eebc
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/RenameChannel/bash.txt
@@ -0,0 +1,4 @@
+oint slack RenameChannel \
+ --token "***" \
+ --channel "C07SCL59CKB" \
+ --title "testconv93fa4acd-29e2-4d41-a47d-e1b1a4c307d0"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/RenameChannel/bat.txt b/docs/ru/cli/NEW_CLI/slack/RenameChannel/bat.txt
new file mode 100644
index 0000000000..07cbd529c1
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/RenameChannel/bat.txt
@@ -0,0 +1,4 @@
+oint slack RenameChannel ^
+ --token "***" ^
+ --channel "C07SCL59CKB" ^
+ --title "testconv93fa4acd-29e2-4d41-a47d-e1b1a4c307d0"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/SendEphemeralMessage/bash.txt b/docs/ru/cli/NEW_CLI/slack/SendEphemeralMessage/bash.txt
new file mode 100644
index 0000000000..9b303b5106
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/SendEphemeralMessage/bash.txt
@@ -0,0 +1,8 @@
+# JSON data can also be passed as a path to a .json file
+
+oint slack SendEphemeralMessage \
+ --token "***" \
+ --channel "C06UFNUTKUL" \
+ --text "Ephemeral message" \
+ --user "U06UABH3APP" \
+ --blocks "{'type':'image','image_url':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','alt_text':'Image'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/SendEphemeralMessage/bat.txt b/docs/ru/cli/NEW_CLI/slack/SendEphemeralMessage/bat.txt
new file mode 100644
index 0000000000..87b5d2dd9c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/SendEphemeralMessage/bat.txt
@@ -0,0 +1,8 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint slack SendEphemeralMessage ^
+ --token "***" ^
+ --channel "C06UFNUTKUL" ^
+ --text "Ephemeral message" ^
+ --user "U06UABH3APP" ^
+ --blocks "{'type':'image','image_url':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','alt_text':'Image'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/SendExternalFile/bash.txt b/docs/ru/cli/NEW_CLI/slack/SendExternalFile/bash.txt
new file mode 100644
index 0000000000..31c211c352
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/SendExternalFile/bash.txt
@@ -0,0 +1,4 @@
+oint slack SendExternalFile \
+ --token "***" \
+ --fileid "F07SNPM2N9W" \
+ --channels "C06UFNUTKUL"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/SendExternalFile/bat.txt b/docs/ru/cli/NEW_CLI/slack/SendExternalFile/bat.txt
new file mode 100644
index 0000000000..249609ad3b
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/SendExternalFile/bat.txt
@@ -0,0 +1,4 @@
+oint slack SendExternalFile ^
+ --token "***" ^
+ --fileid "F07SNPM2N9W" ^
+ --channels "C06UFNUTKUL"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/SendMessage/bash.txt b/docs/ru/cli/NEW_CLI/slack/SendMessage/bash.txt
new file mode 100644
index 0000000000..0f7c108225
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/SendMessage/bash.txt
@@ -0,0 +1,5 @@
+oint slack SendMessage \
+ --token "***" \
+ --channel "C06UFNUTKUL" \
+ --text "Sheduled message" \
+ --date 2024-10-16T21:50:03.1795264
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/SendMessage/bat.txt b/docs/ru/cli/NEW_CLI/slack/SendMessage/bat.txt
new file mode 100644
index 0000000000..c60397aeb9
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/SendMessage/bat.txt
@@ -0,0 +1,5 @@
+oint slack SendMessage ^
+ --token "***" ^
+ --channel "C06UFNUTKUL" ^
+ --text "Sheduled message" ^
+ --date 2024-10-16T21:50:03.1795264
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/SetChannelGoal/bash.txt b/docs/ru/cli/NEW_CLI/slack/SetChannelGoal/bash.txt
new file mode 100644
index 0000000000..5c87de0dd8
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/SetChannelGoal/bash.txt
@@ -0,0 +1,4 @@
+oint slack SetChannelGoal \
+ --token "***" \
+ --channel "C07SCL59CKB" \
+ --purpose "TestGoal"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/SetChannelGoal/bat.txt b/docs/ru/cli/NEW_CLI/slack/SetChannelGoal/bat.txt
new file mode 100644
index 0000000000..057efe8026
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/SetChannelGoal/bat.txt
@@ -0,0 +1,4 @@
+oint slack SetChannelGoal ^
+ --token "***" ^
+ --channel "C07SCL59CKB" ^
+ --purpose "TestGoal"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/SetChannelTopic/bash.txt b/docs/ru/cli/NEW_CLI/slack/SetChannelTopic/bash.txt
new file mode 100644
index 0000000000..acacb18bb2
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/SetChannelTopic/bash.txt
@@ -0,0 +1,4 @@
+oint slack SetChannelTopic \
+ --token "***" \
+ --channel "C07SCL59CKB" \
+ --theme "TestTopic"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/SetChannelTopic/bat.txt b/docs/ru/cli/NEW_CLI/slack/SetChannelTopic/bat.txt
new file mode 100644
index 0000000000..b86984a0c6
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/SetChannelTopic/bat.txt
@@ -0,0 +1,4 @@
+oint slack SetChannelTopic ^
+ --token "***" ^
+ --channel "C07SCL59CKB" ^
+ --theme "TestTopic"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/UploadFile/bash.txt b/docs/ru/cli/NEW_CLI/slack/UploadFile/bash.txt
new file mode 100644
index 0000000000..6cdb78d9d5
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/UploadFile/bash.txt
@@ -0,0 +1,6 @@
+oint slack UploadFile \
+ --token "***" \
+ --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" \
+ --filename "megadoc.docx" \
+ --title "NewFile" \
+ --channel "C06UFNUTKUL"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/slack/UploadFile/bat.txt b/docs/ru/cli/NEW_CLI/slack/UploadFile/bat.txt
new file mode 100644
index 0000000000..31227d3d19
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/slack/UploadFile/bat.txt
@@ -0,0 +1,6 @@
+oint slack UploadFile ^
+ --token "***" ^
+ --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" ^
+ --filename "megadoc.docx" ^
+ --title "NewFile" ^
+ --channel "C06UFNUTKUL"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/Ban/bash.txt b/docs/ru/cli/NEW_CLI/telegram/Ban/bash.txt
new file mode 100644
index 0000000000..625ab0a30f
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/Ban/bash.txt
@@ -0,0 +1,4 @@
+oint telegram Ban \
+ --token "***" \
+ --chat "@testsichee" \
+ --user "461699897"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/Ban/bat.txt b/docs/ru/cli/NEW_CLI/telegram/Ban/bat.txt
new file mode 100644
index 0000000000..f0f3fc49b5
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/Ban/bat.txt
@@ -0,0 +1,4 @@
+oint telegram Ban ^
+ --token "***" ^
+ --chat "@testsichee" ^
+ --user "461699897"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/ClearThreadPinnedMessagesList/bash.txt b/docs/ru/cli/NEW_CLI/telegram/ClearThreadPinnedMessagesList/bash.txt
new file mode 100644
index 0000000000..31fbae3b19
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/ClearThreadPinnedMessagesList/bash.txt
@@ -0,0 +1,4 @@
+oint telegram ClearThreadPinnedMessagesList \
+ --token "***" \
+ --forum "-1001971186208" \
+ --topic "5620"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/ClearThreadPinnedMessagesList/bat.txt b/docs/ru/cli/NEW_CLI/telegram/ClearThreadPinnedMessagesList/bat.txt
new file mode 100644
index 0000000000..928042a679
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/ClearThreadPinnedMessagesList/bat.txt
@@ -0,0 +1,4 @@
+oint telegram ClearThreadPinnedMessagesList ^
+ --token "***" ^
+ --forum "-1001971186208" ^
+ --topic "5620"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/CloseForumThread/bash.txt b/docs/ru/cli/NEW_CLI/telegram/CloseForumThread/bash.txt
new file mode 100644
index 0000000000..63b04194f8
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/CloseForumThread/bash.txt
@@ -0,0 +1,4 @@
+oint telegram CloseForumThread \
+ --token "***" \
+ --forum "-1001971186208" \
+ --topic "5620"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/CloseForumThread/bat.txt b/docs/ru/cli/NEW_CLI/telegram/CloseForumThread/bat.txt
new file mode 100644
index 0000000000..c84f5980c0
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/CloseForumThread/bat.txt
@@ -0,0 +1,4 @@
+oint telegram CloseForumThread ^
+ --token "***" ^
+ --forum "-1001971186208" ^
+ --topic "5620"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/CreateForumThread/bash.txt b/docs/ru/cli/NEW_CLI/telegram/CreateForumThread/bash.txt
new file mode 100644
index 0000000000..21e946d7e2
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/CreateForumThread/bash.txt
@@ -0,0 +1,5 @@
+oint telegram CreateForumThread \
+ --token "***" \
+ --forum "-1001971186208" \
+ --icon "5357419403325481346" \
+ --title "TestTopic 9f800914-828e-4257-a474-2c950aa491b7"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/CreateForumThread/bat.txt b/docs/ru/cli/NEW_CLI/telegram/CreateForumThread/bat.txt
new file mode 100644
index 0000000000..3750fe1efd
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/CreateForumThread/bat.txt
@@ -0,0 +1,5 @@
+oint telegram CreateForumThread ^
+ --token "***" ^
+ --forum "-1001971186208" ^
+ --icon "5357419403325481346" ^
+ --title "TestTopic 9f800914-828e-4257-a474-2c950aa491b7"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/CreateInvitationLink/bash.txt b/docs/ru/cli/NEW_CLI/telegram/CreateInvitationLink/bash.txt
new file mode 100644
index 0000000000..cde52d68e4
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/CreateInvitationLink/bash.txt
@@ -0,0 +1,6 @@
+oint telegram CreateInvitationLink \
+ --token "***" \
+ --chat "@testsichee" \
+ --expire 2024-10-16T21:29:12.3992553 \
+ --title "Link 15.10.2024 21:29:12" \
+ --limit 200
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/CreateInvitationLink/bat.txt b/docs/ru/cli/NEW_CLI/telegram/CreateInvitationLink/bat.txt
new file mode 100644
index 0000000000..1786bbe935
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/CreateInvitationLink/bat.txt
@@ -0,0 +1,6 @@
+oint telegram CreateInvitationLink ^
+ --token "***" ^
+ --chat "@testsichee" ^
+ --expire 2024-10-16T21:29:12.3992553 ^
+ --title "Link 15.10.2024 21:29:12" ^
+ --limit 200
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/DeleteForumTopic/bash.txt b/docs/ru/cli/NEW_CLI/telegram/DeleteForumTopic/bash.txt
new file mode 100644
index 0000000000..05f53d08e4
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/DeleteForumTopic/bash.txt
@@ -0,0 +1,4 @@
+oint telegram DeleteForumTopic \
+ --token "***" \
+ --forum "-1001971186208" \
+ --topic "5620"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/DeleteForumTopic/bat.txt b/docs/ru/cli/NEW_CLI/telegram/DeleteForumTopic/bat.txt
new file mode 100644
index 0000000000..3171776869
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/DeleteForumTopic/bat.txt
@@ -0,0 +1,4 @@
+oint telegram DeleteForumTopic ^
+ --token "***" ^
+ --forum "-1001971186208" ^
+ --topic "5620"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/DeleteMessage/bash.txt b/docs/ru/cli/NEW_CLI/telegram/DeleteMessage/bash.txt
new file mode 100644
index 0000000000..194c9fc2dc
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/DeleteMessage/bash.txt
@@ -0,0 +1,4 @@
+oint telegram DeleteMessage \
+ --token "***" \
+ --chat "@testsichee" \
+ --message "9827"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/DeleteMessage/bat.txt b/docs/ru/cli/NEW_CLI/telegram/DeleteMessage/bat.txt
new file mode 100644
index 0000000000..530fead0fe
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/DeleteMessage/bat.txt
@@ -0,0 +1,4 @@
+oint telegram DeleteMessage ^
+ --token "***" ^
+ --chat "@testsichee" ^
+ --message "9827"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/DeleteWebhook/bash.txt b/docs/ru/cli/NEW_CLI/telegram/DeleteWebhook/bash.txt
new file mode 100644
index 0000000000..35df0b7904
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/DeleteWebhook/bash.txt
@@ -0,0 +1,2 @@
+oint telegram DeleteWebhook \
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/DeleteWebhook/bat.txt b/docs/ru/cli/NEW_CLI/telegram/DeleteWebhook/bat.txt
new file mode 100644
index 0000000000..795e08da9f
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/DeleteWebhook/bat.txt
@@ -0,0 +1,2 @@
+oint telegram DeleteWebhook ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/DownloadFile/bash.txt b/docs/ru/cli/NEW_CLI/telegram/DownloadFile/bash.txt
new file mode 100644
index 0000000000..1db284c193
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/DownloadFile/bash.txt
@@ -0,0 +1,3 @@
+oint telegram DownloadFile \
+ --token "***" \
+ --fileid "CQACAgIAAx0EcNsaZQACJmlnDrQKWTEcFCPJrNEnXehZZcG2sQACvGEAAn9NcEiTfzTUWvK4wjYE"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/DownloadFile/bat.txt b/docs/ru/cli/NEW_CLI/telegram/DownloadFile/bat.txt
new file mode 100644
index 0000000000..afafea9ff3
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/DownloadFile/bat.txt
@@ -0,0 +1,3 @@
+oint telegram DownloadFile ^
+ --token "***" ^
+ --fileid "CQACAgIAAx0EcNsaZQACJmlnDrQKWTEcFCPJrNEnXehZZcG2sQACvGEAAn9NcEiTfzTUWvK4wjYE"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/EditForumTopic/bash.txt b/docs/ru/cli/NEW_CLI/telegram/EditForumTopic/bash.txt
new file mode 100644
index 0000000000..e947f5a175
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/EditForumTopic/bash.txt
@@ -0,0 +1,6 @@
+oint telegram EditForumTopic \
+ --token "***" \
+ --forum "-1001971186208" \
+ --icon "5310132165583840589" \
+ --title "NewTestTitle" \
+ --topic "5620"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/EditForumTopic/bat.txt b/docs/ru/cli/NEW_CLI/telegram/EditForumTopic/bat.txt
new file mode 100644
index 0000000000..91b756834f
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/EditForumTopic/bat.txt
@@ -0,0 +1,6 @@
+oint telegram EditForumTopic ^
+ --token "***" ^
+ --forum "-1001971186208" ^
+ --icon "5310132165583840589" ^
+ --title "NewTestTitle" ^
+ --topic "5620"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/EditMainForumTopicName/bash.txt b/docs/ru/cli/NEW_CLI/telegram/EditMainForumTopicName/bash.txt
new file mode 100644
index 0000000000..8188c3afab
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/EditMainForumTopicName/bash.txt
@@ -0,0 +1,4 @@
+oint telegram EditMainForumTopicName \
+ --token "***" \
+ --forum "-1001971186208" \
+ --title "New main thread name c0ebb69c-8e7d-47fa-a72f-c0c16f7a0a18"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/EditMainForumTopicName/bat.txt b/docs/ru/cli/NEW_CLI/telegram/EditMainForumTopicName/bat.txt
new file mode 100644
index 0000000000..63298d8bc8
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/EditMainForumTopicName/bat.txt
@@ -0,0 +1,4 @@
+oint telegram EditMainForumTopicName ^
+ --token "***" ^
+ --forum "-1001971186208" ^
+ --title "New main thread name c0ebb69c-8e7d-47fa-a72f-c0c16f7a0a18"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/FormKeyboardFromButtonArray/bash.txt b/docs/ru/cli/NEW_CLI/telegram/FormKeyboardFromButtonArray/bash.txt
new file mode 100644
index 0000000000..2341b0f1a4
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/FormKeyboardFromButtonArray/bash.txt
@@ -0,0 +1,2 @@
+oint telegram FormKeyboardFromButtonArray \
+ --buttons "['Button1','Button2','Button3']"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/FormKeyboardFromButtonArray/bat.txt b/docs/ru/cli/NEW_CLI/telegram/FormKeyboardFromButtonArray/bat.txt
new file mode 100644
index 0000000000..e18b36faee
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/FormKeyboardFromButtonArray/bat.txt
@@ -0,0 +1,2 @@
+oint telegram FormKeyboardFromButtonArray ^
+ --buttons "['Button1','Button2','Button3']"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/ForwardMessage/bash.txt b/docs/ru/cli/NEW_CLI/telegram/ForwardMessage/bash.txt
new file mode 100644
index 0000000000..dd8e44f1bf
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/ForwardMessage/bash.txt
@@ -0,0 +1,5 @@
+oint telegram ForwardMessage \
+ --token "***" \
+ --from "@testsichee" \
+ --to "461699897" \
+ --message "9827"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/ForwardMessage/bat.txt b/docs/ru/cli/NEW_CLI/telegram/ForwardMessage/bat.txt
new file mode 100644
index 0000000000..8b16093b23
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/ForwardMessage/bat.txt
@@ -0,0 +1,5 @@
+oint telegram ForwardMessage ^
+ --token "***" ^
+ --from "@testsichee" ^
+ --to "461699897" ^
+ --message "9827"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/GetAvatarIconList/bash.txt b/docs/ru/cli/NEW_CLI/telegram/GetAvatarIconList/bash.txt
new file mode 100644
index 0000000000..0157792ef1
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/GetAvatarIconList/bash.txt
@@ -0,0 +1,2 @@
+oint telegram GetAvatarIconList \
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/GetAvatarIconList/bat.txt b/docs/ru/cli/NEW_CLI/telegram/GetAvatarIconList/bat.txt
new file mode 100644
index 0000000000..35121287f9
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/GetAvatarIconList/bat.txt
@@ -0,0 +1,2 @@
+oint telegram GetAvatarIconList ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/GetBotInformation/bash.txt b/docs/ru/cli/NEW_CLI/telegram/GetBotInformation/bash.txt
new file mode 100644
index 0000000000..1aae022c07
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/GetBotInformation/bash.txt
@@ -0,0 +1,2 @@
+oint telegram GetBotInformation \
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/GetBotInformation/bat.txt b/docs/ru/cli/NEW_CLI/telegram/GetBotInformation/bat.txt
new file mode 100644
index 0000000000..0069389e08
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/GetBotInformation/bat.txt
@@ -0,0 +1,2 @@
+oint telegram GetBotInformation ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/GetParticipantCount/bash.txt b/docs/ru/cli/NEW_CLI/telegram/GetParticipantCount/bash.txt
new file mode 100644
index 0000000000..ab8d12fe4d
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/GetParticipantCount/bash.txt
@@ -0,0 +1,3 @@
+oint telegram GetParticipantCount \
+ --token "***" \
+ --chat "@testsichee"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/GetParticipantCount/bat.txt b/docs/ru/cli/NEW_CLI/telegram/GetParticipantCount/bat.txt
new file mode 100644
index 0000000000..773b8036ce
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/GetParticipantCount/bat.txt
@@ -0,0 +1,3 @@
+oint telegram GetParticipantCount ^
+ --token "***" ^
+ --chat "@testsichee"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/GetUpdates/bash.txt b/docs/ru/cli/NEW_CLI/telegram/GetUpdates/bash.txt
new file mode 100644
index 0000000000..0ec0fe03e1
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/GetUpdates/bash.txt
@@ -0,0 +1,2 @@
+oint telegram GetUpdates \
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/GetUpdates/bat.txt b/docs/ru/cli/NEW_CLI/telegram/GetUpdates/bat.txt
new file mode 100644
index 0000000000..a6eb02492a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/GetUpdates/bat.txt
@@ -0,0 +1,2 @@
+oint telegram GetUpdates ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/HideMainForumTopic/bash.txt b/docs/ru/cli/NEW_CLI/telegram/HideMainForumTopic/bash.txt
new file mode 100644
index 0000000000..79e0b18040
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/HideMainForumTopic/bash.txt
@@ -0,0 +1,3 @@
+oint telegram HideMainForumTopic \
+ --token "***" \
+ --forum "-1001971186208"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/HideMainForumTopic/bat.txt b/docs/ru/cli/NEW_CLI/telegram/HideMainForumTopic/bat.txt
new file mode 100644
index 0000000000..9c0c23b877
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/HideMainForumTopic/bat.txt
@@ -0,0 +1,3 @@
+oint telegram HideMainForumTopic ^
+ --token "***" ^
+ --forum "-1001971186208"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/OpenForumThread/bash.txt b/docs/ru/cli/NEW_CLI/telegram/OpenForumThread/bash.txt
new file mode 100644
index 0000000000..b82f1f7e18
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/OpenForumThread/bash.txt
@@ -0,0 +1,4 @@
+oint telegram OpenForumThread \
+ --token "***" \
+ --forum "-1001971186208" \
+ --topic "5620"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/OpenForumThread/bat.txt b/docs/ru/cli/NEW_CLI/telegram/OpenForumThread/bat.txt
new file mode 100644
index 0000000000..b5a46604bc
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/OpenForumThread/bat.txt
@@ -0,0 +1,4 @@
+oint telegram OpenForumThread ^
+ --token "***" ^
+ --forum "-1001971186208" ^
+ --topic "5620"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/PinMessage/bash.txt b/docs/ru/cli/NEW_CLI/telegram/PinMessage/bash.txt
new file mode 100644
index 0000000000..6ea6e6c6d6
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/PinMessage/bash.txt
@@ -0,0 +1,4 @@
+oint telegram PinMessage \
+ --token "***" \
+ --chat "@testsichee" \
+ --message "9827"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/PinMessage/bat.txt b/docs/ru/cli/NEW_CLI/telegram/PinMessage/bat.txt
new file mode 100644
index 0000000000..d229382393
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/PinMessage/bat.txt
@@ -0,0 +1,4 @@
+oint telegram PinMessage ^
+ --token "***" ^
+ --chat "@testsichee" ^
+ --message "9827"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/SendAudio/bash.txt b/docs/ru/cli/NEW_CLI/telegram/SendAudio/bash.txt
new file mode 100644
index 0000000000..2bf98cb120
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/SendAudio/bash.txt
@@ -0,0 +1,5 @@
+oint telegram SendAudio \
+ --token "***" \
+ --chat "@testsichee" \
+ --text "Строковое значение" \
+ --audio "C:\Users\Administrator\AppData\Local\Temp\yafmhgnf3dy.mp3"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/SendAudio/bat.txt b/docs/ru/cli/NEW_CLI/telegram/SendAudio/bat.txt
new file mode 100644
index 0000000000..67842de736
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/SendAudio/bat.txt
@@ -0,0 +1,5 @@
+oint telegram SendAudio ^
+ --token "***" ^
+ --chat "@testsichee" ^
+ --text "Строковое значение" ^
+ --audio "C:\Users\Administrator\AppData\Local\Temp\yafmhgnf3dy.mp3"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/SendContact/bash.txt b/docs/ru/cli/NEW_CLI/telegram/SendContact/bash.txt
new file mode 100644
index 0000000000..76c9aa2b0e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/SendContact/bash.txt
@@ -0,0 +1,6 @@
+oint telegram SendContact \
+ --token "***" \
+ --chat "@testsichee" \
+ --surname "Петров" \
+ --phone "88005553535" \
+ --name "Петр"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/SendContact/bat.txt b/docs/ru/cli/NEW_CLI/telegram/SendContact/bat.txt
new file mode 100644
index 0000000000..e48db0c140
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/SendContact/bat.txt
@@ -0,0 +1,6 @@
+oint telegram SendContact ^
+ --token "***" ^
+ --chat "@testsichee" ^
+ --surname "Петров" ^
+ --phone "88005553535" ^
+ --name "Петр"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/SendDocument/bash.txt b/docs/ru/cli/NEW_CLI/telegram/SendDocument/bash.txt
new file mode 100644
index 0000000000..37e12b1c4c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/SendDocument/bash.txt
@@ -0,0 +1,6 @@
+oint telegram SendDocument \
+ --token "***" \
+ --chat "@testsichee" \
+ --text "Строковое значение" \
+ --doc "C:\Users\Administrator\AppData\Local\Temp\puczu5ybdpv.docx" \
+ --filename "custom.docx"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/SendDocument/bat.txt b/docs/ru/cli/NEW_CLI/telegram/SendDocument/bat.txt
new file mode 100644
index 0000000000..d90cffd1c4
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/SendDocument/bat.txt
@@ -0,0 +1,6 @@
+oint telegram SendDocument ^
+ --token "***" ^
+ --chat "@testsichee" ^
+ --text "Строковое значение" ^
+ --doc "C:\Users\Administrator\AppData\Local\Temp\puczu5ybdpv.docx" ^
+ --filename "custom.docx"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/SendGif/bash.txt b/docs/ru/cli/NEW_CLI/telegram/SendGif/bash.txt
new file mode 100644
index 0000000000..b89023fced
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/SendGif/bash.txt
@@ -0,0 +1,5 @@
+oint telegram SendGif \
+ --token "***" \
+ --chat "@testsichee" \
+ --text "Строковое значение" \
+ --gif "C:\Users\Administrator\AppData\Local\Temp\tnnhbmno5yd.gif"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/SendGif/bat.txt b/docs/ru/cli/NEW_CLI/telegram/SendGif/bat.txt
new file mode 100644
index 0000000000..655acb9bd1
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/SendGif/bat.txt
@@ -0,0 +1,5 @@
+oint telegram SendGif ^
+ --token "***" ^
+ --chat "@testsichee" ^
+ --text "Строковое значение" ^
+ --gif "C:\Users\Administrator\AppData\Local\Temp\tnnhbmno5yd.gif"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/SendImage/bash.txt b/docs/ru/cli/NEW_CLI/telegram/SendImage/bash.txt
new file mode 100644
index 0000000000..646fe6b07a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/SendImage/bash.txt
@@ -0,0 +1,5 @@
+oint telegram SendImage \
+ --token "***" \
+ --chat "@testsichee" \
+ --text "Строковое значение" \
+ --picture "C:\Users\Administrator\AppData\Local\Temp\3f0mmdrwxmj.png"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/SendImage/bat.txt b/docs/ru/cli/NEW_CLI/telegram/SendImage/bat.txt
new file mode 100644
index 0000000000..04e7a2566c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/SendImage/bat.txt
@@ -0,0 +1,5 @@
+oint telegram SendImage ^
+ --token "***" ^
+ --chat "@testsichee" ^
+ --text "Строковое значение" ^
+ --picture "C:\Users\Administrator\AppData\Local\Temp\3f0mmdrwxmj.png"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/SendLocation/bash.txt b/docs/ru/cli/NEW_CLI/telegram/SendLocation/bash.txt
new file mode 100644
index 0000000000..a665223860
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/SendLocation/bash.txt
@@ -0,0 +1,5 @@
+oint telegram SendLocation \
+ --token "***" \
+ --chat "@testsichee" \
+ --lat "48.87373649724122" \
+ --long "48.87373649724122"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/SendLocation/bat.txt b/docs/ru/cli/NEW_CLI/telegram/SendLocation/bat.txt
new file mode 100644
index 0000000000..e09070b9a2
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/SendLocation/bat.txt
@@ -0,0 +1,5 @@
+oint telegram SendLocation ^
+ --token "***" ^
+ --chat "@testsichee" ^
+ --lat "48.87373649724122" ^
+ --long "48.87373649724122"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/SendMediaGroup/bash.txt b/docs/ru/cli/NEW_CLI/telegram/SendMediaGroup/bash.txt
new file mode 100644
index 0000000000..3e712b4e77
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/SendMediaGroup/bash.txt
@@ -0,0 +1,7 @@
+# JSON data can also be passed as a path to a .json file
+
+oint telegram SendMediaGroup \
+ --token "***" \
+ --chat "@testsichee" \
+ --text "Строковое значение" \
+ --media "{'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx':'document','C:\\Users\\Administrator\\AppData\\Local\\Temp\\oahuj0aiuwm.docx':'document'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/SendMediaGroup/bat.txt b/docs/ru/cli/NEW_CLI/telegram/SendMediaGroup/bat.txt
new file mode 100644
index 0000000000..82b7cc4490
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/SendMediaGroup/bat.txt
@@ -0,0 +1,7 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint telegram SendMediaGroup ^
+ --token "***" ^
+ --chat "@testsichee" ^
+ --text "Строковое значение" ^
+ --media "{'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx':'document','C:\\Users\\Administrator\\AppData\\Local\\Temp\\oahuj0aiuwm.docx':'document'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/SendPoll/bash.txt b/docs/ru/cli/NEW_CLI/telegram/SendPoll/bash.txt
new file mode 100644
index 0000000000..773044e44d
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/SendPoll/bash.txt
@@ -0,0 +1,5 @@
+oint telegram SendPoll \
+ --token "***" \
+ --chat "@testsichee" \
+ --question "What's your favorite color?" \
+ --options "['Red','Yellow','Green','Blue']"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/SendPoll/bat.txt b/docs/ru/cli/NEW_CLI/telegram/SendPoll/bat.txt
new file mode 100644
index 0000000000..933a3b6a7a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/SendPoll/bat.txt
@@ -0,0 +1,5 @@
+oint telegram SendPoll ^
+ --token "***" ^
+ --chat "@testsichee" ^
+ --question "What's your favorite color?" ^
+ --options "['Red','Yellow','Green','Blue']"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/SendTextMessage/bash.txt b/docs/ru/cli/NEW_CLI/telegram/SendTextMessage/bash.txt
new file mode 100644
index 0000000000..8be1ee052f
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/SendTextMessage/bash.txt
@@ -0,0 +1,5 @@
+oint telegram SendTextMessage \
+ --token "***" \
+ --chat "@testsichee" \
+ --text "Text %%F0%%9F%%A5%%9D and emoji \(10%%\)" \
+ --parsemode "MarkdownV2"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/SendTextMessage/bat.txt b/docs/ru/cli/NEW_CLI/telegram/SendTextMessage/bat.txt
new file mode 100644
index 0000000000..dcb18ae2d3
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/SendTextMessage/bat.txt
@@ -0,0 +1,5 @@
+oint telegram SendTextMessage ^
+ --token "***" ^
+ --chat "@testsichee" ^
+ --text "Text %%F0%%9F%%A5%%9D and emoji \(10%%\)" ^
+ --parsemode "MarkdownV2"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/SendVideo/bash.txt b/docs/ru/cli/NEW_CLI/telegram/SendVideo/bash.txt
new file mode 100644
index 0000000000..57d9da8f4e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/SendVideo/bash.txt
@@ -0,0 +1,5 @@
+oint telegram SendVideo \
+ --token "***" \
+ --chat "@testsichee" \
+ --text "Строковое значение" \
+ --video "C:\Users\Administrator\AppData\Local\Temp\uysc0um0by5.mp4"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/SendVideo/bat.txt b/docs/ru/cli/NEW_CLI/telegram/SendVideo/bat.txt
new file mode 100644
index 0000000000..a3e6823897
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/SendVideo/bat.txt
@@ -0,0 +1,5 @@
+oint telegram SendVideo ^
+ --token "***" ^
+ --chat "@testsichee" ^
+ --text "Строковое значение" ^
+ --video "C:\Users\Administrator\AppData\Local\Temp\uysc0um0by5.mp4"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/SetWebhook/bash.txt b/docs/ru/cli/NEW_CLI/telegram/SetWebhook/bash.txt
new file mode 100644
index 0000000000..7cb3415268
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/SetWebhook/bash.txt
@@ -0,0 +1,3 @@
+oint telegram SetWebhook \
+ --token "***" \
+ --url "https://api.athenaeum.digital/opi/hs/twitter"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/SetWebhook/bat.txt b/docs/ru/cli/NEW_CLI/telegram/SetWebhook/bat.txt
new file mode 100644
index 0000000000..f83e92e0a5
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/SetWebhook/bat.txt
@@ -0,0 +1,3 @@
+oint telegram SetWebhook ^
+ --token "***" ^
+ --url "https://api.athenaeum.digital/opi/hs/twitter"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/ShowMainForumTopic/bash.txt b/docs/ru/cli/NEW_CLI/telegram/ShowMainForumTopic/bash.txt
new file mode 100644
index 0000000000..996353afcc
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/ShowMainForumTopic/bash.txt
@@ -0,0 +1,3 @@
+oint telegram ShowMainForumTopic \
+ --token "***" \
+ --forum "-1001971186208"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/ShowMainForumTopic/bat.txt b/docs/ru/cli/NEW_CLI/telegram/ShowMainForumTopic/bat.txt
new file mode 100644
index 0000000000..93ba6afc68
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/ShowMainForumTopic/bat.txt
@@ -0,0 +1,3 @@
+oint telegram ShowMainForumTopic ^
+ --token "***" ^
+ --forum "-1001971186208"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/Unban/bash.txt b/docs/ru/cli/NEW_CLI/telegram/Unban/bash.txt
new file mode 100644
index 0000000000..4cd859f89c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/Unban/bash.txt
@@ -0,0 +1,4 @@
+oint telegram Unban \
+ --token "***" \
+ --chat "@testsichee" \
+ --user "461699897"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/Unban/bat.txt b/docs/ru/cli/NEW_CLI/telegram/Unban/bat.txt
new file mode 100644
index 0000000000..d3760e7c8d
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/Unban/bat.txt
@@ -0,0 +1,4 @@
+oint telegram Unban ^
+ --token "***" ^
+ --chat "@testsichee" ^
+ --user "461699897"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/UnpinMessage/bash.txt b/docs/ru/cli/NEW_CLI/telegram/UnpinMessage/bash.txt
new file mode 100644
index 0000000000..6cded34bd7
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/UnpinMessage/bash.txt
@@ -0,0 +1,4 @@
+oint telegram UnpinMessage \
+ --token "***" \
+ --chat "@testsichee" \
+ --message "9827"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/telegram/UnpinMessage/bat.txt b/docs/ru/cli/NEW_CLI/telegram/UnpinMessage/bat.txt
new file mode 100644
index 0000000000..a91f23d2f3
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/telegram/UnpinMessage/bat.txt
@@ -0,0 +1,4 @@
+oint telegram UnpinMessage ^
+ --token "***" ^
+ --chat "@testsichee" ^
+ --message "9827"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/twitter/CreateCustomTweet/bash.txt b/docs/ru/cli/NEW_CLI/twitter/CreateCustomTweet/bash.txt
new file mode 100644
index 0000000000..c7d04ce0fb
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/twitter/CreateCustomTweet/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint twitter CreateCustomTweet \
+ --text "TestTweet7109e9c1-14b6-4fa0-82f6-df37754c74d7" \
+ --media "['1846255872927817730','1846255893043642369']" \
+ --auth "{'redirect_uri':'https://api.athenaeum.digital/opi/hs/twitter','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/twitter/CreateCustomTweet/bat.txt b/docs/ru/cli/NEW_CLI/twitter/CreateCustomTweet/bat.txt
new file mode 100644
index 0000000000..bacd0936bf
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/twitter/CreateCustomTweet/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint twitter CreateCustomTweet ^
+ --text "TestTweet7109e9c1-14b6-4fa0-82f6-df37754c74d7" ^
+ --media "['1846255872927817730','1846255893043642369']" ^
+ --auth "{'redirect_uri':'https://api.athenaeum.digital/opi/hs/twitter','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/twitter/CreateGifTweet/bash.txt b/docs/ru/cli/NEW_CLI/twitter/CreateGifTweet/bash.txt
new file mode 100644
index 0000000000..bcfdaca90f
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/twitter/CreateGifTweet/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint twitter CreateGifTweet \
+ --text "TestTweet59e9dc17-0c86-4341-bbe7-95d5f00ecc2c" \
+ --gifs C:\Users\Administrator\AppData\Local\Temp\v02yzs2haqn.tmp \
+ --auth "{'redirect_uri':'https://api.athenaeum.digital/opi/hs/twitter','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/twitter/CreateGifTweet/bat.txt b/docs/ru/cli/NEW_CLI/twitter/CreateGifTweet/bat.txt
new file mode 100644
index 0000000000..e0b26f1862
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/twitter/CreateGifTweet/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint twitter CreateGifTweet ^
+ --text "TestTweet59e9dc17-0c86-4341-bbe7-95d5f00ecc2c" ^
+ --gifs C:\Users\Administrator\AppData\Local\Temp\v02yzs2haqn.tmp ^
+ --auth "{'redirect_uri':'https://api.athenaeum.digital/opi/hs/twitter','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/twitter/CreateImageTweet/bash.txt b/docs/ru/cli/NEW_CLI/twitter/CreateImageTweet/bash.txt
new file mode 100644
index 0000000000..e95c02ae24
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/twitter/CreateImageTweet/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint twitter CreateImageTweet \
+ --text "TestTweet92934893-9273-4898-b2e1-b54cc80e1eb1" \
+ --pictures C:\Users\Administrator\AppData\Local\Temp\lbgko4hnspi.tmp \
+ --auth "{'redirect_uri':'https://api.athenaeum.digital/opi/hs/twitter','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/twitter/CreateImageTweet/bat.txt b/docs/ru/cli/NEW_CLI/twitter/CreateImageTweet/bat.txt
new file mode 100644
index 0000000000..6dea301cf6
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/twitter/CreateImageTweet/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint twitter CreateImageTweet ^
+ --text "TestTweet92934893-9273-4898-b2e1-b54cc80e1eb1" ^
+ --pictures C:\Users\Administrator\AppData\Local\Temp\lbgko4hnspi.tmp ^
+ --auth "{'redirect_uri':'https://api.athenaeum.digital/opi/hs/twitter','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/twitter/CreatePollTweet/bash.txt b/docs/ru/cli/NEW_CLI/twitter/CreatePollTweet/bash.txt
new file mode 100644
index 0000000000..43101bde4e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/twitter/CreatePollTweet/bash.txt
@@ -0,0 +1,7 @@
+# JSON data can also be passed as a path to a .json file
+
+oint twitter CreatePollTweet \
+ --text "TestTweetc89f24a5-94a6-4320-a3ee-4aca0d9b02ee" \
+ --options "['Option 1','Option 2']" \
+ --duration 60 \
+ --auth "{'redirect_uri':'https://api.athenaeum.digital/opi/hs/twitter','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/twitter/CreatePollTweet/bat.txt b/docs/ru/cli/NEW_CLI/twitter/CreatePollTweet/bat.txt
new file mode 100644
index 0000000000..d5297667f6
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/twitter/CreatePollTweet/bat.txt
@@ -0,0 +1,7 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint twitter CreatePollTweet ^
+ --text "TestTweetc89f24a5-94a6-4320-a3ee-4aca0d9b02ee" ^
+ --options "['Option 1','Option 2']" ^
+ --duration 60 ^
+ --auth "{'redirect_uri':'https://api.athenaeum.digital/opi/hs/twitter','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/twitter/CreateTextTweet/bash.txt b/docs/ru/cli/NEW_CLI/twitter/CreateTextTweet/bash.txt
new file mode 100644
index 0000000000..08ea3927d9
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/twitter/CreateTextTweet/bash.txt
@@ -0,0 +1,5 @@
+# JSON data can also be passed as a path to a .json file
+
+oint twitter CreateTextTweet \
+ --text "TestTweet5e1f23e9-d9ee-409d-8c7b-2f18ee1cc141" \
+ --auth "{'redirect_uri':'https://api.athenaeum.digital/opi/hs/twitter','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/twitter/CreateTextTweet/bat.txt b/docs/ru/cli/NEW_CLI/twitter/CreateTextTweet/bat.txt
new file mode 100644
index 0000000000..a60e9d8211
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/twitter/CreateTextTweet/bat.txt
@@ -0,0 +1,5 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint twitter CreateTextTweet ^
+ --text "TestTweet5e1f23e9-d9ee-409d-8c7b-2f18ee1cc141" ^
+ --auth "{'redirect_uri':'https://api.athenaeum.digital/opi/hs/twitter','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/twitter/CreateVideoTweet/bash.txt b/docs/ru/cli/NEW_CLI/twitter/CreateVideoTweet/bash.txt
new file mode 100644
index 0000000000..41834046ea
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/twitter/CreateVideoTweet/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint twitter CreateVideoTweet \
+ --text "TestTweeta502d997-d9a9-48eb-bef9-a7bdff00c8d1" \
+ --videos C:\Users\Administrator\AppData\Local\Temp\0ar4e0mg03s.tmp \
+ --auth "{'redirect_uri':'https://api.athenaeum.digital/opi/hs/twitter','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/twitter/CreateVideoTweet/bat.txt b/docs/ru/cli/NEW_CLI/twitter/CreateVideoTweet/bat.txt
new file mode 100644
index 0000000000..0c4272f0f5
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/twitter/CreateVideoTweet/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint twitter CreateVideoTweet ^
+ --text "TestTweeta502d997-d9a9-48eb-bef9-a7bdff00c8d1" ^
+ --videos C:\Users\Administrator\AppData\Local\Temp\0ar4e0mg03s.tmp ^
+ --auth "{'redirect_uri':'https://api.athenaeum.digital/opi/hs/twitter','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/twitter/GetAuthorizationLink/bash.txt b/docs/ru/cli/NEW_CLI/twitter/GetAuthorizationLink/bash.txt
new file mode 100644
index 0000000000..f612ff1da3
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/twitter/GetAuthorizationLink/bash.txt
@@ -0,0 +1,4 @@
+# JSON data can also be passed as a path to a .json file
+
+oint twitter GetAuthorizationLink \
+ --auth "{'redirect_uri':'https://api.athenaeum.digital/opi/hs/twitter','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/twitter/GetAuthorizationLink/bat.txt b/docs/ru/cli/NEW_CLI/twitter/GetAuthorizationLink/bat.txt
new file mode 100644
index 0000000000..639480a959
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/twitter/GetAuthorizationLink/bat.txt
@@ -0,0 +1,4 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint twitter GetAuthorizationLink ^
+ --auth "{'redirect_uri':'https://api.athenaeum.digital/opi/hs/twitter','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/twitter/GetToken/bash.txt b/docs/ru/cli/NEW_CLI/twitter/GetToken/bash.txt
new file mode 100644
index 0000000000..aaedfd115c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/twitter/GetToken/bash.txt
@@ -0,0 +1,5 @@
+# JSON data can also be passed as a path to a .json file
+
+oint twitter GetToken \
+ --code "123456" \
+ --auth "{'redirect_uri':'https://api.athenaeum.digital/opi/hs/twitter','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/twitter/GetToken/bat.txt b/docs/ru/cli/NEW_CLI/twitter/GetToken/bat.txt
new file mode 100644
index 0000000000..d72c6a2154
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/twitter/GetToken/bat.txt
@@ -0,0 +1,5 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint twitter GetToken ^
+ --code "123456" ^
+ --auth "{'redirect_uri':'https://api.athenaeum.digital/opi/hs/twitter','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/twitter/RefreshToken/bash.txt b/docs/ru/cli/NEW_CLI/twitter/RefreshToken/bash.txt
new file mode 100644
index 0000000000..4d211fcef4
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/twitter/RefreshToken/bash.txt
@@ -0,0 +1,4 @@
+# JSON data can also be passed as a path to a .json file
+
+oint twitter RefreshToken \
+ --auth "{'redirect_uri':'https://api.athenaeum.digital/opi/hs/twitter','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/twitter/RefreshToken/bat.txt b/docs/ru/cli/NEW_CLI/twitter/RefreshToken/bat.txt
new file mode 100644
index 0000000000..63d0c958d0
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/twitter/RefreshToken/bat.txt
@@ -0,0 +1,4 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint twitter RefreshToken ^
+ --auth "{'redirect_uri':'https://api.athenaeum.digital/opi/hs/twitter','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/twitter/UploadAttachmentsArray/bash.txt b/docs/ru/cli/NEW_CLI/twitter/UploadAttachmentsArray/bash.txt
new file mode 100644
index 0000000000..d71425abf1
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/twitter/UploadAttachmentsArray/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint twitter UploadAttachmentsArray \
+ --files "['https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg']" \
+ --type "tweet_image" \
+ --auth "{'redirect_uri':'https://api.athenaeum.digital/opi/hs/twitter','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/twitter/UploadAttachmentsArray/bat.txt b/docs/ru/cli/NEW_CLI/twitter/UploadAttachmentsArray/bat.txt
new file mode 100644
index 0000000000..30606414c1
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/twitter/UploadAttachmentsArray/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint twitter UploadAttachmentsArray ^
+ --files "['https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg']" ^
+ --type "tweet_image" ^
+ --auth "{'redirect_uri':'https://api.athenaeum.digital/opi/hs/twitter','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/viber/CreateKeyboardFromArrayButton/bash.txt b/docs/ru/cli/NEW_CLI/viber/CreateKeyboardFromArrayButton/bash.txt
new file mode 100644
index 0000000000..10742fdaab
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/viber/CreateKeyboardFromArrayButton/bash.txt
@@ -0,0 +1,2 @@
+oint viber CreateKeyboardFromArrayButton \
+ --buttons "['Button 1','Button 2','Button 3']"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/viber/CreateKeyboardFromArrayButton/bat.txt b/docs/ru/cli/NEW_CLI/viber/CreateKeyboardFromArrayButton/bat.txt
new file mode 100644
index 0000000000..751927b0ec
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/viber/CreateKeyboardFromArrayButton/bat.txt
@@ -0,0 +1,2 @@
+oint viber CreateKeyboardFromArrayButton ^
+ --buttons "['Button 1','Button 2','Button 3']"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/viber/GetChannelInformation/bash.txt b/docs/ru/cli/NEW_CLI/viber/GetChannelInformation/bash.txt
new file mode 100644
index 0000000000..56c83c8598
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/viber/GetChannelInformation/bash.txt
@@ -0,0 +1,2 @@
+oint viber GetChannelInformation \
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/viber/GetChannelInformation/bat.txt b/docs/ru/cli/NEW_CLI/viber/GetChannelInformation/bat.txt
new file mode 100644
index 0000000000..c2791db479
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/viber/GetChannelInformation/bat.txt
@@ -0,0 +1,2 @@
+oint viber GetChannelInformation ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/viber/GetOnlineUsers/bash.txt b/docs/ru/cli/NEW_CLI/viber/GetOnlineUsers/bash.txt
new file mode 100644
index 0000000000..7eb210d3fc
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/viber/GetOnlineUsers/bash.txt
@@ -0,0 +1,3 @@
+oint viber GetOnlineUsers \
+ --token "***" \
+ --users "tMNGhftyUPrB3r1lD+bT4g=="
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/viber/GetOnlineUsers/bat.txt b/docs/ru/cli/NEW_CLI/viber/GetOnlineUsers/bat.txt
new file mode 100644
index 0000000000..dc0cd0b421
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/viber/GetOnlineUsers/bat.txt
@@ -0,0 +1,3 @@
+oint viber GetOnlineUsers ^
+ --token "***" ^
+ --users "tMNGhftyUPrB3r1lD+bT4g=="
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/viber/GetUserData/bash.txt b/docs/ru/cli/NEW_CLI/viber/GetUserData/bash.txt
new file mode 100644
index 0000000000..26145f52d7
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/viber/GetUserData/bash.txt
@@ -0,0 +1,3 @@
+oint viber GetUserData \
+ --token "***" \
+ --user "tMNGhftyUPrB3r1lD+bT4g=="
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/viber/GetUserData/bat.txt b/docs/ru/cli/NEW_CLI/viber/GetUserData/bat.txt
new file mode 100644
index 0000000000..5320e0cb5f
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/viber/GetUserData/bat.txt
@@ -0,0 +1,3 @@
+oint viber GetUserData ^
+ --token "***" ^
+ --user "tMNGhftyUPrB3r1lD+bT4g=="
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/viber/SendContact/bash.txt b/docs/ru/cli/NEW_CLI/viber/SendContact/bash.txt
new file mode 100644
index 0000000000..ad7e9a3f2f
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/viber/SendContact/bash.txt
@@ -0,0 +1,6 @@
+oint viber SendContact \
+ --token "***" \
+ --name "Petr Petrov" \
+ --phone "+123456789" \
+ --user "tMNGhftyUPrB3r1lD+bT4g==" \
+ --ischannel true
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/viber/SendContact/bat.txt b/docs/ru/cli/NEW_CLI/viber/SendContact/bat.txt
new file mode 100644
index 0000000000..30b8f59811
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/viber/SendContact/bat.txt
@@ -0,0 +1,6 @@
+oint viber SendContact ^
+ --token "***" ^
+ --name "Petr Petrov" ^
+ --phone "+123456789" ^
+ --user "tMNGhftyUPrB3r1lD+bT4g==" ^
+ --ischannel true
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/viber/SendFile/bash.txt b/docs/ru/cli/NEW_CLI/viber/SendFile/bash.txt
new file mode 100644
index 0000000000..35f0172446
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/viber/SendFile/bash.txt
@@ -0,0 +1,6 @@
+oint viber SendFile \
+ --token "***" \
+ --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" \
+ --user "tMNGhftyUPrB3r1lD+bT4g==" \
+ --ischannel true \
+ --ext "docx"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/viber/SendFile/bat.txt b/docs/ru/cli/NEW_CLI/viber/SendFile/bat.txt
new file mode 100644
index 0000000000..68a82d035a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/viber/SendFile/bat.txt
@@ -0,0 +1,6 @@
+oint viber SendFile ^
+ --token "***" ^
+ --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" ^
+ --user "tMNGhftyUPrB3r1lD+bT4g==" ^
+ --ischannel true ^
+ --ext "docx"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/viber/SendImage/bash.txt b/docs/ru/cli/NEW_CLI/viber/SendImage/bash.txt
new file mode 100644
index 0000000000..6647fbc83f
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/viber/SendImage/bash.txt
@@ -0,0 +1,6 @@
+oint viber SendImage \
+ --token "***" \
+ --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \
+ --user "tMNGhftyUPrB3r1lD+bT4g==" \
+ --ischannel true \
+ --description "TestMessage"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/viber/SendImage/bat.txt b/docs/ru/cli/NEW_CLI/viber/SendImage/bat.txt
new file mode 100644
index 0000000000..3d138b3712
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/viber/SendImage/bat.txt
@@ -0,0 +1,6 @@
+oint viber SendImage ^
+ --token "***" ^
+ --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" ^
+ --user "tMNGhftyUPrB3r1lD+bT4g==" ^
+ --ischannel true ^
+ --description "TestMessage"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/viber/SendLink/bash.txt b/docs/ru/cli/NEW_CLI/viber/SendLink/bash.txt
new file mode 100644
index 0000000000..e858464267
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/viber/SendLink/bash.txt
@@ -0,0 +1,5 @@
+oint viber SendLink \
+ --token "***" \
+ --url "https://github.com/Bayselonarrend/OpenIntegrations" \
+ --user "tMNGhftyUPrB3r1lD+bT4g==" \
+ --ischannel true
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/viber/SendLink/bat.txt b/docs/ru/cli/NEW_CLI/viber/SendLink/bat.txt
new file mode 100644
index 0000000000..1d536181f9
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/viber/SendLink/bat.txt
@@ -0,0 +1,5 @@
+oint viber SendLink ^
+ --token "***" ^
+ --url "https://github.com/Bayselonarrend/OpenIntegrations" ^
+ --user "tMNGhftyUPrB3r1lD+bT4g==" ^
+ --ischannel true
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/viber/SendLocation/bash.txt b/docs/ru/cli/NEW_CLI/viber/SendLocation/bash.txt
new file mode 100644
index 0000000000..a0ae320dfd
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/viber/SendLocation/bash.txt
@@ -0,0 +1,6 @@
+oint viber SendLocation \
+ --token "***" \
+ --lat "48.87373649724122" \
+ --long "2.2954639195323967" \
+ --user "tMNGhftyUPrB3r1lD+bT4g==" \
+ --ischannel true
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/viber/SendLocation/bat.txt b/docs/ru/cli/NEW_CLI/viber/SendLocation/bat.txt
new file mode 100644
index 0000000000..ed6219c7d6
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/viber/SendLocation/bat.txt
@@ -0,0 +1,6 @@
+oint viber SendLocation ^
+ --token "***" ^
+ --lat "48.87373649724122" ^
+ --long "2.2954639195323967" ^
+ --user "tMNGhftyUPrB3r1lD+bT4g==" ^
+ --ischannel true
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/viber/SendTextMessage/bash.txt b/docs/ru/cli/NEW_CLI/viber/SendTextMessage/bash.txt
new file mode 100644
index 0000000000..00e150d9f5
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/viber/SendTextMessage/bash.txt
@@ -0,0 +1,8 @@
+# JSON data can also be passed as a path to a .json file
+
+oint viber SendTextMessage \
+ --token "***" \
+ --text "TestMessage" \
+ --user "tMNGhftyUPrB3r1lD+bT4g==" \
+ --ischannel true \
+ --keyboard "{'Buttons':[{'ActionType':'reply','ActionBody':'Button 1','Text':'Button 1','BgColor':'#2db9b9','Coloumns':3},{'ActionType':'reply','ActionBody':'Button 2','Text':'Button 2','BgColor':'#2db9b9','Coloumns':3},{'ActionType':'reply','ActionBody':'Button 3','Text':'Button 3','BgColor':'#2db9b9','Coloumns':3}],'Type':'keyboard'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/viber/SendTextMessage/bat.txt b/docs/ru/cli/NEW_CLI/viber/SendTextMessage/bat.txt
new file mode 100644
index 0000000000..eb86a4e948
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/viber/SendTextMessage/bat.txt
@@ -0,0 +1,8 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint viber SendTextMessage ^
+ --token "***" ^
+ --text "TestMessage" ^
+ --user "tMNGhftyUPrB3r1lD+bT4g==" ^
+ --ischannel true ^
+ --keyboard "{'Buttons':[{'ActionType':'reply','ActionBody':'Button 1','Text':'Button 1','BgColor':'#2db9b9','Coloumns':3},{'ActionType':'reply','ActionBody':'Button 2','Text':'Button 2','BgColor':'#2db9b9','Coloumns':3},{'ActionType':'reply','ActionBody':'Button 3','Text':'Button 3','BgColor':'#2db9b9','Coloumns':3}],'Type':'keyboard'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/viber/SetWebhook/bash.txt b/docs/ru/cli/NEW_CLI/viber/SetWebhook/bash.txt
new file mode 100644
index 0000000000..fe08900db2
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/viber/SetWebhook/bash.txt
@@ -0,0 +1,3 @@
+oint viber SetWebhook \
+ --token "***" \
+ --url "http://api.athenaeum.digital/hs/viber"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/viber/SetWebhook/bat.txt b/docs/ru/cli/NEW_CLI/viber/SetWebhook/bat.txt
new file mode 100644
index 0000000000..91b42da005
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/viber/SetWebhook/bat.txt
@@ -0,0 +1,3 @@
+oint viber SetWebhook ^
+ --token "***" ^
+ --url "http://api.athenaeum.digital/hs/viber"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/AddProduct/bash.txt b/docs/ru/cli/NEW_CLI/vk/AddProduct/bash.txt
new file mode 100644
index 0000000000..c26ddbb63c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/AddProduct/bash.txt
@@ -0,0 +1,5 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk AddProduct \
+ --product "{'Name':'Test product (another)','Description':'Product description','Category':'20173','Price':1,'OldPrice':15,'MainPhoto':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','URL':'https://github.com/Bayselonarrend/OpenIntegrations','AdditionalPhotos':['https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'],'MainInGroup':true,'GroupNumber':null,'Width':20,'Height':30,'Depth':40,'Weight':100,'SKU':12345,'AvailableBalance':'10','PropertyValues':2624}" \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/AddProduct/bat.txt b/docs/ru/cli/NEW_CLI/vk/AddProduct/bat.txt
new file mode 100644
index 0000000000..839def988a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/AddProduct/bat.txt
@@ -0,0 +1,5 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk AddProduct ^
+ --product "{'Name':'Test product (another)','Description':'Product description','Category':'20173','Price':1,'OldPrice':15,'MainPhoto':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','URL':'https://github.com/Bayselonarrend/OpenIntegrations','AdditionalPhotos':['https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'],'MainInGroup':true,'GroupNumber':null,'Width':20,'Height':30,'Depth':40,'Weight':100,'SKU':12345,'AvailableBalance':'10','PropertyValues':2624}" ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/AddProductPropertyVariant/bash.txt b/docs/ru/cli/NEW_CLI/vk/AddProductPropertyVariant/bash.txt
new file mode 100644
index 0000000000..6798b8fec2
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/AddProductPropertyVariant/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk AddProductPropertyVariant \
+ --value "Red" \
+ --prop "886" \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/AddProductPropertyVariant/bat.txt b/docs/ru/cli/NEW_CLI/vk/AddProductPropertyVariant/bat.txt
new file mode 100644
index 0000000000..28fb729a14
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/AddProductPropertyVariant/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk AddProductPropertyVariant ^
+ --value "Red" ^
+ --prop "886" ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/AddProductToCollection/bash.txt b/docs/ru/cli/NEW_CLI/vk/AddProductToCollection/bash.txt
new file mode 100644
index 0000000000..8fa88b29b7
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/AddProductToCollection/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk AddProductToCollection \
+ --sel 132 \
+ --items 9784021 \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/AddProductToCollection/bat.txt b/docs/ru/cli/NEW_CLI/vk/AddProductToCollection/bat.txt
new file mode 100644
index 0000000000..28827e1ff4
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/AddProductToCollection/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk AddProductToCollection ^
+ --sel 132 ^
+ --items 9784021 ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/CloseDiscussion/bash.txt b/docs/ru/cli/NEW_CLI/vk/CloseDiscussion/bash.txt
new file mode 100644
index 0000000000..7cec51de23
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/CloseDiscussion/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk CloseDiscussion \
+ --topic 52609008 \
+ --remove false \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/CloseDiscussion/bat.txt b/docs/ru/cli/NEW_CLI/vk/CloseDiscussion/bat.txt
new file mode 100644
index 0000000000..c8d01464b7
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/CloseDiscussion/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk CloseDiscussion ^
+ --topic 52609008 ^
+ --remove false ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/CreateAd/bash.txt b/docs/ru/cli/NEW_CLI/vk/CreateAd/bash.txt
new file mode 100644
index 0000000000..39bf3c34ab
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/CreateAd/bash.txt
@@ -0,0 +1,9 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk CreateAd \
+ --campaign 1030723774 \
+ --limit 150 \
+ --category 126 \
+ --post 4777 \
+ --cabinet "1607951446" \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/CreateAd/bat.txt b/docs/ru/cli/NEW_CLI/vk/CreateAd/bat.txt
new file mode 100644
index 0000000000..376095c315
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/CreateAd/bat.txt
@@ -0,0 +1,9 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk CreateAd ^
+ --campaign 1030723774 ^
+ --limit 150 ^
+ --category 126 ^
+ --post 4777 ^
+ --cabinet "1607951446" ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/CreateAdvertisingCampaign/bash.txt b/docs/ru/cli/NEW_CLI/vk/CreateAdvertisingCampaign/bash.txt
new file mode 100644
index 0000000000..2c60906ee2
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/CreateAdvertisingCampaign/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk CreateAdvertisingCampaign \
+ --cabinet "1607951446" \
+ --title "New campaign" \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/CreateAdvertisingCampaign/bat.txt b/docs/ru/cli/NEW_CLI/vk/CreateAdvertisingCampaign/bat.txt
new file mode 100644
index 0000000000..c61be5422e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/CreateAdvertisingCampaign/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk CreateAdvertisingCampaign ^
+ --cabinet "1607951446" ^
+ --title "New campaign" ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/CreateAlbum/bash.txt b/docs/ru/cli/NEW_CLI/vk/CreateAlbum/bash.txt
new file mode 100644
index 0000000000..a8dd250c6d
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/CreateAlbum/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk CreateAlbum \
+ --title "AlbumFromAutoTest" \
+ --description "NewAlbumFromAutoTest" \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/CreateAlbum/bat.txt b/docs/ru/cli/NEW_CLI/vk/CreateAlbum/bat.txt
new file mode 100644
index 0000000000..6942abe8ea
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/CreateAlbum/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk CreateAlbum ^
+ --title "AlbumFromAutoTest" ^
+ --description "NewAlbumFromAutoTest" ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/CreateCompositePost/bash.txt b/docs/ru/cli/NEW_CLI/vk/CreateCompositePost/bash.txt
new file mode 100644
index 0000000000..423154f598
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/CreateCompositePost/bash.txt
@@ -0,0 +1,8 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk CreateCompositePost \
+ --text "Post from autotest" \
+ --objects "['photo657846756_457244674','video-218861756_456239658']" \
+ --ad false \
+ --url "https://github.com/Bayselonarrend/OpenIntegrations" \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/CreateCompositePost/bat.txt b/docs/ru/cli/NEW_CLI/vk/CreateCompositePost/bat.txt
new file mode 100644
index 0000000000..e0cf0f4958
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/CreateCompositePost/bat.txt
@@ -0,0 +1,8 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk CreateCompositePost ^
+ --text "Post from autotest" ^
+ --objects "['photo657846756_457244674','video-218861756_456239658']" ^
+ --ad false ^
+ --url "https://github.com/Bayselonarrend/OpenIntegrations" ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/CreateDiscussion/bash.txt b/docs/ru/cli/NEW_CLI/vk/CreateDiscussion/bash.txt
new file mode 100644
index 0000000000..037090177a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/CreateDiscussion/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk CreateDiscussion \
+ --title "Discussing: Which color is better?" \
+ --text "Red, yellow, blue, or some other?" \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/CreateDiscussion/bat.txt b/docs/ru/cli/NEW_CLI/vk/CreateDiscussion/bat.txt
new file mode 100644
index 0000000000..add4a3bf1f
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/CreateDiscussion/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk CreateDiscussion ^
+ --title "Discussing: Which color is better?" ^
+ --text "Red, yellow, blue, or some other?" ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/CreatePoll/bash.txt b/docs/ru/cli/NEW_CLI/vk/CreatePoll/bash.txt
new file mode 100644
index 0000000000..694f97a69b
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/CreatePoll/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk CreatePoll \
+ --question "What's your favorite color?" \
+ --options "['Red','Yellow','Green']" \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/CreatePoll/bat.txt b/docs/ru/cli/NEW_CLI/vk/CreatePoll/bat.txt
new file mode 100644
index 0000000000..b0f99ec1b5
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/CreatePoll/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk CreatePoll ^
+ --question "What's your favorite color?" ^
+ --options "['Red','Yellow','Green']" ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/CreatePost/bash.txt b/docs/ru/cli/NEW_CLI/vk/CreatePost/bash.txt
new file mode 100644
index 0000000000..d1eca70d15
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/CreatePost/bash.txt
@@ -0,0 +1,8 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk CreatePost \
+ --text "Post from autotest" \
+ --pictures "C:\Users\Administrator\AppData\Local\Temp\dtvszull5xe.png" \
+ --ad true \
+ --url "https://github.com/Bayselonarrend/OpenIntegrations" \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/CreatePost/bat.txt b/docs/ru/cli/NEW_CLI/vk/CreatePost/bat.txt
new file mode 100644
index 0000000000..f40becf0f9
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/CreatePost/bat.txt
@@ -0,0 +1,8 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk CreatePost ^
+ --text "Post from autotest" ^
+ --pictures "C:\Users\Administrator\AppData\Local\Temp\dtvszull5xe.png" ^
+ --ad true ^
+ --url "https://github.com/Bayselonarrend/OpenIntegrations" ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/CreateProductCollection/bash.txt b/docs/ru/cli/NEW_CLI/vk/CreateProductCollection/bash.txt
new file mode 100644
index 0000000000..ccf8c7c160
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/CreateProductCollection/bash.txt
@@ -0,0 +1,8 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk CreateProductCollection \
+ --title "TestCollection" \
+ --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \
+ --main true \
+ --hidden false \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/CreateProductCollection/bat.txt b/docs/ru/cli/NEW_CLI/vk/CreateProductCollection/bat.txt
new file mode 100644
index 0000000000..de56455716
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/CreateProductCollection/bat.txt
@@ -0,0 +1,8 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk CreateProductCollection ^
+ --title "TestCollection" ^
+ --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" ^
+ --main true ^
+ --hidden false ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/CreateProductProperty/bash.txt b/docs/ru/cli/NEW_CLI/vk/CreateProductProperty/bash.txt
new file mode 100644
index 0000000000..65160be514
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/CreateProductProperty/bash.txt
@@ -0,0 +1,5 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk CreateProductProperty \
+ --title "Color" \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/CreateProductProperty/bat.txt b/docs/ru/cli/NEW_CLI/vk/CreateProductProperty/bat.txt
new file mode 100644
index 0000000000..04305a6b0c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/CreateProductProperty/bat.txt
@@ -0,0 +1,5 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk CreateProductProperty ^
+ --title "Color" ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/CreateStory/bash.txt b/docs/ru/cli/NEW_CLI/vk/CreateStory/bash.txt
new file mode 100644
index 0000000000..51af924b43
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/CreateStory/bash.txt
@@ -0,0 +1,5 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk CreateStory \
+ --picture "C:\Users\Administrator\AppData\Local\Temp\ppukvkd0dky.png" \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/CreateStory/bat.txt b/docs/ru/cli/NEW_CLI/vk/CreateStory/bat.txt
new file mode 100644
index 0000000000..12b41ff378
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/CreateStory/bat.txt
@@ -0,0 +1,5 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk CreateStory ^
+ --picture "C:\Users\Administrator\AppData\Local\Temp\ppukvkd0dky.png" ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/CreateTokenRetrievalLink/bash.txt b/docs/ru/cli/NEW_CLI/vk/CreateTokenRetrievalLink/bash.txt
new file mode 100644
index 0000000000..631b659efe
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/CreateTokenRetrievalLink/bash.txt
@@ -0,0 +1,2 @@
+oint vk CreateTokenRetrievalLink \
+ --app "51694790"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/CreateTokenRetrievalLink/bat.txt b/docs/ru/cli/NEW_CLI/vk/CreateTokenRetrievalLink/bat.txt
new file mode 100644
index 0000000000..c6be95f055
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/CreateTokenRetrievalLink/bat.txt
@@ -0,0 +1,2 @@
+oint vk CreateTokenRetrievalLink ^
+ --app "51694790"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/DeleteAlbum/bash.txt b/docs/ru/cli/NEW_CLI/vk/DeleteAlbum/bash.txt
new file mode 100644
index 0000000000..7fd5908fbd
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/DeleteAlbum/bash.txt
@@ -0,0 +1,5 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk DeleteAlbum \
+ --album 306127315 \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/DeleteAlbum/bat.txt b/docs/ru/cli/NEW_CLI/vk/DeleteAlbum/bat.txt
new file mode 100644
index 0000000000..1a4143aa24
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/DeleteAlbum/bat.txt
@@ -0,0 +1,5 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk DeleteAlbum ^
+ --album 306127315 ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/DeleteImage/bash.txt b/docs/ru/cli/NEW_CLI/vk/DeleteImage/bash.txt
new file mode 100644
index 0000000000..28d5f05aa4
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/DeleteImage/bash.txt
@@ -0,0 +1,5 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk DeleteImage \
+ --pictureid 457249451 \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/DeleteImage/bat.txt b/docs/ru/cli/NEW_CLI/vk/DeleteImage/bat.txt
new file mode 100644
index 0000000000..c98865cd01
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/DeleteImage/bat.txt
@@ -0,0 +1,5 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk DeleteImage ^
+ --pictureid 457249451 ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/DeletePost/bash.txt b/docs/ru/cli/NEW_CLI/vk/DeletePost/bash.txt
new file mode 100644
index 0000000000..9443506069
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/DeletePost/bash.txt
@@ -0,0 +1,5 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk DeletePost \
+ --post "4771" \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/DeletePost/bat.txt b/docs/ru/cli/NEW_CLI/vk/DeletePost/bat.txt
new file mode 100644
index 0000000000..1908491341
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/DeletePost/bat.txt
@@ -0,0 +1,5 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk DeletePost ^
+ --post "4771" ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/DeleteProduct/bash.txt b/docs/ru/cli/NEW_CLI/vk/DeleteProduct/bash.txt
new file mode 100644
index 0000000000..d532ba038d
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/DeleteProduct/bash.txt
@@ -0,0 +1,5 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk DeleteProduct \
+ --item 9784021 \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/DeleteProduct/bat.txt b/docs/ru/cli/NEW_CLI/vk/DeleteProduct/bat.txt
new file mode 100644
index 0000000000..bb951efce2
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/DeleteProduct/bat.txt
@@ -0,0 +1,5 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk DeleteProduct ^
+ --item 9784021 ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/DeleteProductProperty/bash.txt b/docs/ru/cli/NEW_CLI/vk/DeleteProductProperty/bash.txt
new file mode 100644
index 0000000000..e2b4744e63
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/DeleteProductProperty/bash.txt
@@ -0,0 +1,5 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk DeleteProductProperty \
+ --prop "886" \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/DeleteProductProperty/bat.txt b/docs/ru/cli/NEW_CLI/vk/DeleteProductProperty/bat.txt
new file mode 100644
index 0000000000..f921bffd86
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/DeleteProductProperty/bat.txt
@@ -0,0 +1,5 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk DeleteProductProperty ^
+ --prop "886" ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/DeleteProductPropertyVariant/bash.txt b/docs/ru/cli/NEW_CLI/vk/DeleteProductPropertyVariant/bash.txt
new file mode 100644
index 0000000000..64097ae021
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/DeleteProductPropertyVariant/bash.txt
@@ -0,0 +1,5 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk DeleteProductPropertyVariant \
+ --option 2623 \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/DeleteProductPropertyVariant/bat.txt b/docs/ru/cli/NEW_CLI/vk/DeleteProductPropertyVariant/bat.txt
new file mode 100644
index 0000000000..fb775a1d51
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/DeleteProductPropertyVariant/bat.txt
@@ -0,0 +1,5 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk DeleteProductPropertyVariant ^
+ --option 2623 ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/DeleteSelection/bash.txt b/docs/ru/cli/NEW_CLI/vk/DeleteSelection/bash.txt
new file mode 100644
index 0000000000..9eacf0c2e8
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/DeleteSelection/bash.txt
@@ -0,0 +1,5 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk DeleteSelection \
+ --sel 132 \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/DeleteSelection/bat.txt b/docs/ru/cli/NEW_CLI/vk/DeleteSelection/bat.txt
new file mode 100644
index 0000000000..d87d9da16e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/DeleteSelection/bat.txt
@@ -0,0 +1,5 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk DeleteSelection ^
+ --sel 132 ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/EditProduct/bash.txt b/docs/ru/cli/NEW_CLI/vk/EditProduct/bash.txt
new file mode 100644
index 0000000000..22932f78aa
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/EditProduct/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk EditProduct \
+ --product "{'Name':'EditedTestProduct'}" \
+ --item 9784021 \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/EditProduct/bat.txt b/docs/ru/cli/NEW_CLI/vk/EditProduct/bat.txt
new file mode 100644
index 0000000000..2aaf564346
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/EditProduct/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk EditProduct ^
+ --product "{'Name':'EditedTestProduct'}" ^
+ --item 9784021 ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/EditProductCollection/bash.txt b/docs/ru/cli/NEW_CLI/vk/EditProductCollection/bash.txt
new file mode 100644
index 0000000000..9bd19d8c32
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/EditProductCollection/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk EditProductCollection \
+ --title "EditedCollection" \
+ --sel 132 \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/EditProductCollection/bat.txt b/docs/ru/cli/NEW_CLI/vk/EditProductCollection/bat.txt
new file mode 100644
index 0000000000..1d80b3e8a2
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/EditProductCollection/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk EditProductCollection ^
+ --title "EditedCollection" ^
+ --sel 132 ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/EditProductProperty/bash.txt b/docs/ru/cli/NEW_CLI/vk/EditProductProperty/bash.txt
new file mode 100644
index 0000000000..963fcf1696
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/EditProductProperty/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk EditProductProperty \
+ --title "Color (change.)" \
+ --prop "886" \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/EditProductProperty/bat.txt b/docs/ru/cli/NEW_CLI/vk/EditProductProperty/bat.txt
new file mode 100644
index 0000000000..2a9c30a47e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/EditProductProperty/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk EditProductProperty ^
+ --title "Color (change.)" ^
+ --prop "886" ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/EditProductPropertyVariant/bash.txt b/docs/ru/cli/NEW_CLI/vk/EditProductPropertyVariant/bash.txt
new file mode 100644
index 0000000000..5b9955d562
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/EditProductPropertyVariant/bash.txt
@@ -0,0 +1,7 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk EditProductPropertyVariant \
+ --value "New variant name" \
+ --prop "886" \
+ --option 2623 \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/EditProductPropertyVariant/bat.txt b/docs/ru/cli/NEW_CLI/vk/EditProductPropertyVariant/bat.txt
new file mode 100644
index 0000000000..3cdbdb8710
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/EditProductPropertyVariant/bat.txt
@@ -0,0 +1,7 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk EditProductPropertyVariant ^
+ --value "New variant name" ^
+ --prop "886" ^
+ --option 2623 ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/FormKeyboard/bash.txt b/docs/ru/cli/NEW_CLI/vk/FormKeyboard/bash.txt
new file mode 100644
index 0000000000..db5f60d839
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/FormKeyboard/bash.txt
@@ -0,0 +1,2 @@
+oint vk FormKeyboard \
+ --buttons "['Button 1','Button 2']"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/FormKeyboard/bat.txt b/docs/ru/cli/NEW_CLI/vk/FormKeyboard/bat.txt
new file mode 100644
index 0000000000..92f52dd0b6
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/FormKeyboard/bat.txt
@@ -0,0 +1,2 @@
+oint vk FormKeyboard ^
+ --buttons "['Button 1','Button 2']"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/GetAdvertisingCategoryList/bash.txt b/docs/ru/cli/NEW_CLI/vk/GetAdvertisingCategoryList/bash.txt
new file mode 100644
index 0000000000..db50a95221
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/GetAdvertisingCategoryList/bash.txt
@@ -0,0 +1,4 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk GetAdvertisingCategoryList \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/GetAdvertisingCategoryList/bat.txt b/docs/ru/cli/NEW_CLI/vk/GetAdvertisingCategoryList/bat.txt
new file mode 100644
index 0000000000..fe24efb284
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/GetAdvertisingCategoryList/bat.txt
@@ -0,0 +1,4 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk GetAdvertisingCategoryList ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/GetOrderList/bash.txt b/docs/ru/cli/NEW_CLI/vk/GetOrderList/bash.txt
new file mode 100644
index 0000000000..ea1573823c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/GetOrderList/bash.txt
@@ -0,0 +1,4 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk GetOrderList \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/GetOrderList/bat.txt b/docs/ru/cli/NEW_CLI/vk/GetOrderList/bat.txt
new file mode 100644
index 0000000000..d2497a45f4
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/GetOrderList/bat.txt
@@ -0,0 +1,4 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk GetOrderList ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/GetPostStatistics/bash.txt b/docs/ru/cli/NEW_CLI/vk/GetPostStatistics/bash.txt
new file mode 100644
index 0000000000..f3f9fba773
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/GetPostStatistics/bash.txt
@@ -0,0 +1,5 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk GetPostStatistics \
+ --posts "[214,215]" \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/GetPostStatistics/bat.txt b/docs/ru/cli/NEW_CLI/vk/GetPostStatistics/bat.txt
new file mode 100644
index 0000000000..0423e3e4a8
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/GetPostStatistics/bat.txt
@@ -0,0 +1,5 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk GetPostStatistics ^
+ --posts "[214,215]" ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/GetProductCategoryList/bash.txt b/docs/ru/cli/NEW_CLI/vk/GetProductCategoryList/bash.txt
new file mode 100644
index 0000000000..8e854fd144
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/GetProductCategoryList/bash.txt
@@ -0,0 +1,4 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk GetProductCategoryList \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/GetProductCategoryList/bat.txt b/docs/ru/cli/NEW_CLI/vk/GetProductCategoryList/bat.txt
new file mode 100644
index 0000000000..5e0075090b
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/GetProductCategoryList/bat.txt
@@ -0,0 +1,4 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk GetProductCategoryList ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/GetProductDescription/bash.txt b/docs/ru/cli/NEW_CLI/vk/GetProductDescription/bash.txt
new file mode 100644
index 0000000000..571348f4d2
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/GetProductDescription/bash.txt
@@ -0,0 +1,2 @@
+oint vk GetProductDescription \
+ --empty false
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/GetProductDescription/bat.txt b/docs/ru/cli/NEW_CLI/vk/GetProductDescription/bat.txt
new file mode 100644
index 0000000000..25f9bc405d
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/GetProductDescription/bat.txt
@@ -0,0 +1,2 @@
+oint vk GetProductDescription ^
+ --empty false
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/GetProductList/bash.txt b/docs/ru/cli/NEW_CLI/vk/GetProductList/bash.txt
new file mode 100644
index 0000000000..1b21f3b5cd
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/GetProductList/bash.txt
@@ -0,0 +1,4 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk GetProductList \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/GetProductList/bat.txt b/docs/ru/cli/NEW_CLI/vk/GetProductList/bat.txt
new file mode 100644
index 0000000000..6743db6984
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/GetProductList/bat.txt
@@ -0,0 +1,4 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk GetProductList ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/GetProductsByID/bash.txt b/docs/ru/cli/NEW_CLI/vk/GetProductsByID/bash.txt
new file mode 100644
index 0000000000..e3770e7a82
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/GetProductsByID/bash.txt
@@ -0,0 +1,5 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk GetProductsByID \
+ --items "[9784032,9784034]" \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/GetProductsByID/bat.txt b/docs/ru/cli/NEW_CLI/vk/GetProductsByID/bat.txt
new file mode 100644
index 0000000000..03c26aaee4
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/GetProductsByID/bat.txt
@@ -0,0 +1,5 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk GetProductsByID ^
+ --items "[9784032,9784034]" ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/GetPropertyList/bash.txt b/docs/ru/cli/NEW_CLI/vk/GetPropertyList/bash.txt
new file mode 100644
index 0000000000..405d5e8d97
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/GetPropertyList/bash.txt
@@ -0,0 +1,4 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk GetPropertyList \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/GetPropertyList/bat.txt b/docs/ru/cli/NEW_CLI/vk/GetPropertyList/bat.txt
new file mode 100644
index 0000000000..8a575226f7
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/GetPropertyList/bat.txt
@@ -0,0 +1,4 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk GetPropertyList ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/GetSelectionList/bash.txt b/docs/ru/cli/NEW_CLI/vk/GetSelectionList/bash.txt
new file mode 100644
index 0000000000..f36e0fd0e2
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/GetSelectionList/bash.txt
@@ -0,0 +1,4 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk GetSelectionList \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/GetSelectionList/bat.txt b/docs/ru/cli/NEW_CLI/vk/GetSelectionList/bat.txt
new file mode 100644
index 0000000000..fe37826a17
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/GetSelectionList/bat.txt
@@ -0,0 +1,4 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk GetSelectionList ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/GetSelectionsByID/bash.txt b/docs/ru/cli/NEW_CLI/vk/GetSelectionsByID/bash.txt
new file mode 100644
index 0000000000..0bc88173c1
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/GetSelectionsByID/bash.txt
@@ -0,0 +1,5 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk GetSelectionsByID \
+ --sels 132 \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/GetSelectionsByID/bat.txt b/docs/ru/cli/NEW_CLI/vk/GetSelectionsByID/bat.txt
new file mode 100644
index 0000000000..6b49345e65
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/GetSelectionsByID/bat.txt
@@ -0,0 +1,5 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk GetSelectionsByID ^
+ --sels 132 ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/GetStatistics/bash.txt b/docs/ru/cli/NEW_CLI/vk/GetStatistics/bash.txt
new file mode 100644
index 0000000000..e97ae8eda4
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/GetStatistics/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk GetStatistics \
+ --datefrom 2024-10-15T00:00:00 \
+ --dateto 2024-10-15T23:59:59 \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/GetStatistics/bat.txt b/docs/ru/cli/NEW_CLI/vk/GetStatistics/bat.txt
new file mode 100644
index 0000000000..164d92a754
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/GetStatistics/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk GetStatistics ^
+ --datefrom 2024-10-15T00:00:00 ^
+ --dateto 2024-10-15T23:59:59 ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/GroupProducts/bash.txt b/docs/ru/cli/NEW_CLI/vk/GroupProducts/bash.txt
new file mode 100644
index 0000000000..9f7e464af9
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/GroupProducts/bash.txt
@@ -0,0 +1,5 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk GroupProducts \
+ --items "[9784032,9784034]" \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/GroupProducts/bat.txt b/docs/ru/cli/NEW_CLI/vk/GroupProducts/bat.txt
new file mode 100644
index 0000000000..b3783c554e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/GroupProducts/bat.txt
@@ -0,0 +1,5 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk GroupProducts ^
+ --items "[9784032,9784034]" ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/LikePost/bash.txt b/docs/ru/cli/NEW_CLI/vk/LikePost/bash.txt
new file mode 100644
index 0000000000..744e175691
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/LikePost/bash.txt
@@ -0,0 +1,5 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk LikePost \
+ --post 4774 \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/LikePost/bat.txt b/docs/ru/cli/NEW_CLI/vk/LikePost/bat.txt
new file mode 100644
index 0000000000..b2a8b37eb0
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/LikePost/bat.txt
@@ -0,0 +1,5 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk LikePost ^
+ --post 4774 ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/MakeRepost/bash.txt b/docs/ru/cli/NEW_CLI/vk/MakeRepost/bash.txt
new file mode 100644
index 0000000000..fd3820f3e0
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/MakeRepost/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk MakeRepost \
+ --post 2571 \
+ --from -218704372 \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/MakeRepost/bat.txt b/docs/ru/cli/NEW_CLI/vk/MakeRepost/bat.txt
new file mode 100644
index 0000000000..2d760b9ab3
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/MakeRepost/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk MakeRepost ^
+ --post 2571 ^
+ --from -218704372 ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/OpenDiscussion/bash.txt b/docs/ru/cli/NEW_CLI/vk/OpenDiscussion/bash.txt
new file mode 100644
index 0000000000..0319eef00f
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/OpenDiscussion/bash.txt
@@ -0,0 +1,5 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk OpenDiscussion \
+ --topic 52609008 \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/OpenDiscussion/bat.txt b/docs/ru/cli/NEW_CLI/vk/OpenDiscussion/bat.txt
new file mode 100644
index 0000000000..03c742d01c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/OpenDiscussion/bat.txt
@@ -0,0 +1,5 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk OpenDiscussion ^
+ --topic 52609008 ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/PauseAdvertising/bash.txt b/docs/ru/cli/NEW_CLI/vk/PauseAdvertising/bash.txt
new file mode 100644
index 0000000000..de0d05d3c3
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/PauseAdvertising/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk PauseAdvertising \
+ --adv 0 \
+ --cabinet "1607951446" \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/PauseAdvertising/bat.txt b/docs/ru/cli/NEW_CLI/vk/PauseAdvertising/bat.txt
new file mode 100644
index 0000000000..0aca113206
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/PauseAdvertising/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk PauseAdvertising ^
+ --adv 0 ^
+ --cabinet "1607951446" ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/RemoveProductFromSelection/bash.txt b/docs/ru/cli/NEW_CLI/vk/RemoveProductFromSelection/bash.txt
new file mode 100644
index 0000000000..05ab1a0a99
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/RemoveProductFromSelection/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk RemoveProductFromSelection \
+ --sel 132 \
+ --item 9784021 \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/RemoveProductFromSelection/bat.txt b/docs/ru/cli/NEW_CLI/vk/RemoveProductFromSelection/bat.txt
new file mode 100644
index 0000000000..3237ec796a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/RemoveProductFromSelection/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk RemoveProductFromSelection ^
+ --sel 132 ^
+ --item 9784021 ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/SaveImageToAlbum/bash.txt b/docs/ru/cli/NEW_CLI/vk/SaveImageToAlbum/bash.txt
new file mode 100644
index 0000000000..5fce98376b
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/SaveImageToAlbum/bash.txt
@@ -0,0 +1,7 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk SaveImageToAlbum \
+ --album 306127315 \
+ --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \
+ --description "AutoTestImage" \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/SaveImageToAlbum/bat.txt b/docs/ru/cli/NEW_CLI/vk/SaveImageToAlbum/bat.txt
new file mode 100644
index 0000000000..7e1ccb5721
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/SaveImageToAlbum/bat.txt
@@ -0,0 +1,7 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk SaveImageToAlbum ^
+ --album 306127315 ^
+ --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" ^
+ --description "AutoTestImage" ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/ShortenLink/bash.txt b/docs/ru/cli/NEW_CLI/vk/ShortenLink/bash.txt
new file mode 100644
index 0000000000..4f1237fc00
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/ShortenLink/bash.txt
@@ -0,0 +1,5 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk ShortenLink \
+ --url "https://github.com/Bayselonarrend/OpenIntegrations" \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/ShortenLink/bat.txt b/docs/ru/cli/NEW_CLI/vk/ShortenLink/bat.txt
new file mode 100644
index 0000000000..1b61d00b72
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/ShortenLink/bat.txt
@@ -0,0 +1,5 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk ShortenLink ^
+ --url "https://github.com/Bayselonarrend/OpenIntegrations" ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/UploadPhotoToServer/bash.txt b/docs/ru/cli/NEW_CLI/vk/UploadPhotoToServer/bash.txt
new file mode 100644
index 0000000000..d77a526e28
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/UploadPhotoToServer/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk UploadPhotoToServer \
+ --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \
+ --type "Post" \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/UploadPhotoToServer/bat.txt b/docs/ru/cli/NEW_CLI/vk/UploadPhotoToServer/bat.txt
new file mode 100644
index 0000000000..6c45e8fe24
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/UploadPhotoToServer/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk UploadPhotoToServer ^
+ --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" ^
+ --type "Post" ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/UploadVideoToServer/bash.txt b/docs/ru/cli/NEW_CLI/vk/UploadVideoToServer/bash.txt
new file mode 100644
index 0000000000..e51984eb3d
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/UploadVideoToServer/bash.txt
@@ -0,0 +1,7 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk UploadVideoToServer \
+ --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4" \
+ --title "NewVideo" \
+ --description "Video description" \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/UploadVideoToServer/bat.txt b/docs/ru/cli/NEW_CLI/vk/UploadVideoToServer/bat.txt
new file mode 100644
index 0000000000..29ce27f716
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/UploadVideoToServer/bat.txt
@@ -0,0 +1,7 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk UploadVideoToServer ^
+ --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4" ^
+ --title "NewVideo" ^
+ --description "Video description" ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/WriteComment/bash.txt b/docs/ru/cli/NEW_CLI/vk/WriteComment/bash.txt
new file mode 100644
index 0000000000..d0882e2d2e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/WriteComment/bash.txt
@@ -0,0 +1,7 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk WriteComment \
+ --post 4774 \
+ --wall "-218861756" \
+ --text "NewComment" \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/WriteComment/bat.txt b/docs/ru/cli/NEW_CLI/vk/WriteComment/bat.txt
new file mode 100644
index 0000000000..14257bb23d
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/WriteComment/bat.txt
@@ -0,0 +1,7 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk WriteComment ^
+ --post 4774 ^
+ --wall "-218861756" ^
+ --text "NewComment" ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/WriteInDiscussion/bash.txt b/docs/ru/cli/NEW_CLI/vk/WriteInDiscussion/bash.txt
new file mode 100644
index 0000000000..ab43a57552
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/WriteInDiscussion/bash.txt
@@ -0,0 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk WriteInDiscussion \
+ --topic 52609008 \
+ --text "I like yellow more" \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/WriteInDiscussion/bat.txt b/docs/ru/cli/NEW_CLI/vk/WriteInDiscussion/bat.txt
new file mode 100644
index 0000000000..af8d21d785
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/WriteInDiscussion/bat.txt
@@ -0,0 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk WriteInDiscussion ^
+ --topic 52609008 ^
+ --text "I like yellow more" ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/WriteMessage/bash.txt b/docs/ru/cli/NEW_CLI/vk/WriteMessage/bash.txt
new file mode 100644
index 0000000000..0a91a814d0
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/WriteMessage/bash.txt
@@ -0,0 +1,8 @@
+# JSON data can also be passed as a path to a .json file
+
+oint vk WriteMessage \
+ --text "Message from autotest" \
+ --user "657846756" \
+ --ct "vk1.a.IzbBGUkYUvrNfMt_sknCcC66hyYifL0U1Bb8CVYCNFBUVfpsJtzZ_K5LwCzURr2_uCzEaP_AK1QmInp9sGp7fu_CtEDSipFWFXJo0y8IFYAtSiw1s0xmjMMNN_mAKhsWQinOkAs5pw08YtWITbuKBgIboTFqvyTQyPtkpCbckftGHR6xabK0tA-Y98vsPZDUUZ2RVd9wO-P-8WzDyE86vg" \
+ --keyboard "{'buttons':[[{'action':{'type':'text','label':'Button 1'}},{'action':{'type':'text','label':'Button 2'}}]],'one_time':false}" \
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vk/WriteMessage/bat.txt b/docs/ru/cli/NEW_CLI/vk/WriteMessage/bat.txt
new file mode 100644
index 0000000000..b93d11a835
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vk/WriteMessage/bat.txt
@@ -0,0 +1,8 @@
+:: JSON data can also be passed as a path to a .json file
+
+oint vk WriteMessage ^
+ --text "Message from autotest" ^
+ --user "657846756" ^
+ --ct "vk1.a.IzbBGUkYUvrNfMt_sknCcC66hyYifL0U1Bb8CVYCNFBUVfpsJtzZ_K5LwCzURr2_uCzEaP_AK1QmInp9sGp7fu_CtEDSipFWFXJo0y8IFYAtSiw1s0xmjMMNN_mAKhsWQinOkAs5pw08YtWITbuKBgIboTFqvyTQyPtkpCbckftGHR6xabK0tA-Y98vsPZDUUZ2RVd9wO-P-8WzDyE86vg" ^
+ --keyboard "{'buttons':[[{'action':{'type':'text','label':'Button 1'}},{'action':{'type':'text','label':'Button 2'}}]],'one_time':false}" ^
+ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/ApprovePending/bash.txt b/docs/ru/cli/NEW_CLI/vkteams/ApprovePending/bash.txt
new file mode 100644
index 0000000000..87248ec9cd
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/ApprovePending/bash.txt
@@ -0,0 +1,3 @@
+oint vkteams ApprovePending \
+ --token "***" \
+ --chatid "689203963@chat.agent"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/ApprovePending/bat.txt b/docs/ru/cli/NEW_CLI/vkteams/ApprovePending/bat.txt
new file mode 100644
index 0000000000..40622df0f9
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/ApprovePending/bat.txt
@@ -0,0 +1,3 @@
+oint vkteams ApprovePending ^
+ --token "***" ^
+ --chatid "689203963@chat.agent"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/BlockChatUser/bash.txt b/docs/ru/cli/NEW_CLI/vkteams/BlockChatUser/bash.txt
new file mode 100644
index 0000000000..9d2fd760ea
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/BlockChatUser/bash.txt
@@ -0,0 +1,5 @@
+oint vkteams BlockChatUser \
+ --token "***" \
+ --chatid "689203963@chat.agent" \
+ --userid 1011987091 \
+ --dellast true
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/BlockChatUser/bat.txt b/docs/ru/cli/NEW_CLI/vkteams/BlockChatUser/bat.txt
new file mode 100644
index 0000000000..becef7d5e1
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/BlockChatUser/bat.txt
@@ -0,0 +1,5 @@
+oint vkteams BlockChatUser ^
+ --token "***" ^
+ --chatid "689203963@chat.agent" ^
+ --userid 1011987091 ^
+ --dellast true
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/ChangeChatPicture/bash.txt b/docs/ru/cli/NEW_CLI/vkteams/ChangeChatPicture/bash.txt
new file mode 100644
index 0000000000..21215381e1
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/ChangeChatPicture/bash.txt
@@ -0,0 +1,4 @@
+oint vkteams ChangeChatPicture \
+ --token "***" \
+ --chatid "AoLI0egLWBSLR1Ngn2w" \
+ --file "C:\Users\Administrator\AppData\Local\Temp\fhffbrlfu5c.png"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/ChangeChatPicture/bat.txt b/docs/ru/cli/NEW_CLI/vkteams/ChangeChatPicture/bat.txt
new file mode 100644
index 0000000000..3704a79d7a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/ChangeChatPicture/bat.txt
@@ -0,0 +1,4 @@
+oint vkteams ChangeChatPicture ^
+ --token "***" ^
+ --chatid "AoLI0egLWBSLR1Ngn2w" ^
+ --file "C:\Users\Administrator\AppData\Local\Temp\fhffbrlfu5c.png"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/CheckToken/bash.txt b/docs/ru/cli/NEW_CLI/vkteams/CheckToken/bash.txt
new file mode 100644
index 0000000000..2109c3401c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/CheckToken/bash.txt
@@ -0,0 +1,2 @@
+oint vkteams CheckToken \
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/CheckToken/bat.txt b/docs/ru/cli/NEW_CLI/vkteams/CheckToken/bat.txt
new file mode 100644
index 0000000000..9776052c8b
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/CheckToken/bat.txt
@@ -0,0 +1,2 @@
+oint vkteams CheckToken ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/DeleteMessage/bash.txt b/docs/ru/cli/NEW_CLI/vkteams/DeleteMessage/bash.txt
new file mode 100644
index 0000000000..03ff5abca4
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/DeleteMessage/bash.txt
@@ -0,0 +1,4 @@
+oint vkteams DeleteMessage \
+ --token "***" \
+ --chatid "689203963@chat.agent" \
+ --messageid "7426078405600218570"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/DeleteMessage/bat.txt b/docs/ru/cli/NEW_CLI/vkteams/DeleteMessage/bat.txt
new file mode 100644
index 0000000000..95e3869903
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/DeleteMessage/bat.txt
@@ -0,0 +1,4 @@
+oint vkteams DeleteMessage ^
+ --token "***" ^
+ --chatid "689203963@chat.agent" ^
+ --messageid "7426078405600218570"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/DisapprovePending/bash.txt b/docs/ru/cli/NEW_CLI/vkteams/DisapprovePending/bash.txt
new file mode 100644
index 0000000000..ae582846e8
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/DisapprovePending/bash.txt
@@ -0,0 +1,3 @@
+oint vkteams DisapprovePending \
+ --token "***" \
+ --chatid "689203963@chat.agent"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/DisapprovePending/bat.txt b/docs/ru/cli/NEW_CLI/vkteams/DisapprovePending/bat.txt
new file mode 100644
index 0000000000..ac90072b58
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/DisapprovePending/bat.txt
@@ -0,0 +1,3 @@
+oint vkteams DisapprovePending ^
+ --token "***" ^
+ --chatid "689203963@chat.agent"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/EditMessageText/bash.txt b/docs/ru/cli/NEW_CLI/vkteams/EditMessageText/bash.txt
new file mode 100644
index 0000000000..d482f6de03
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/EditMessageText/bash.txt
@@ -0,0 +1,6 @@
+oint vkteams EditMessageText \
+ --token "***" \
+ --chatid "689203963@chat.agent" \
+ --messageid "7426078405600218570" \
+ --text "New bold message text" \
+ --parsemod "HTML"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/EditMessageText/bat.txt b/docs/ru/cli/NEW_CLI/vkteams/EditMessageText/bat.txt
new file mode 100644
index 0000000000..8c375186d1
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/EditMessageText/bat.txt
@@ -0,0 +1,6 @@
+oint vkteams EditMessageText ^
+ --token "***" ^
+ --chatid "689203963@chat.agent" ^
+ --messageid "7426078405600218570" ^
+ --text "New bold message text" ^
+ --parsemod "HTML"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/ForwardMessage/bash.txt b/docs/ru/cli/NEW_CLI/vkteams/ForwardMessage/bash.txt
new file mode 100644
index 0000000000..a02db71704
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/ForwardMessage/bash.txt
@@ -0,0 +1,6 @@
+oint vkteams ForwardMessage \
+ --token "***" \
+ --messageid "7426078405600218570" \
+ --fromid "689203963@chat.agent" \
+ --chatid "AoLI0egLWBSLR1Ngn2w" \
+ --text "Additional text"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/ForwardMessage/bat.txt b/docs/ru/cli/NEW_CLI/vkteams/ForwardMessage/bat.txt
new file mode 100644
index 0000000000..444ed0e2d0
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/ForwardMessage/bat.txt
@@ -0,0 +1,6 @@
+oint vkteams ForwardMessage ^
+ --token "***" ^
+ --messageid "7426078405600218570" ^
+ --fromid "689203963@chat.agent" ^
+ --chatid "AoLI0egLWBSLR1Ngn2w" ^
+ --text "Additional text"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/GetChatAdmins/bash.txt b/docs/ru/cli/NEW_CLI/vkteams/GetChatAdmins/bash.txt
new file mode 100644
index 0000000000..f7c4cdf586
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/GetChatAdmins/bash.txt
@@ -0,0 +1,3 @@
+oint vkteams GetChatAdmins \
+ --token "***" \
+ --chatid "AoLI0egLWBSLR1Ngn2w"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/GetChatAdmins/bat.txt b/docs/ru/cli/NEW_CLI/vkteams/GetChatAdmins/bat.txt
new file mode 100644
index 0000000000..76d30b5c0e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/GetChatAdmins/bat.txt
@@ -0,0 +1,3 @@
+oint vkteams GetChatAdmins ^
+ --token "***" ^
+ --chatid "AoLI0egLWBSLR1Ngn2w"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/GetChatBlockedUsers/bash.txt b/docs/ru/cli/NEW_CLI/vkteams/GetChatBlockedUsers/bash.txt
new file mode 100644
index 0000000000..40a251ce92
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/GetChatBlockedUsers/bash.txt
@@ -0,0 +1,3 @@
+oint vkteams GetChatBlockedUsers \
+ --token "***" \
+ --chatid "AoLI0egLWBSLR1Ngn2w"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/GetChatBlockedUsers/bat.txt b/docs/ru/cli/NEW_CLI/vkteams/GetChatBlockedUsers/bat.txt
new file mode 100644
index 0000000000..f582d57dad
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/GetChatBlockedUsers/bat.txt
@@ -0,0 +1,3 @@
+oint vkteams GetChatBlockedUsers ^
+ --token "***" ^
+ --chatid "AoLI0egLWBSLR1Ngn2w"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/GetChatInfo/bash.txt b/docs/ru/cli/NEW_CLI/vkteams/GetChatInfo/bash.txt
new file mode 100644
index 0000000000..d8af095727
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/GetChatInfo/bash.txt
@@ -0,0 +1,3 @@
+oint vkteams GetChatInfo \
+ --token "***" \
+ --chatid "AoLI0egLWBSLR1Ngn2w"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/GetChatInfo/bat.txt b/docs/ru/cli/NEW_CLI/vkteams/GetChatInfo/bat.txt
new file mode 100644
index 0000000000..481e38dacc
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/GetChatInfo/bat.txt
@@ -0,0 +1,3 @@
+oint vkteams GetChatInfo ^
+ --token "***" ^
+ --chatid "AoLI0egLWBSLR1Ngn2w"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/GetChatJoinRequests/bash.txt b/docs/ru/cli/NEW_CLI/vkteams/GetChatJoinRequests/bash.txt
new file mode 100644
index 0000000000..5e6f2be03e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/GetChatJoinRequests/bash.txt
@@ -0,0 +1,3 @@
+oint vkteams GetChatJoinRequests \
+ --token "***" \
+ --chatid "AoLI0egLWBSLR1Ngn2w"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/GetChatJoinRequests/bat.txt b/docs/ru/cli/NEW_CLI/vkteams/GetChatJoinRequests/bat.txt
new file mode 100644
index 0000000000..2e69e6638f
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/GetChatJoinRequests/bat.txt
@@ -0,0 +1,3 @@
+oint vkteams GetChatJoinRequests ^
+ --token "***" ^
+ --chatid "AoLI0egLWBSLR1Ngn2w"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/GetChatMembers/bash.txt b/docs/ru/cli/NEW_CLI/vkteams/GetChatMembers/bash.txt
new file mode 100644
index 0000000000..3ed4adf92c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/GetChatMembers/bash.txt
@@ -0,0 +1,3 @@
+oint vkteams GetChatMembers \
+ --token "***" \
+ --chatid "AoLI0egLWBSLR1Ngn2w"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/GetChatMembers/bat.txt b/docs/ru/cli/NEW_CLI/vkteams/GetChatMembers/bat.txt
new file mode 100644
index 0000000000..2e8e2d6ef7
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/GetChatMembers/bat.txt
@@ -0,0 +1,3 @@
+oint vkteams GetChatMembers ^
+ --token "***" ^
+ --chatid "AoLI0egLWBSLR1Ngn2w"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/GetEvents/bash.txt b/docs/ru/cli/NEW_CLI/vkteams/GetEvents/bash.txt
new file mode 100644
index 0000000000..92dbb83dff
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/GetEvents/bash.txt
@@ -0,0 +1,4 @@
+oint vkteams GetEvents \
+ --token "***" \
+ --last 154 \
+ --timeout 3
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/GetEvents/bat.txt b/docs/ru/cli/NEW_CLI/vkteams/GetEvents/bat.txt
new file mode 100644
index 0000000000..28910cf0a0
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/GetEvents/bat.txt
@@ -0,0 +1,4 @@
+oint vkteams GetEvents ^
+ --token "***" ^
+ --last 154 ^
+ --timeout 3
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/GetFileInformation/bash.txt b/docs/ru/cli/NEW_CLI/vkteams/GetFileInformation/bash.txt
new file mode 100644
index 0000000000..3a248ee5e9
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/GetFileInformation/bash.txt
@@ -0,0 +1,3 @@
+oint vkteams GetFileInformation \
+ --token "***" \
+ --fileid "z4a2E67PPmjJJD2fADt4kt670ebb191bd"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/GetFileInformation/bat.txt b/docs/ru/cli/NEW_CLI/vkteams/GetFileInformation/bat.txt
new file mode 100644
index 0000000000..d3d8a98134
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/GetFileInformation/bat.txt
@@ -0,0 +1,3 @@
+oint vkteams GetFileInformation ^
+ --token "***" ^
+ --fileid "z4a2E67PPmjJJD2fADt4kt670ebb191bd"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/MakeActionButton/bash.txt b/docs/ru/cli/NEW_CLI/vkteams/MakeActionButton/bash.txt
new file mode 100644
index 0000000000..33dcf90958
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/MakeActionButton/bash.txt
@@ -0,0 +1,3 @@
+oint vkteams MakeActionButton \
+ --text "Button2" \
+ --url "https://openintegrations.dev"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/MakeActionButton/bat.txt b/docs/ru/cli/NEW_CLI/vkteams/MakeActionButton/bat.txt
new file mode 100644
index 0000000000..a9244cb3fc
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/MakeActionButton/bat.txt
@@ -0,0 +1,3 @@
+oint vkteams MakeActionButton ^
+ --text "Button2" ^
+ --url "https://openintegrations.dev"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/PinMessage/bash.txt b/docs/ru/cli/NEW_CLI/vkteams/PinMessage/bash.txt
new file mode 100644
index 0000000000..3c31f81ca7
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/PinMessage/bash.txt
@@ -0,0 +1,4 @@
+oint vkteams PinMessage \
+ --token "***" \
+ --chatid "689203963@chat.agent" \
+ --messageid "7426078405600218570"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/PinMessage/bat.txt b/docs/ru/cli/NEW_CLI/vkteams/PinMessage/bat.txt
new file mode 100644
index 0000000000..0bc8db351a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/PinMessage/bat.txt
@@ -0,0 +1,4 @@
+oint vkteams PinMessage ^
+ --token "***" ^
+ --chatid "689203963@chat.agent" ^
+ --messageid "7426078405600218570"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/RemoveChatMembers/bash.txt b/docs/ru/cli/NEW_CLI/vkteams/RemoveChatMembers/bash.txt
new file mode 100644
index 0000000000..6c4d11dcdf
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/RemoveChatMembers/bash.txt
@@ -0,0 +1,4 @@
+oint vkteams RemoveChatMembers \
+ --token "***" \
+ --chatid "689203963@chat.agent" \
+ --members 1011987091
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/RemoveChatMembers/bat.txt b/docs/ru/cli/NEW_CLI/vkteams/RemoveChatMembers/bat.txt
new file mode 100644
index 0000000000..5f427fb4d3
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/RemoveChatMembers/bat.txt
@@ -0,0 +1,4 @@
+oint vkteams RemoveChatMembers ^
+ --token "***" ^
+ --chatid "689203963@chat.agent" ^
+ --members 1011987091
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/ResendFile/bash.txt b/docs/ru/cli/NEW_CLI/vkteams/ResendFile/bash.txt
new file mode 100644
index 0000000000..b1e5b06a3e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/ResendFile/bash.txt
@@ -0,0 +1,5 @@
+oint vkteams ResendFile \
+ --token "***" \
+ --chatid "AoLI0egLWBSLR1Ngn2w" \
+ --fileid "z4a2E67PPmjJJD2fADt4kt670ebb191bd" \
+ --text "File caption"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/ResendFile/bat.txt b/docs/ru/cli/NEW_CLI/vkteams/ResendFile/bat.txt
new file mode 100644
index 0000000000..7752cf353d
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/ResendFile/bat.txt
@@ -0,0 +1,5 @@
+oint vkteams ResendFile ^
+ --token "***" ^
+ --chatid "AoLI0egLWBSLR1Ngn2w" ^
+ --fileid "z4a2E67PPmjJJD2fADt4kt670ebb191bd" ^
+ --text "File caption"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/ResendVoice/bash.txt b/docs/ru/cli/NEW_CLI/vkteams/ResendVoice/bash.txt
new file mode 100644
index 0000000000..0ab982c07b
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/ResendVoice/bash.txt
@@ -0,0 +1,4 @@
+oint vkteams ResendVoice \
+ --token "***" \
+ --chatid "AoLI0egLWBSLR1Ngn2w" \
+ --fileid "I000bDYE1e4urNQaFK9wEC670ebb351bd"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/ResendVoice/bat.txt b/docs/ru/cli/NEW_CLI/vkteams/ResendVoice/bat.txt
new file mode 100644
index 0000000000..ad9ae9d67f
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/ResendVoice/bat.txt
@@ -0,0 +1,4 @@
+oint vkteams ResendVoice ^
+ --token "***" ^
+ --chatid "AoLI0egLWBSLR1Ngn2w" ^
+ --fileid "I000bDYE1e4urNQaFK9wEC670ebb351bd"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/SendFile/bash.txt b/docs/ru/cli/NEW_CLI/vkteams/SendFile/bash.txt
new file mode 100644
index 0000000000..4ed3dd5bcd
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/SendFile/bash.txt
@@ -0,0 +1,6 @@
+oint vkteams SendFile \
+ --token "***" \
+ --chatid "AoLI0egLWBSLR1Ngn2w" \
+ --file C:\Users\Administrator\AppData\Local\Temp\5bjpeadp1av.tmp \
+ --text "File caption" \
+ --filename "ImportantDocument.docx"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/SendFile/bat.txt b/docs/ru/cli/NEW_CLI/vkteams/SendFile/bat.txt
new file mode 100644
index 0000000000..35b63daae5
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/SendFile/bat.txt
@@ -0,0 +1,6 @@
+oint vkteams SendFile ^
+ --token "***" ^
+ --chatid "AoLI0egLWBSLR1Ngn2w" ^
+ --file C:\Users\Administrator\AppData\Local\Temp\5bjpeadp1av.tmp ^
+ --text "File caption" ^
+ --filename "ImportantDocument.docx"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/SendTextMessage/bash.txt b/docs/ru/cli/NEW_CLI/vkteams/SendTextMessage/bash.txt
new file mode 100644
index 0000000000..19a8798b46
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/SendTextMessage/bash.txt
@@ -0,0 +1,7 @@
+oint vkteams SendTextMessage \
+ --token "***" \
+ --chatid "689203963@chat.agent" \
+ --text "Bold text" \
+ --reply "7425936628729777591" \
+ --keyboard "[[{'text':'Button1','callbackData':'ButtonEvent1','style':'attention'},{'text':'Button2','url':'https://openintegrations.dev','style':'base'}],[{'text':'Button1','callbackData':'ButtonEvent1','style':'attention'},{'text':'Button2','url':'https://openintegrations.dev','style':'base'}]]" \
+ --parsemod "HTML"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/SendTextMessage/bat.txt b/docs/ru/cli/NEW_CLI/vkteams/SendTextMessage/bat.txt
new file mode 100644
index 0000000000..620a5a978d
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/SendTextMessage/bat.txt
@@ -0,0 +1,7 @@
+oint vkteams SendTextMessage ^
+ --token "***" ^
+ --chatid "689203963@chat.agent" ^
+ --text "Bold text" ^
+ --reply "7425936628729777591" ^
+ --keyboard "[[{'text':'Button1','callbackData':'ButtonEvent1','style':'attention'},{'text':'Button2','url':'https://openintegrations.dev','style':'base'}],[{'text':'Button1','callbackData':'ButtonEvent1','style':'attention'},{'text':'Button2','url':'https://openintegrations.dev','style':'base'}]]" ^
+ --parsemod "HTML"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/SendVoice/bash.txt b/docs/ru/cli/NEW_CLI/vkteams/SendVoice/bash.txt
new file mode 100644
index 0000000000..238ee21589
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/SendVoice/bash.txt
@@ -0,0 +1,5 @@
+oint vkteams SendVoice \
+ --token "***" \
+ --chatid "689203963@chat.agent" \
+ --file "C:\Users\Administrator\AppData\Local\Temp\cezaszahlts.m4a" \
+ --reply "7426078405600218570"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/SendVoice/bat.txt b/docs/ru/cli/NEW_CLI/vkteams/SendVoice/bat.txt
new file mode 100644
index 0000000000..5686a937d6
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/SendVoice/bat.txt
@@ -0,0 +1,5 @@
+oint vkteams SendVoice ^
+ --token "***" ^
+ --chatid "689203963@chat.agent" ^
+ --file "C:\Users\Administrator\AppData\Local\Temp\cezaszahlts.m4a" ^
+ --reply "7426078405600218570"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/SetChatDescription/bash.txt b/docs/ru/cli/NEW_CLI/vkteams/SetChatDescription/bash.txt
new file mode 100644
index 0000000000..362bbecdda
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/SetChatDescription/bash.txt
@@ -0,0 +1,4 @@
+oint vkteams SetChatDescription \
+ --token "***" \
+ --chatid "689203963@chat.agent" \
+ --text "New description"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/SetChatDescription/bat.txt b/docs/ru/cli/NEW_CLI/vkteams/SetChatDescription/bat.txt
new file mode 100644
index 0000000000..3e4bb74e3c
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/SetChatDescription/bat.txt
@@ -0,0 +1,4 @@
+oint vkteams SetChatDescription ^
+ --token "***" ^
+ --chatid "689203963@chat.agent" ^
+ --text "New description"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/SetChatRules/bash.txt b/docs/ru/cli/NEW_CLI/vkteams/SetChatRules/bash.txt
new file mode 100644
index 0000000000..091fe0f1f6
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/SetChatRules/bash.txt
@@ -0,0 +1,4 @@
+oint vkteams SetChatRules \
+ --token "***" \
+ --chatid "689203963@chat.agent" \
+ --text "Text of the new rules"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/SetChatRules/bat.txt b/docs/ru/cli/NEW_CLI/vkteams/SetChatRules/bat.txt
new file mode 100644
index 0000000000..d29ca41dd5
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/SetChatRules/bat.txt
@@ -0,0 +1,4 @@
+oint vkteams SetChatRules ^
+ --token "***" ^
+ --chatid "689203963@chat.agent" ^
+ --text "Text of the new rules"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/SetChatTitle/bash.txt b/docs/ru/cli/NEW_CLI/vkteams/SetChatTitle/bash.txt
new file mode 100644
index 0000000000..ae0af8f7df
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/SetChatTitle/bash.txt
@@ -0,0 +1,4 @@
+oint vkteams SetChatTitle \
+ --token "***" \
+ --chatid "689203963@chat.agent" \
+ --text "New title"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/SetChatTitle/bat.txt b/docs/ru/cli/NEW_CLI/vkteams/SetChatTitle/bat.txt
new file mode 100644
index 0000000000..14262295dd
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/SetChatTitle/bat.txt
@@ -0,0 +1,4 @@
+oint vkteams SetChatTitle ^
+ --token "***" ^
+ --chatid "689203963@chat.agent" ^
+ --text "New title"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/UnblockChatUser/bash.txt b/docs/ru/cli/NEW_CLI/vkteams/UnblockChatUser/bash.txt
new file mode 100644
index 0000000000..ede7e3da1a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/UnblockChatUser/bash.txt
@@ -0,0 +1,4 @@
+oint vkteams UnblockChatUser \
+ --token "***" \
+ --chatid "689203963@chat.agent" \
+ --userid 1011987091
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/UnblockChatUser/bat.txt b/docs/ru/cli/NEW_CLI/vkteams/UnblockChatUser/bat.txt
new file mode 100644
index 0000000000..716c1b8728
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/UnblockChatUser/bat.txt
@@ -0,0 +1,4 @@
+oint vkteams UnblockChatUser ^
+ --token "***" ^
+ --chatid "689203963@chat.agent" ^
+ --userid 1011987091
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/UnpinMessage/bash.txt b/docs/ru/cli/NEW_CLI/vkteams/UnpinMessage/bash.txt
new file mode 100644
index 0000000000..04c92003b6
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/UnpinMessage/bash.txt
@@ -0,0 +1,4 @@
+oint vkteams UnpinMessage \
+ --token "***" \
+ --chatid "689203963@chat.agent" \
+ --messageid "7426078405600218570"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/vkteams/UnpinMessage/bat.txt b/docs/ru/cli/NEW_CLI/vkteams/UnpinMessage/bat.txt
new file mode 100644
index 0000000000..c32fafd52e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/vkteams/UnpinMessage/bat.txt
@@ -0,0 +1,4 @@
+oint vkteams UnpinMessage ^
+ --token "***" ^
+ --chatid "689203963@chat.agent" ^
+ --messageid "7426078405600218570"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/CancelObjectPublication/bash.txt b/docs/ru/cli/NEW_CLI/yadisk/CancelObjectPublication/bash.txt
new file mode 100644
index 0000000000..71c4ea792a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/CancelObjectPublication/bash.txt
@@ -0,0 +1,3 @@
+oint yadisk CancelObjectPublication \
+ --token "***" \
+ --path "/d2e6c6c3-e69b-4084-9053-09b4c47b516d.png"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/CancelObjectPublication/bat.txt b/docs/ru/cli/NEW_CLI/yadisk/CancelObjectPublication/bat.txt
new file mode 100644
index 0000000000..7f15584743
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/CancelObjectPublication/bat.txt
@@ -0,0 +1,3 @@
+oint yadisk CancelObjectPublication ^
+ --token "***" ^
+ --path "/d2e6c6c3-e69b-4084-9053-09b4c47b516d.png"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/CreateFolder/bash.txt b/docs/ru/cli/NEW_CLI/yadisk/CreateFolder/bash.txt
new file mode 100644
index 0000000000..a2e37c166d
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/CreateFolder/bash.txt
@@ -0,0 +1,3 @@
+oint yadisk CreateFolder \
+ --token "***" \
+ --path "/9ecd1ec0-5642-4039-9296-c1adc449bce8"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/CreateFolder/bat.txt b/docs/ru/cli/NEW_CLI/yadisk/CreateFolder/bat.txt
new file mode 100644
index 0000000000..9626756887
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/CreateFolder/bat.txt
@@ -0,0 +1,3 @@
+oint yadisk CreateFolder ^
+ --token "***" ^
+ --path "/9ecd1ec0-5642-4039-9296-c1adc449bce8"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/CreateObjectCopy/bash.txt b/docs/ru/cli/NEW_CLI/yadisk/CreateObjectCopy/bash.txt
new file mode 100644
index 0000000000..30da091e66
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/CreateObjectCopy/bash.txt
@@ -0,0 +1,5 @@
+oint yadisk CreateObjectCopy \
+ --token "***" \
+ --from "/30ba9c9c-c2bf-4aff-92c3-a4b36ae3e85a.png" \
+ --to "/b2b74e23-dcfb-4c27-8652-7cd5e3aac39a.png" \
+ --rewrite true
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/CreateObjectCopy/bat.txt b/docs/ru/cli/NEW_CLI/yadisk/CreateObjectCopy/bat.txt
new file mode 100644
index 0000000000..03172fe72e
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/CreateObjectCopy/bat.txt
@@ -0,0 +1,5 @@
+oint yadisk CreateObjectCopy ^
+ --token "***" ^
+ --from "/30ba9c9c-c2bf-4aff-92c3-a4b36ae3e85a.png" ^
+ --to "/b2b74e23-dcfb-4c27-8652-7cd5e3aac39a.png" ^
+ --rewrite true
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/DeleteObject/bash.txt b/docs/ru/cli/NEW_CLI/yadisk/DeleteObject/bash.txt
new file mode 100644
index 0000000000..c3905ca36f
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/DeleteObject/bash.txt
@@ -0,0 +1,4 @@
+oint yadisk DeleteObject \
+ --token "***" \
+ --path "/51742dd2-3255-4fa9-8717-e6da6a733e68.png" \
+ --can false
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/DeleteObject/bat.txt b/docs/ru/cli/NEW_CLI/yadisk/DeleteObject/bat.txt
new file mode 100644
index 0000000000..a5552158ce
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/DeleteObject/bat.txt
@@ -0,0 +1,4 @@
+oint yadisk DeleteObject ^
+ --token "***" ^
+ --path "/51742dd2-3255-4fa9-8717-e6da6a733e68.png" ^
+ --can false
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/DownloadFile/bash.txt b/docs/ru/cli/NEW_CLI/yadisk/DownloadFile/bash.txt
new file mode 100644
index 0000000000..fd491b6439
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/DownloadFile/bash.txt
@@ -0,0 +1,3 @@
+oint yadisk DownloadFile \
+ --token "***" \
+ --path "/5097668e-d3ff-440b-84e4-bf2266e6558d.png"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/DownloadFile/bat.txt b/docs/ru/cli/NEW_CLI/yadisk/DownloadFile/bat.txt
new file mode 100644
index 0000000000..372765cdd8
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/DownloadFile/bat.txt
@@ -0,0 +1,3 @@
+oint yadisk DownloadFile ^
+ --token "***" ^
+ --path "/5097668e-d3ff-440b-84e4-bf2266e6558d.png"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/GetDiskInformation/bash.txt b/docs/ru/cli/NEW_CLI/yadisk/GetDiskInformation/bash.txt
new file mode 100644
index 0000000000..e244dd653d
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/GetDiskInformation/bash.txt
@@ -0,0 +1,2 @@
+oint yadisk GetDiskInformation \
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/GetDiskInformation/bat.txt b/docs/ru/cli/NEW_CLI/yadisk/GetDiskInformation/bat.txt
new file mode 100644
index 0000000000..af95c7c140
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/GetDiskInformation/bat.txt
@@ -0,0 +1,2 @@
+oint yadisk GetDiskInformation ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/GetDownloadLink/bash.txt b/docs/ru/cli/NEW_CLI/yadisk/GetDownloadLink/bash.txt
new file mode 100644
index 0000000000..829737824a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/GetDownloadLink/bash.txt
@@ -0,0 +1,3 @@
+oint yadisk GetDownloadLink \
+ --token "***" \
+ --path "/5097668e-d3ff-440b-84e4-bf2266e6558d.png"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/GetDownloadLink/bat.txt b/docs/ru/cli/NEW_CLI/yadisk/GetDownloadLink/bat.txt
new file mode 100644
index 0000000000..a24baf42cf
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/GetDownloadLink/bat.txt
@@ -0,0 +1,3 @@
+oint yadisk GetDownloadLink ^
+ --token "***" ^
+ --path "/5097668e-d3ff-440b-84e4-bf2266e6558d.png"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/GetDownloadLinkForPublicObject/bash.txt b/docs/ru/cli/NEW_CLI/yadisk/GetDownloadLinkForPublicObject/bash.txt
new file mode 100644
index 0000000000..c5592ffa06
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/GetDownloadLinkForPublicObject/bash.txt
@@ -0,0 +1,3 @@
+oint yadisk GetDownloadLinkForPublicObject \
+ --token "***" \
+ --url "https://yadi.sk/d/iTaXfS3pPrC7Cg"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/GetDownloadLinkForPublicObject/bat.txt b/docs/ru/cli/NEW_CLI/yadisk/GetDownloadLinkForPublicObject/bat.txt
new file mode 100644
index 0000000000..93333dc230
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/GetDownloadLinkForPublicObject/bat.txt
@@ -0,0 +1,3 @@
+oint yadisk GetDownloadLinkForPublicObject ^
+ --token "***" ^
+ --url "https://yadi.sk/d/iTaXfS3pPrC7Cg"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/GetFilesList/bash.txt b/docs/ru/cli/NEW_CLI/yadisk/GetFilesList/bash.txt
new file mode 100644
index 0000000000..6b3ac523d6
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/GetFilesList/bash.txt
@@ -0,0 +1,5 @@
+oint yadisk GetFilesList \
+ --token "***" \
+ --amount 2 \
+ --offset 1 \
+ --type "image"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/GetFilesList/bat.txt b/docs/ru/cli/NEW_CLI/yadisk/GetFilesList/bat.txt
new file mode 100644
index 0000000000..1fd07c760a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/GetFilesList/bat.txt
@@ -0,0 +1,5 @@
+oint yadisk GetFilesList ^
+ --token "***" ^
+ --amount 2 ^
+ --offset 1 ^
+ --type "image"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/GetObject/bash.txt b/docs/ru/cli/NEW_CLI/yadisk/GetObject/bash.txt
new file mode 100644
index 0000000000..b12ac6b5ce
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/GetObject/bash.txt
@@ -0,0 +1,3 @@
+oint yadisk GetObject \
+ --token "***" \
+ --path "/adbb8ccd-2fe8-4445-9b1e-b9904f16e0cd.png"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/GetObject/bat.txt b/docs/ru/cli/NEW_CLI/yadisk/GetObject/bat.txt
new file mode 100644
index 0000000000..9424bf9115
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/GetObject/bat.txt
@@ -0,0 +1,3 @@
+oint yadisk GetObject ^
+ --token "***" ^
+ --path "/adbb8ccd-2fe8-4445-9b1e-b9904f16e0cd.png"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/GetPublicObject/bash.txt b/docs/ru/cli/NEW_CLI/yadisk/GetPublicObject/bash.txt
new file mode 100644
index 0000000000..e1f258d6e2
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/GetPublicObject/bash.txt
@@ -0,0 +1,3 @@
+oint yadisk GetPublicObject \
+ --token "***" \
+ --url "https://yadi.sk/d/iTaXfS3pPrC7Cg"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/GetPublicObject/bat.txt b/docs/ru/cli/NEW_CLI/yadisk/GetPublicObject/bat.txt
new file mode 100644
index 0000000000..56333fb590
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/GetPublicObject/bat.txt
@@ -0,0 +1,3 @@
+oint yadisk GetPublicObject ^
+ --token "***" ^
+ --url "https://yadi.sk/d/iTaXfS3pPrC7Cg"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/GetPublishedObjectsList/bash.txt b/docs/ru/cli/NEW_CLI/yadisk/GetPublishedObjectsList/bash.txt
new file mode 100644
index 0000000000..8b04c69fa3
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/GetPublishedObjectsList/bash.txt
@@ -0,0 +1,4 @@
+oint yadisk GetPublishedObjectsList \
+ --token "***" \
+ --amount 2 \
+ --offset 1
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/GetPublishedObjectsList/bat.txt b/docs/ru/cli/NEW_CLI/yadisk/GetPublishedObjectsList/bat.txt
new file mode 100644
index 0000000000..56585e11a4
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/GetPublishedObjectsList/bat.txt
@@ -0,0 +1,4 @@
+oint yadisk GetPublishedObjectsList ^
+ --token "***" ^
+ --amount 2 ^
+ --offset 1
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/MoveObject/bash.txt b/docs/ru/cli/NEW_CLI/yadisk/MoveObject/bash.txt
new file mode 100644
index 0000000000..ad8471ff86
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/MoveObject/bash.txt
@@ -0,0 +1,5 @@
+oint yadisk MoveObject \
+ --token "***" \
+ --from "/54932186-3716-4218-9da8-e0242c6362e7.png" \
+ --to "/da080925-2afc-40c0-bf61-0ba38122d06c.png" \
+ --rewrite true
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/MoveObject/bat.txt b/docs/ru/cli/NEW_CLI/yadisk/MoveObject/bat.txt
new file mode 100644
index 0000000000..bdabd6ea02
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/MoveObject/bat.txt
@@ -0,0 +1,5 @@
+oint yadisk MoveObject ^
+ --token "***" ^
+ --from "/54932186-3716-4218-9da8-e0242c6362e7.png" ^
+ --to "/da080925-2afc-40c0-bf61-0ba38122d06c.png" ^
+ --rewrite true
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/PublishObject/bash.txt b/docs/ru/cli/NEW_CLI/yadisk/PublishObject/bash.txt
new file mode 100644
index 0000000000..524d30732a
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/PublishObject/bash.txt
@@ -0,0 +1,3 @@
+oint yadisk PublishObject \
+ --token "***" \
+ --path "/d2e6c6c3-e69b-4084-9053-09b4c47b516d.png"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/PublishObject/bat.txt b/docs/ru/cli/NEW_CLI/yadisk/PublishObject/bat.txt
new file mode 100644
index 0000000000..2252da51c4
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/PublishObject/bat.txt
@@ -0,0 +1,3 @@
+oint yadisk PublishObject ^
+ --token "***" ^
+ --path "/d2e6c6c3-e69b-4084-9053-09b4c47b516d.png"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/SavePublicObjectToDisk/bash.txt b/docs/ru/cli/NEW_CLI/yadisk/SavePublicObjectToDisk/bash.txt
new file mode 100644
index 0000000000..937991596d
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/SavePublicObjectToDisk/bash.txt
@@ -0,0 +1,3 @@
+oint yadisk SavePublicObjectToDisk \
+ --token "***" \
+ --url "https://yadi.sk/d/iTaXfS3pPrC7Cg"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/SavePublicObjectToDisk/bat.txt b/docs/ru/cli/NEW_CLI/yadisk/SavePublicObjectToDisk/bat.txt
new file mode 100644
index 0000000000..1a27737351
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/SavePublicObjectToDisk/bat.txt
@@ -0,0 +1,3 @@
+oint yadisk SavePublicObjectToDisk ^
+ --token "***" ^
+ --url "https://yadi.sk/d/iTaXfS3pPrC7Cg"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/UploadFile/bash.txt b/docs/ru/cli/NEW_CLI/yadisk/UploadFile/bash.txt
new file mode 100644
index 0000000000..35ae1590bb
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/UploadFile/bash.txt
@@ -0,0 +1,5 @@
+oint yadisk UploadFile \
+ --token "***" \
+ --path "/51742dd2-3255-4fa9-8717-e6da6a733e68.png" \
+ --file "C:\Users\Administrator\AppData\Local\Temp\s55x105rzcm.png" \
+ --rewrite true
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/UploadFile/bat.txt b/docs/ru/cli/NEW_CLI/yadisk/UploadFile/bat.txt
new file mode 100644
index 0000000000..1d3b6deb9b
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/UploadFile/bat.txt
@@ -0,0 +1,5 @@
+oint yadisk UploadFile ^
+ --token "***" ^
+ --path "/51742dd2-3255-4fa9-8717-e6da6a733e68.png" ^
+ --file "C:\Users\Administrator\AppData\Local\Temp\s55x105rzcm.png" ^
+ --rewrite true
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/UploadFileByURL/bash.txt b/docs/ru/cli/NEW_CLI/yadisk/UploadFileByURL/bash.txt
new file mode 100644
index 0000000000..e5449302cb
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/UploadFileByURL/bash.txt
@@ -0,0 +1,4 @@
+oint yadisk UploadFileByURL \
+ --token "***" \
+ --path "/adbb8ccd-2fe8-4445-9b1e-b9904f16e0cd.png" \
+ --url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"
\ No newline at end of file
diff --git a/docs/ru/cli/NEW_CLI/yadisk/UploadFileByURL/bat.txt b/docs/ru/cli/NEW_CLI/yadisk/UploadFileByURL/bat.txt
new file mode 100644
index 0000000000..8e4879d332
--- /dev/null
+++ b/docs/ru/cli/NEW_CLI/yadisk/UploadFileByURL/bat.txt
@@ -0,0 +1,4 @@
+oint yadisk UploadFileByURL ^
+ --token "***" ^
+ --path "/adbb8ccd-2fe8-4445-9b1e-b9904f16e0cd.png" ^
+ --url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"
\ No newline at end of file