1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-13 20:05:19 +02:00

Табуляция вызова CLI в доках

This commit is contained in:
Anton
2024-06-09 11:28:22 +03:00
parent 96b8f7f71e
commit 825da8c350
524 changed files with 15 additions and 526 deletions

View File

@@ -147,8 +147,9 @@
ТаблицаПараметров = ""; ТаблицаПараметров = "";
Вызов1С = ПолучитьВызов1С(СтруктураМетода["ИмяМодуля"], СтруктураМетода["ИмяМетода"]); Вызов1С = ПолучитьВызов1С(СтруктураМетода["ИмяМодуля"], СтруктураМетода["ИмяМетода"]);
ПутьCLI = КаталогCLI + ИмяМодуляБезПрефикса + "/" + СтруктураМетода["ИмяМетода"] + ".txt"; ПутьCLI = КаталогCLI + ИмяМодуляБезПрефикса + "/" + СтруктураМетода["ИмяМетода"] + ".txt";
ФайлCLI = Новый Файл(ПутьCLI); ФайлCLI = Новый Файл(ПутьCLI);
ВызовCLI = "";
Если Не ФайлCLI.Существует() Тогда Если Не ФайлCLI.Существует() Тогда
@@ -203,7 +204,17 @@
ТекстCLI = Новый ТекстовыйДокумент(); ТекстCLI = Новый ТекстовыйДокумент();
ТекстCLI.Прочитать(ПутьCLI); ТекстCLI.Прочитать(ПутьCLI);
ВызовCLI = ТекстCLI.ПолучитьТекст();
Для Н = 1 По ТекстCLI.КоличествоСтрок() Цикл
ТекущаяСтрока = СокрЛП(ТекстCLI.ПолучитьСтроку(Н));
Если ЗначениеЗаполнено(ТекущаяСтрока) Тогда
ВызовCLI = ВызовCLI + " " + ТекущаяСтрока + Символы.ПС;
КонецЕсли;
КонецЦикла;
Если ЗначениеЗаполнено(ВызовCLI) Тогда
ВызовCLI = Лев(ВызовCLI, СтрДлина(ВызовCLI) - 1);
КонецЕсли;
КонецЕсли; КонецЕсли;

View File

@@ -22,7 +22,7 @@ sidebar_position: @Счетчик
```sh title="Пример команды CLI" ```sh title="Пример команды CLI"
@ВызовCLI @ВызовCLI
``` ```

View File

@@ -37,7 +37,6 @@ sidebar_position: 2
oint airtable CreateComment --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --record "recV6DxeLQMBNJrUk" --text "TestComment" oint airtable CreateComment --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --record "recV6DxeLQMBNJrUk" --text "TestComment"
``` ```

View File

@@ -37,7 +37,6 @@ sidebar_position: 4
oint airtable DeleteComment --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --record "recV6DxeLQMBNJrUk" --comment %comment% oint airtable DeleteComment --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --record "recV6DxeLQMBNJrUk" --comment %comment%
``` ```

View File

@@ -39,7 +39,6 @@ sidebar_position: 3
oint airtable EditComment --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --record "recV6DxeLQMBNJrUk" --comment %comment% --text "Test comment (change.)" oint airtable EditComment --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --record "recV6DxeLQMBNJrUk" --comment %comment% --text "Test comment (change.)"
``` ```

View File

@@ -36,7 +36,6 @@ sidebar_position: 1
oint airtable GetComments --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --record "recV6DxeLQMBNJrUk" --offset %offset% oint airtable GetComments --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --record "recV6DxeLQMBNJrUk" --offset %offset%
``` ```

View File

@@ -43,7 +43,6 @@ sidebar_position: 3
oint airtable CreatePosts --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --data %data% oint airtable CreatePosts --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --data %data%
``` ```

View File

@@ -38,7 +38,6 @@ sidebar_position: 4
oint airtable DeletePosts --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --records %records% oint airtable DeletePosts --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --records %records%
``` ```

View File

@@ -34,7 +34,6 @@ sidebar_position: 1
oint airtable GetListOfRecords --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --offset %offset% oint airtable GetListOfRecords --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --offset %offset%
``` ```

View File

@@ -35,7 +35,6 @@ sidebar_position: 2
oint airtable GetRecord --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --record "recV6DxeLQMBNJrUk" oint airtable GetRecord --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --record "recV6DxeLQMBNJrUk"
``` ```

View File

@@ -46,7 +46,6 @@ sidebar_position: 1
oint airtable CreateTable --token %token% --base "apptm8Xqo7TwMaipQ" --title %title% --fieldsdata %fieldsdata% --description "NewTable" oint airtable CreateTable --token %token% --base "apptm8Xqo7TwMaipQ" --title %title% --fieldsdata %fieldsdata% --description "NewTable"
``` ```

View File

@@ -37,7 +37,6 @@ sidebar_position: 2
oint airtable ModifyTable --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --title "Test table 2 (change.)" --description "New table (change.)" oint airtable ModifyTable --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --title "Test table 2 (change.)" --description "New table (change.)"
``` ```

View File

@@ -43,7 +43,6 @@ sidebar_position: 3
oint airtable CreateDatabase --token %token% --ws "wspdf8yl1yZz3PmWZ" --title "TestDatabase" --tablesdata %tablesdata% oint airtable CreateDatabase --token %token% --ws "wspdf8yl1yZz3PmWZ" --title "TestDatabase" --tablesdata %tablesdata%
``` ```

View File

@@ -31,7 +31,6 @@ sidebar_position: 2
oint airtable GetDatabaseTables --token %token% --base "apptm8Xqo7TwMaipQ" oint airtable GetDatabaseTables --token %token% --base "apptm8Xqo7TwMaipQ"
``` ```

View File

@@ -30,7 +30,6 @@ sidebar_position: 1
oint airtable GetListOfBases --token %token% --offset %offset% oint airtable GetListOfBases --token %token% --offset %offset%
``` ```

View File

@@ -36,7 +36,6 @@ sidebar_position: 1
oint airtable CreateField --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --fielddata %fielddata% oint airtable CreateField --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --fielddata %fielddata%
``` ```

View File

@@ -30,7 +30,6 @@ sidebar_position: 5
oint airtable GetAttachmentField --title "Attachment" oint airtable GetAttachmentField --title "Attachment"
``` ```

View File

@@ -30,7 +30,6 @@ sidebar_position: 6
oint airtable GetCheckboxField --title "Checkbox" oint airtable GetCheckboxField --title "Checkbox"
``` ```

View File

@@ -30,7 +30,6 @@ sidebar_position: 7
oint airtable GetDateField --title "Date" oint airtable GetDateField --title "Date"
``` ```

View File

@@ -30,7 +30,6 @@ sidebar_position: 8
oint airtable GetEmailField --title "Email" oint airtable GetEmailField --title "Email"
``` ```

View File

@@ -30,7 +30,6 @@ sidebar_position: 10
oint airtable GetLinkField --title "Link" oint airtable GetLinkField --title "Link"
``` ```

View File

@@ -32,7 +32,6 @@ sidebar_position: 4
oint airtable GetNumberField --title "Number" --precision "0" oint airtable GetNumberField --title "Number" --precision "0"
``` ```

View File

@@ -30,7 +30,6 @@ sidebar_position: 9
oint airtable GetPhoneField --title "Phone" oint airtable GetPhoneField --title "Phone"
``` ```

View File

@@ -30,7 +30,6 @@ sidebar_position: 3
oint airtable GetStringField --title "String" oint airtable GetStringField --title "String"
``` ```

View File

@@ -39,7 +39,6 @@ sidebar_position: 2
oint airtable ModifyField --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --field "fld3IbFtHZtBHQwsk" --title %title% --description "New description" oint airtable ModifyField --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --field "fld3IbFtHZtBHQwsk" --title %title% --description "New description"
``` ```

View File

@@ -28,7 +28,6 @@ sidebar_position: 4
oint dropbox GetAccountInformation --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --account %account% oint dropbox GetAccountInformation --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --account %account%
``` ```

View File

@@ -26,7 +26,6 @@ sidebar_position: 1
oint dropbox GetAuthorizationLink --appkey "oynqxds..." oint dropbox GetAuthorizationLink --appkey "oynqxds..."
``` ```

View File

@@ -27,7 +27,6 @@ sidebar_position: 5
oint dropbox GetSpaceUsageData --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." oint dropbox GetSpaceUsageData --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..."
``` ```

View File

@@ -31,7 +31,6 @@ sidebar_position: 2
oint dropbox GetToken --appkey "oynqxds..." --appsecret "tk2oewn..." --code "bTCiUTzxe6kAAAAAAAAAGN1NMZIxyqETKr4o7OS2dU8" oint dropbox GetToken --appkey "oynqxds..." --appsecret "tk2oewn..." --code "bTCiUTzxe6kAAAAAAAAAGN1NMZIxyqETKr4o7OS2dU8"
``` ```

View File

@@ -31,7 +31,6 @@ sidebar_position: 3
oint dropbox RefreshToken --appkey "oynqxds..." --appsecret "tk2oewn..." --refresh "oZFWg3DmZ_IAAAAAAAAAAWilOA0M1SjV..." oint dropbox RefreshToken --appkey "oynqxds..." --appsecret "tk2oewn..." --refresh "oZFWg3DmZ_IAAAAAAAAAAWilOA0M1SjV..."
``` ```

View File

@@ -31,7 +31,6 @@ sidebar_position: 8
oint dropbox CopyObject --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --form %form% --to %to% oint dropbox CopyObject --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --form %form% --to %to%
``` ```

View File

@@ -29,7 +29,6 @@ sidebar_position: 10
oint dropbox CreateFolder --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% oint dropbox CreateFolder --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path%
``` ```

View File

@@ -30,7 +30,6 @@ sidebar_position: 7
oint dropbox DeleteObject --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --permanently %permanently% oint dropbox DeleteObject --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --permanently %permanently%
``` ```

View File

@@ -29,7 +29,6 @@ sidebar_position: 11
oint dropbox DownloadFile --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% oint dropbox DownloadFile --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path%
``` ```

View File

@@ -29,7 +29,6 @@ sidebar_position: 12
oint dropbox DownloadFolder --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% oint dropbox DownloadFolder --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path%
``` ```

View File

@@ -31,7 +31,6 @@ sidebar_position: 2
oint dropbox GetListOfFolderFiles --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --detail %detail% --cursor %cursor% oint dropbox GetListOfFolderFiles --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --detail %detail% --cursor %cursor%
``` ```

View File

@@ -30,7 +30,6 @@ sidebar_position: 1
oint dropbox GetObjectInformation --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --detail %detail% oint dropbox GetObjectInformation --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --detail %detail%
``` ```

View File

@@ -30,7 +30,6 @@ sidebar_position: 13
oint dropbox GetObjectVersionList --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --amount %amount% oint dropbox GetObjectVersionList --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --amount %amount%
``` ```

View File

@@ -29,7 +29,6 @@ sidebar_position: 3
oint dropbox GetPreview --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% oint dropbox GetPreview --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path%
``` ```

View File

@@ -38,7 +38,6 @@ sidebar_position: 6
oint dropbox GetUploadStatusByURL --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --job %job% oint dropbox GetUploadStatusByURL --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --job %job%
``` ```

View File

@@ -31,7 +31,6 @@ sidebar_position: 9
oint dropbox MoveObject --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --form %form% --to %to% oint dropbox MoveObject --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --form %form% --to %to%
``` ```

View File

@@ -31,7 +31,6 @@ sidebar_position: 14
oint dropbox RestoreObjectToVersion --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --rev "61a0b76320a6fbd841553" oint dropbox RestoreObjectToVersion --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --rev "61a0b76320a6fbd841553"
``` ```

View File

@@ -31,7 +31,6 @@ sidebar_position: 5
oint dropbox UploadFileByURL --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --url %url% --path %path% oint dropbox UploadFileByURL --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --url %url% --path %path%
``` ```

View File

@@ -35,7 +35,6 @@ sidebar_position: 4
oint dropbox UploadFile --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --file %file% --path %path% --overwrite %overwrite% oint dropbox UploadFile --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --file %file% --path %path% --overwrite %overwrite%
``` ```

View File

@@ -32,7 +32,6 @@ sidebar_position: 3
oint dropbox AddUsersToFile --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --fileid %fileid% --emails %emails% --readonly %readonly% oint dropbox AddUsersToFile --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --fileid %fileid% --emails %emails% --readonly %readonly%
``` ```

View File

@@ -32,7 +32,6 @@ sidebar_position: 4
oint dropbox AddUsersToFolder --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --folder %folder% --emails %emails% --readonly %readonly% oint dropbox AddUsersToFolder --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --folder %folder% --emails %emails% --readonly %readonly%
``` ```

View File

@@ -29,7 +29,6 @@ sidebar_position: 6
oint dropbox CancelFilePublication --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --fileid %fileid% oint dropbox CancelFilePublication --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --fileid %fileid%
``` ```

View File

@@ -37,7 +37,6 @@ sidebar_position: 2
oint dropbox CancelFolderPublication --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --folder %folder% oint dropbox CancelFolderPublication --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --folder %folder%
``` ```

View File

@@ -26,7 +26,6 @@ sidebar_position: 5
oint dropbox GetAsynchronousChangeStatus --token %token% --job %job% oint dropbox GetAsynchronousChangeStatus --token %token% --job %job%
``` ```

View File

@@ -29,7 +29,6 @@ sidebar_position: 1
oint dropbox PublishFolder --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% oint dropbox PublishFolder --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path%
``` ```

View File

@@ -31,7 +31,6 @@ sidebar_position: 2
oint dropbox AddTag --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --tag %tag% oint dropbox AddTag --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --tag %tag%
``` ```

View File

@@ -31,7 +31,6 @@ sidebar_position: 3
oint dropbox DeleteTag --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --tag %tag% oint dropbox DeleteTag --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --tag %tag%
``` ```

View File

@@ -26,7 +26,6 @@ sidebar_position: 1
oint dropbox GetTagList --token %token% --paths %paths% oint dropbox GetTagList --token %token% --paths %paths%
``` ```

View File

@@ -29,7 +29,6 @@ sidebar_position: 2
oint gcalendar AddCalendarToList --token %token% --calendar %calendar% oint gcalendar AddCalendarToList --token %token% --calendar %calendar%
``` ```

View File

@@ -29,7 +29,6 @@ sidebar_position: 4
oint gcalendar DeleteCalendarFromList --token %token% --calendar %calendar% oint gcalendar DeleteCalendarFromList --token %token% --calendar %calendar%
``` ```

View File

@@ -36,7 +36,6 @@ sidebar_position: 5
oint gcalendar EditListCalendar --token %token% --calendar %calendar% --primary %primary% --secondary %secondary% --hidden %hidden% oint gcalendar EditListCalendar --token %token% --calendar %calendar% --primary %primary% --secondary %secondary% --hidden %hidden%
``` ```

View File

@@ -28,7 +28,6 @@ sidebar_position: 1
oint gcalendar GetCalendarList --token %token% oint gcalendar GetCalendarList --token %token%
``` ```

View File

@@ -29,7 +29,6 @@ sidebar_position: 3
oint gcalendar GetListCalendar --token %token% --calendar %calendar% oint gcalendar GetListCalendar --token %token% --calendar %calendar%
``` ```

View File

@@ -27,7 +27,6 @@ sidebar_position: 4
oint gcalendar ClearMainCalendar --token %token% oint gcalendar ClearMainCalendar --token %token%
``` ```

View File

@@ -29,7 +29,6 @@ sidebar_position: 1
oint gcalendar CreateCalendar --token %token% --title %title% oint gcalendar CreateCalendar --token %token% --title %title%
``` ```

View File

@@ -29,7 +29,6 @@ sidebar_position: 5
oint gcalendar DeleteCalendar --token %token% --calendar %calendar% oint gcalendar DeleteCalendar --token %token% --calendar %calendar%
``` ```

View File

@@ -33,7 +33,6 @@ sidebar_position: 3
oint gcalendar EditCalendarMetadata --token %token% --calendar %calendar% --title "TestCalendar (change.)" --description "TestDescription" oint gcalendar EditCalendarMetadata --token %token% --calendar %calendar% --title "TestCalendar (change.)" --description "TestDescription"
``` ```

View File

@@ -29,7 +29,6 @@ sidebar_position: 2
oint gcalendar GetCalendarMetadata --token %token% --calendar %calendar% oint gcalendar GetCalendarMetadata --token %token% --calendar %calendar%
``` ```

View File

@@ -43,7 +43,6 @@ sidebar_position: 4
oint gcalendar CreateEvent --token %token% --calendar %calendar% --props %props% oint gcalendar CreateEvent --token %token% --calendar %calendar% --props %props%
``` ```

View File

@@ -30,7 +30,6 @@ sidebar_position: 7
oint gcalendar DeleteEvent --token %token% --calendar %calendar% --event %event% oint gcalendar DeleteEvent --token %token% --calendar %calendar% --event %event%
``` ```

View File

@@ -34,7 +34,6 @@ sidebar_position: 6
oint gcalendar EditEvent --token %token% --calendar %calendar% --props %props% --event %event% oint gcalendar EditEvent --token %token% --calendar %calendar% --props %props% --event %event%
``` ```

View File

@@ -24,7 +24,6 @@ sidebar_position: 1
oint gcalendar GetEventDescription oint gcalendar GetEventDescription
``` ```

View File

@@ -29,7 +29,6 @@ sidebar_position: 2
oint gcalendar GetEventList --token %token% --calendar %calendar% oint gcalendar GetEventList --token %token% --calendar %calendar%
``` ```

View File

@@ -30,7 +30,6 @@ sidebar_position: 3
oint gcalendar GetEvent --token %token% --calendar %calendar% --event %event% oint gcalendar GetEvent --token %token% --calendar %calendar% --event %event%
``` ```

View File

@@ -31,7 +31,6 @@ sidebar_position: 5
oint gcalendar MoveEvent --token %token% --from %from% --to %to% --event %event% oint gcalendar MoveEvent --token %token% --from %from% --to %to% --event %event%
``` ```

View File

@@ -33,7 +33,6 @@ sidebar_position: 1
oint gdrive CreateComment --token %token% --object "1rCyOc4A8VYw7DM3HV55P9BuKWayJOSvW" --text %text% oint gdrive CreateComment --token %token% --object "1rCyOc4A8VYw7DM3HV55P9BuKWayJOSvW" --text %text%
``` ```

View File

@@ -31,7 +31,6 @@ sidebar_position: 4
oint gdrive DeleteComment --token %token% --object %object% --comment %comment% oint gdrive DeleteComment --token %token% --object %object% --comment %comment%
``` ```

View File

@@ -31,7 +31,6 @@ sidebar_position: 3
oint gdrive GetCommentList --token %token% --object %object% oint gdrive GetCommentList --token %token% --object %object%
``` ```

View File

@@ -33,7 +33,6 @@ sidebar_position: 2
oint gdrive GetComment --token %token% --object %object% --comment "AAABI3NNNAY" oint gdrive GetComment --token %token% --object %object% --comment "AAABI3NNNAY"
``` ```

View File

@@ -35,7 +35,6 @@ sidebar_position: 7
oint gdrive CopyObject --token %token% --object "1F8pfXPgltiOG2fPv88uStwegYj1tRoFk" --title "CopiedFile.jpeg" --catalog %catalog% oint gdrive CopyObject --token %token% --object "1F8pfXPgltiOG2fPv88uStwegYj1tRoFk" --title "CopiedFile.jpeg" --catalog %catalog%
``` ```

View File

@@ -32,7 +32,6 @@ sidebar_position: 5
oint gdrive CreateFolder --token %token% --title "TestFolder" --catalog %catalog% oint gdrive CreateFolder --token %token% --title "TestFolder" --catalog %catalog%
``` ```

View File

@@ -30,7 +30,6 @@ sidebar_position: 9
oint gdrive DeleteObject --token %token% --object "1dg_MwwwPSPYT0p3y-8dvGWoapbwaaaaa" oint gdrive DeleteObject --token %token% --object "1dg_MwwwPSPYT0p3y-8dvGWoapbwaaaaa"
``` ```

View File

@@ -32,7 +32,6 @@ sidebar_position: 6
oint gdrive DownloadFile --token %token% --object "1dg_MwwwPSPYT0p3y-8dvGWoapbwaaaaa" --out %out% oint gdrive DownloadFile --token %token% --object "1dg_MwwwPSPYT0p3y-8dvGWoapbwaaaaa" --out %out%
``` ```

View File

@@ -31,7 +31,6 @@ sidebar_position: 2
oint gdrive GetDirectoriesList --token %token% --querry %querry% --depth %depth% oint gdrive GetDirectoriesList --token %token% --querry %querry% --depth %depth%
``` ```

View File

@@ -32,7 +32,6 @@ sidebar_position: 10
oint gdrive GetFileDescription oint gdrive GetFileDescription
``` ```

View File

@@ -31,7 +31,6 @@ sidebar_position: 3
oint gdrive GetFilesList --token %token% --querry %querry% --catalog "1VWoLK5w0uPVSjK3oyIXeiMtINN4jDOz4" oint gdrive GetFilesList --token %token% --querry %querry% --catalog "1VWoLK5w0uPVSjK3oyIXeiMtINN4jDOz4"
``` ```

View File

@@ -31,7 +31,6 @@ sidebar_position: 1
oint gdrive GetObjectInformation --token %token% --object "1dg_MwwwPSPYT0p3y-8dvGWoapbwaaaaa" oint gdrive GetObjectInformation --token %token% --object "1dg_MwwwPSPYT0p3y-8dvGWoapbwaaaaa"
``` ```

View File

@@ -35,7 +35,6 @@ sidebar_position: 8
oint gdrive UpdateFile --token %token% --object "1V0oaZh3qQZ7-wbARC8-vrErAFllsBGSJ" --file %file% --title "Updated file.jpeg" oint gdrive UpdateFile --token %token% --object "1V0oaZh3qQZ7-wbARC8-vrErAFllsBGSJ" --file %file% --title "Updated file.jpeg"
``` ```

View File

@@ -38,7 +38,6 @@ sidebar_position: 4
oint gdrive UploadFile --token %token% --file %file% --props %props% oint gdrive UploadFile --token %token% --file %file% --props %props%
``` ```

View File

@@ -39,7 +39,6 @@ sidebar_position: 2
oint gsheets ClearCells --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --cells %cells% --sheetname "Sheet2" oint gsheets ClearCells --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --cells %cells% --sheetname "Sheet2"
``` ```

View File

@@ -39,7 +39,6 @@ sidebar_position: 3
oint gsheets GetCellValues --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --cells %cells% --sheetname "Sheet2" oint gsheets GetCellValues --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --cells %cells% --sheetname "Sheet2"
``` ```

View File

@@ -45,7 +45,6 @@ sidebar_position: 1
oint gsheets SetCellValues --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --data %data% --sheetname "Sheet2" --dim %dim% oint gsheets SetCellValues --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --data %data% --sheetname "Sheet2" --dim %dim%
``` ```

View File

@@ -36,7 +36,6 @@ sidebar_position: 1
oint gsheets CreateSpreadsheet --token %token% --title "TestTable" --sheets %sheets% oint gsheets CreateSpreadsheet --token %token% --title "TestTable" --sheets %sheets%
``` ```

View File

@@ -33,7 +33,6 @@ sidebar_position: 3
oint gsheets EditSpreadsheetTitle --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --title "Test table (change.)" oint gsheets EditSpreadsheetTitle --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --title "Test table (change.)"
``` ```

View File

@@ -31,7 +31,6 @@ sidebar_position: 2
oint gsheets GetSpreadsheet --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" oint gsheets GetSpreadsheet --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc"
``` ```

View File

@@ -33,7 +33,6 @@ sidebar_position: 1
oint gsheets AddSheet --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --title "TestSheet" oint gsheets AddSheet --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --title "TestSheet"
``` ```

View File

@@ -35,7 +35,6 @@ sidebar_position: 3
oint gsheets CopySheet --token %token% --from "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --to "1tPDQHmduH9NASRhy0I-a6--ebNNJ5A6wXhhTRcNhD7s" --sheet "25093199" oint gsheets CopySheet --token %token% --from "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --to "1tPDQHmduH9NASRhy0I-a6--ebNNJ5A6wXhhTRcNhD7s" --sheet "25093199"
``` ```

View File

@@ -33,7 +33,6 @@ sidebar_position: 2
oint gsheets DeleteSheet --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --sheet "1790807910" oint gsheets DeleteSheet --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --sheet "1790807910"
``` ```

View File

@@ -38,7 +38,6 @@ sidebar_position: 1
oint notion CreateBlock --token "secret_9RsfMrRMqZwqp0Zl0B..." --page "5dd94c34fab04bff9..." --block %block% --prev %prev% oint notion CreateBlock --token "secret_9RsfMrRMqZwqp0Zl0B..." --page "5dd94c34fab04bff9..." --block %block% --prev %prev%
``` ```

View File

@@ -32,7 +32,6 @@ sidebar_position: 4
oint notion DeleteBlock --token "secret_9RsfMrRMqZwqp0Zl0B..." --block %block% oint notion DeleteBlock --token "secret_9RsfMrRMqZwqp0Zl0B..." --block %block%
``` ```

View File

@@ -33,7 +33,6 @@ sidebar_position: 2
oint notion ReturnBlock --token "secret_9RsfMrRMqZwqp0Zl0B..." --block %block% --core %core% oint notion ReturnBlock --token "secret_9RsfMrRMqZwqp0Zl0B..." --block %block% --core %core%
``` ```

View File

@@ -32,7 +32,6 @@ sidebar_position: 3
oint notion ReturnChildBlocks --token "secret_9RsfMrRMqZwqp0Zl0B..." --block %block% oint notion ReturnChildBlocks --token "secret_9RsfMrRMqZwqp0Zl0B..." --block %block%
``` ```

View File

@@ -54,7 +54,6 @@ sidebar_position: 1
oint notion CreateDatabase --token "secret_9RsfMrRMqZwqp0Zl0B..." --page "5dd94c34fab04bff9..." --title "This base is from 1C" --props %props% oint notion CreateDatabase --token "secret_9RsfMrRMqZwqp0Zl0B..." --page "5dd94c34fab04bff9..." --title "This base is from 1C" --props %props%
``` ```

View File

@@ -41,7 +41,6 @@ sidebar_position: 3
oint notion EditDatabaseProperties --token "secret_9RsfMrRMqZwqp0Zl0B..." --base "5dd94c34fab04bff9..." --props %props% --title "Updated title" --description "Updated base description" oint notion EditDatabaseProperties --token "secret_9RsfMrRMqZwqp0Zl0B..." --base "5dd94c34fab04bff9..." --props %props% --title "Updated title" --description "Updated base description"
``` ```

View File

@@ -32,7 +32,6 @@ sidebar_position: 2
oint notion GetDatabase --token "secret_9RsfMrRMqZwqp0Zl0B..." --base "048ba0ce4f474e33900540d24..." oint notion GetDatabase --token "secret_9RsfMrRMqZwqp0Zl0B..." --base "048ba0ce4f474e33900540d24..."
``` ```

Some files were not shown because too many files have changed in this diff Show More