1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-12 04:34:10 +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С(СтруктураМетода["ИмяМодуля"], СтруктураМетода["ИмяМетода"]);
ПутьCLI = КаталогCLI + ИмяМодуляБезПрефикса + "/" + СтруктураМетода["ИмяМетода"] + ".txt";
ФайлCLI = Новый Файл(ПутьCLI);
ПутьCLI = КаталогCLI + ИмяМодуляБезПрефикса + "/" + СтруктураМетода["ИмяМетода"] + ".txt";
ФайлCLI = Новый Файл(ПутьCLI);
ВызовCLI = "";
Если Не ФайлCLI.Существует() Тогда
@ -203,7 +204,17 @@
Текст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"
@ВызовCLI
@ВызовCLI
```

View File

@ -37,7 +37,6 @@ sidebar_position: 2
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%
```

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.)"
```

View File

@ -36,7 +36,6 @@ sidebar_position: 1
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%
```

View File

@ -38,7 +38,6 @@ sidebar_position: 4
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%
```

View File

@ -35,7 +35,6 @@ sidebar_position: 2
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"
```

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.)"
```

View File

@ -43,7 +43,6 @@ sidebar_position: 3
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"
```

View File

@ -30,7 +30,6 @@ sidebar_position: 1
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%
```

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -30,7 +30,6 @@ sidebar_position: 3
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"
```

View File

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

View File

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

View File

@ -27,7 +27,6 @@ sidebar_position: 5
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"
```

View File

@ -31,7 +31,6 @@ sidebar_position: 3
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%
```

View File

@ -29,7 +29,6 @@ sidebar_position: 10
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%
```

View File

@ -29,7 +29,6 @@ sidebar_position: 11
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%
```

View File

@ -31,7 +31,6 @@ sidebar_position: 2
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%
```

View File

@ -30,7 +30,6 @@ sidebar_position: 13
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%
```

View File

@ -38,7 +38,6 @@ sidebar_position: 6
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%
```

View File

@ -31,7 +31,6 @@ sidebar_position: 14
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%
```

View File

@ -35,7 +35,6 @@ sidebar_position: 4
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%
```

View File

@ -32,7 +32,6 @@ sidebar_position: 4
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%
```

View File

@ -37,7 +37,6 @@ sidebar_position: 2
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%
```

View File

@ -29,7 +29,6 @@ sidebar_position: 1
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%
```

View File

@ -31,7 +31,6 @@ sidebar_position: 3
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%
```

View File

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

View File

@ -29,7 +29,6 @@ sidebar_position: 4
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%
```

View File

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

View File

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

View File

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

View File

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

View File

@ -29,7 +29,6 @@ sidebar_position: 5
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"
```

View File

@ -29,7 +29,6 @@ sidebar_position: 2
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%
```

View File

@ -30,7 +30,6 @@ sidebar_position: 7
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%
```

View File

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

View File

@ -29,7 +29,6 @@ sidebar_position: 2
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%
```

View File

@ -31,7 +31,6 @@ sidebar_position: 5
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%
```

View File

@ -31,7 +31,6 @@ sidebar_position: 4
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%
```

View File

@ -33,7 +33,6 @@ sidebar_position: 2
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%
```

View File

@ -32,7 +32,6 @@ sidebar_position: 5
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"
```

View File

@ -32,7 +32,6 @@ sidebar_position: 6
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%
```

View File

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

View File

@ -31,7 +31,6 @@ sidebar_position: 3
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"
```

View File

@ -35,7 +35,6 @@ sidebar_position: 8
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%
```

View File

@ -39,7 +39,6 @@ sidebar_position: 2
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"
```

View File

@ -45,7 +45,6 @@ sidebar_position: 1
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%
```

View File

@ -33,7 +33,6 @@ sidebar_position: 3
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"
```

View File

@ -33,7 +33,6 @@ sidebar_position: 1
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"
```

View File

@ -33,7 +33,6 @@ sidebar_position: 2
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%
```

View File

@ -32,7 +32,6 @@ sidebar_position: 4
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%
```

View File

@ -32,7 +32,6 @@ sidebar_position: 3
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%
```

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"
```

View File

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

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