mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-12 04:34:10 +02:00
Табуляция вызова CLI в доках
This commit is contained in:
parent
96b8f7f71e
commit
825da8c350
17
.github/workflows/os/docs_main.os
vendored
17
.github/workflows/os/docs_main.os
vendored
@ -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);
|
||||
КонецЕсли;
|
||||
|
||||
КонецЕсли;
|
||||
|
||||
|
2
.github/workflows/os/template.md
vendored
2
.github/workflows/os/template.md
vendored
@ -22,7 +22,7 @@ sidebar_position: @Счетчик
|
||||
|
||||
```sh title="Пример команды CLI"
|
||||
|
||||
@ВызовCLI
|
||||
@ВызовCLI
|
||||
|
||||
```
|
||||
|
||||
|
@ -37,7 +37,6 @@ sidebar_position: 2
|
||||
|
||||
oint airtable CreateComment --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --record "recV6DxeLQMBNJrUk" --text "TestComment"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -37,7 +37,6 @@ sidebar_position: 4
|
||||
|
||||
oint airtable DeleteComment --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --record "recV6DxeLQMBNJrUk" --comment %comment%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -39,7 +39,6 @@ sidebar_position: 3
|
||||
|
||||
oint airtable EditComment --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --record "recV6DxeLQMBNJrUk" --comment %comment% --text "Test comment (change.)"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -36,7 +36,6 @@ sidebar_position: 1
|
||||
|
||||
oint airtable GetComments --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --record "recV6DxeLQMBNJrUk" --offset %offset%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -43,7 +43,6 @@ sidebar_position: 3
|
||||
|
||||
oint airtable CreatePosts --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --data %data%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -38,7 +38,6 @@ sidebar_position: 4
|
||||
|
||||
oint airtable DeletePosts --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --records %records%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -34,7 +34,6 @@ sidebar_position: 1
|
||||
|
||||
oint airtable GetListOfRecords --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --offset %offset%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -35,7 +35,6 @@ sidebar_position: 2
|
||||
|
||||
oint airtable GetRecord --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --record "recV6DxeLQMBNJrUk"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -46,7 +46,6 @@ sidebar_position: 1
|
||||
|
||||
oint airtable CreateTable --token %token% --base "apptm8Xqo7TwMaipQ" --title %title% --fieldsdata %fieldsdata% --description "NewTable"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -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.)"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -43,7 +43,6 @@ sidebar_position: 3
|
||||
|
||||
oint airtable CreateDatabase --token %token% --ws "wspdf8yl1yZz3PmWZ" --title "TestDatabase" --tablesdata %tablesdata%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -31,7 +31,6 @@ sidebar_position: 2
|
||||
|
||||
oint airtable GetDatabaseTables --token %token% --base "apptm8Xqo7TwMaipQ"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -30,7 +30,6 @@ sidebar_position: 1
|
||||
|
||||
oint airtable GetListOfBases --token %token% --offset %offset%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -36,7 +36,6 @@ sidebar_position: 1
|
||||
|
||||
oint airtable CreateField --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --fielddata %fielddata%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -30,7 +30,6 @@ sidebar_position: 5
|
||||
|
||||
oint airtable GetAttachmentField --title "Attachment"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -30,7 +30,6 @@ sidebar_position: 6
|
||||
|
||||
oint airtable GetCheckboxField --title "Checkbox"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -30,7 +30,6 @@ sidebar_position: 7
|
||||
|
||||
oint airtable GetDateField --title "Date"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -30,7 +30,6 @@ sidebar_position: 8
|
||||
|
||||
oint airtable GetEmailField --title "Email"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -30,7 +30,6 @@ sidebar_position: 10
|
||||
|
||||
oint airtable GetLinkField --title "Link"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -32,7 +32,6 @@ sidebar_position: 4
|
||||
|
||||
oint airtable GetNumberField --title "Number" --precision "0"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -30,7 +30,6 @@ sidebar_position: 9
|
||||
|
||||
oint airtable GetPhoneField --title "Phone"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -30,7 +30,6 @@ sidebar_position: 3
|
||||
|
||||
oint airtable GetStringField --title "String"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -39,7 +39,6 @@ sidebar_position: 2
|
||||
|
||||
oint airtable ModifyField --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --field "fld3IbFtHZtBHQwsk" --title %title% --description "New description"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -28,7 +28,6 @@ sidebar_position: 4
|
||||
|
||||
oint dropbox GetAccountInformation --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --account %account%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@ sidebar_position: 1
|
||||
|
||||
oint dropbox GetAuthorizationLink --appkey "oynqxds..."
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -27,7 +27,6 @@ sidebar_position: 5
|
||||
|
||||
oint dropbox GetSpaceUsageData --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..."
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -31,7 +31,6 @@ sidebar_position: 2
|
||||
|
||||
oint dropbox GetToken --appkey "oynqxds..." --appsecret "tk2oewn..." --code "bTCiUTzxe6kAAAAAAAAAGN1NMZIxyqETKr4o7OS2dU8"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -31,7 +31,6 @@ sidebar_position: 3
|
||||
|
||||
oint dropbox RefreshToken --appkey "oynqxds..." --appsecret "tk2oewn..." --refresh "oZFWg3DmZ_IAAAAAAAAAAWilOA0M1SjV..."
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -31,7 +31,6 @@ sidebar_position: 8
|
||||
|
||||
oint dropbox CopyObject --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --form %form% --to %to%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -29,7 +29,6 @@ sidebar_position: 10
|
||||
|
||||
oint dropbox CreateFolder --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -30,7 +30,6 @@ sidebar_position: 7
|
||||
|
||||
oint dropbox DeleteObject --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --permanently %permanently%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -29,7 +29,6 @@ sidebar_position: 11
|
||||
|
||||
oint dropbox DownloadFile --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -29,7 +29,6 @@ sidebar_position: 12
|
||||
|
||||
oint dropbox DownloadFolder --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -31,7 +31,6 @@ sidebar_position: 2
|
||||
|
||||
oint dropbox GetListOfFolderFiles --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --detail %detail% --cursor %cursor%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -30,7 +30,6 @@ sidebar_position: 1
|
||||
|
||||
oint dropbox GetObjectInformation --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --detail %detail%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -30,7 +30,6 @@ sidebar_position: 13
|
||||
|
||||
oint dropbox GetObjectVersionList --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --amount %amount%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -29,7 +29,6 @@ sidebar_position: 3
|
||||
|
||||
oint dropbox GetPreview --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -38,7 +38,6 @@ sidebar_position: 6
|
||||
|
||||
oint dropbox GetUploadStatusByURL --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --job %job%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -31,7 +31,6 @@ sidebar_position: 9
|
||||
|
||||
oint dropbox MoveObject --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --form %form% --to %to%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -31,7 +31,6 @@ sidebar_position: 14
|
||||
|
||||
oint dropbox RestoreObjectToVersion --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --rev "61a0b76320a6fbd841553"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -31,7 +31,6 @@ sidebar_position: 5
|
||||
|
||||
oint dropbox UploadFileByURL --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --url %url% --path %path%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -35,7 +35,6 @@ sidebar_position: 4
|
||||
|
||||
oint dropbox UploadFile --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --file %file% --path %path% --overwrite %overwrite%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -32,7 +32,6 @@ sidebar_position: 3
|
||||
|
||||
oint dropbox AddUsersToFile --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --fileid %fileid% --emails %emails% --readonly %readonly%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -32,7 +32,6 @@ sidebar_position: 4
|
||||
|
||||
oint dropbox AddUsersToFolder --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --folder %folder% --emails %emails% --readonly %readonly%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -29,7 +29,6 @@ sidebar_position: 6
|
||||
|
||||
oint dropbox CancelFilePublication --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --fileid %fileid%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -37,7 +37,6 @@ sidebar_position: 2
|
||||
|
||||
oint dropbox CancelFolderPublication --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --folder %folder%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@ sidebar_position: 5
|
||||
|
||||
oint dropbox GetAsynchronousChangeStatus --token %token% --job %job%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -29,7 +29,6 @@ sidebar_position: 1
|
||||
|
||||
oint dropbox PublishFolder --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -31,7 +31,6 @@ sidebar_position: 2
|
||||
|
||||
oint dropbox AddTag --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --tag %tag%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -31,7 +31,6 @@ sidebar_position: 3
|
||||
|
||||
oint dropbox DeleteTag --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --tag %tag%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@ sidebar_position: 1
|
||||
|
||||
oint dropbox GetTagList --token %token% --paths %paths%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -29,7 +29,6 @@ sidebar_position: 2
|
||||
|
||||
oint gcalendar AddCalendarToList --token %token% --calendar %calendar%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -29,7 +29,6 @@ sidebar_position: 4
|
||||
|
||||
oint gcalendar DeleteCalendarFromList --token %token% --calendar %calendar%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -36,7 +36,6 @@ sidebar_position: 5
|
||||
|
||||
oint gcalendar EditListCalendar --token %token% --calendar %calendar% --primary %primary% --secondary %secondary% --hidden %hidden%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -28,7 +28,6 @@ sidebar_position: 1
|
||||
|
||||
oint gcalendar GetCalendarList --token %token%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -29,7 +29,6 @@ sidebar_position: 3
|
||||
|
||||
oint gcalendar GetListCalendar --token %token% --calendar %calendar%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -27,7 +27,6 @@ sidebar_position: 4
|
||||
|
||||
oint gcalendar ClearMainCalendar --token %token%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -29,7 +29,6 @@ sidebar_position: 1
|
||||
|
||||
oint gcalendar CreateCalendar --token %token% --title %title%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -29,7 +29,6 @@ sidebar_position: 5
|
||||
|
||||
oint gcalendar DeleteCalendar --token %token% --calendar %calendar%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -33,7 +33,6 @@ sidebar_position: 3
|
||||
|
||||
oint gcalendar EditCalendarMetadata --token %token% --calendar %calendar% --title "TestCalendar (change.)" --description "TestDescription"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -29,7 +29,6 @@ sidebar_position: 2
|
||||
|
||||
oint gcalendar GetCalendarMetadata --token %token% --calendar %calendar%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -43,7 +43,6 @@ sidebar_position: 4
|
||||
|
||||
oint gcalendar CreateEvent --token %token% --calendar %calendar% --props %props%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -30,7 +30,6 @@ sidebar_position: 7
|
||||
|
||||
oint gcalendar DeleteEvent --token %token% --calendar %calendar% --event %event%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -34,7 +34,6 @@ sidebar_position: 6
|
||||
|
||||
oint gcalendar EditEvent --token %token% --calendar %calendar% --props %props% --event %event%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -24,7 +24,6 @@ sidebar_position: 1
|
||||
|
||||
oint gcalendar GetEventDescription
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -29,7 +29,6 @@ sidebar_position: 2
|
||||
|
||||
oint gcalendar GetEventList --token %token% --calendar %calendar%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -30,7 +30,6 @@ sidebar_position: 3
|
||||
|
||||
oint gcalendar GetEvent --token %token% --calendar %calendar% --event %event%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -31,7 +31,6 @@ sidebar_position: 5
|
||||
|
||||
oint gcalendar MoveEvent --token %token% --from %from% --to %to% --event %event%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -33,7 +33,6 @@ sidebar_position: 1
|
||||
|
||||
oint gdrive CreateComment --token %token% --object "1rCyOc4A8VYw7DM3HV55P9BuKWayJOSvW" --text %text%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -31,7 +31,6 @@ sidebar_position: 4
|
||||
|
||||
oint gdrive DeleteComment --token %token% --object %object% --comment %comment%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -31,7 +31,6 @@ sidebar_position: 3
|
||||
|
||||
oint gdrive GetCommentList --token %token% --object %object%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -33,7 +33,6 @@ sidebar_position: 2
|
||||
|
||||
oint gdrive GetComment --token %token% --object %object% --comment "AAABI3NNNAY"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -35,7 +35,6 @@ sidebar_position: 7
|
||||
|
||||
oint gdrive CopyObject --token %token% --object "1F8pfXPgltiOG2fPv88uStwegYj1tRoFk" --title "CopiedFile.jpeg" --catalog %catalog%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -32,7 +32,6 @@ sidebar_position: 5
|
||||
|
||||
oint gdrive CreateFolder --token %token% --title "TestFolder" --catalog %catalog%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -30,7 +30,6 @@ sidebar_position: 9
|
||||
|
||||
oint gdrive DeleteObject --token %token% --object "1dg_MwwwPSPYT0p3y-8dvGWoapbwaaaaa"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -32,7 +32,6 @@ sidebar_position: 6
|
||||
|
||||
oint gdrive DownloadFile --token %token% --object "1dg_MwwwPSPYT0p3y-8dvGWoapbwaaaaa" --out %out%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -31,7 +31,6 @@ sidebar_position: 2
|
||||
|
||||
oint gdrive GetDirectoriesList --token %token% --querry %querry% --depth %depth%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -32,7 +32,6 @@ sidebar_position: 10
|
||||
|
||||
oint gdrive GetFileDescription
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -31,7 +31,6 @@ sidebar_position: 3
|
||||
|
||||
oint gdrive GetFilesList --token %token% --querry %querry% --catalog "1VWoLK5w0uPVSjK3oyIXeiMtINN4jDOz4"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -31,7 +31,6 @@ sidebar_position: 1
|
||||
|
||||
oint gdrive GetObjectInformation --token %token% --object "1dg_MwwwPSPYT0p3y-8dvGWoapbwaaaaa"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -35,7 +35,6 @@ sidebar_position: 8
|
||||
|
||||
oint gdrive UpdateFile --token %token% --object "1V0oaZh3qQZ7-wbARC8-vrErAFllsBGSJ" --file %file% --title "Updated file.jpeg"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -38,7 +38,6 @@ sidebar_position: 4
|
||||
|
||||
oint gdrive UploadFile --token %token% --file %file% --props %props%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -39,7 +39,6 @@ sidebar_position: 2
|
||||
|
||||
oint gsheets ClearCells --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --cells %cells% --sheetname "Sheet2"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -39,7 +39,6 @@ sidebar_position: 3
|
||||
|
||||
oint gsheets GetCellValues --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --cells %cells% --sheetname "Sheet2"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -45,7 +45,6 @@ sidebar_position: 1
|
||||
|
||||
oint gsheets SetCellValues --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --data %data% --sheetname "Sheet2" --dim %dim%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -36,7 +36,6 @@ sidebar_position: 1
|
||||
|
||||
oint gsheets CreateSpreadsheet --token %token% --title "TestTable" --sheets %sheets%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -33,7 +33,6 @@ sidebar_position: 3
|
||||
|
||||
oint gsheets EditSpreadsheetTitle --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --title "Test table (change.)"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -31,7 +31,6 @@ sidebar_position: 2
|
||||
|
||||
oint gsheets GetSpreadsheet --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -33,7 +33,6 @@ sidebar_position: 1
|
||||
|
||||
oint gsheets AddSheet --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --title "TestSheet"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -35,7 +35,6 @@ sidebar_position: 3
|
||||
|
||||
oint gsheets CopySheet --token %token% --from "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --to "1tPDQHmduH9NASRhy0I-a6--ebNNJ5A6wXhhTRcNhD7s" --sheet "25093199"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -33,7 +33,6 @@ sidebar_position: 2
|
||||
|
||||
oint gsheets DeleteSheet --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --sheet "1790807910"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -38,7 +38,6 @@ sidebar_position: 1
|
||||
|
||||
oint notion CreateBlock --token "secret_9RsfMrRMqZwqp0Zl0B..." --page "5dd94c34fab04bff9..." --block %block% --prev %prev%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -32,7 +32,6 @@ sidebar_position: 4
|
||||
|
||||
oint notion DeleteBlock --token "secret_9RsfMrRMqZwqp0Zl0B..." --block %block%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -33,7 +33,6 @@ sidebar_position: 2
|
||||
|
||||
oint notion ReturnBlock --token "secret_9RsfMrRMqZwqp0Zl0B..." --block %block% --core %core%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -32,7 +32,6 @@ sidebar_position: 3
|
||||
|
||||
oint notion ReturnChildBlocks --token "secret_9RsfMrRMqZwqp0Zl0B..." --block %block%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -54,7 +54,6 @@ sidebar_position: 1
|
||||
|
||||
oint notion CreateDatabase --token "secret_9RsfMrRMqZwqp0Zl0B..." --page "5dd94c34fab04bff9..." --title "This base is from 1C" --props %props%
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -41,7 +41,6 @@ sidebar_position: 3
|
||||
|
||||
oint notion EditDatabaseProperties --token "secret_9RsfMrRMqZwqp0Zl0B..." --base "5dd94c34fab04bff9..." --props %props% --title "Updated title" --description "Updated base description"
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user