mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-11-28 09:08:38 +02:00
Документация CLI
This commit is contained in:
parent
b485eee149
commit
14a0f63cdc
8
.github/workflows/os/cli_parse.os
vendored
8
.github/workflows/os/cli_parse.os
vendored
@ -462,10 +462,10 @@
|
||||
|
|
||||
| Структура JSON данных объекта (параметр --props):
|
||||
| {
|
||||
| ""MIME"" , ""image/jpeg"");
|
||||
| ""Имя"" , ""Новый файл.jpg"");
|
||||
| ""Описание"" , ""Это новый файл"");
|
||||
| ""Родитель"" , ""root"");
|
||||
| ""MIME"" , ""image/jpeg"",
|
||||
| ""Имя"" , ""Новый файл.jpg"",
|
||||
| ""Описание"" , ""Это новый файл"",
|
||||
| ""Родитель"" , ""root""
|
||||
| }
|
||||
|";
|
||||
КонецЕсли;
|
||||
|
@ -27,6 +27,15 @@ sidebar_position: 6
|
||||
|
||||
```
|
||||
|
||||
```sh title="Пример команд CLI"
|
||||
|
||||
oint google ОбновитьТокен --id %clientid% --secret %clientsecret% --refresh %refreshtoken% > token.json
|
||||
oint tools РазложитьJSON --json token.json --name access_token > token.tmp
|
||||
set /p token=<token.tmp
|
||||
oint gdrive ОбновитьФайл --token "%token%" --object "1V0oaZh3qQZ7-wbARC8-vrErAFllsBGSJ" --file "C:\AlpcaDisk.png" --title "Обновленный файл.jpeg"
|
||||
|
||||
```
|
||||
|
||||
![Результат](img/3.png)
|
||||
|
||||
```json title="Результат"
|
||||
|
@ -23,6 +23,14 @@ sidebar_position: 1
|
||||
|
||||
```
|
||||
|
||||
```sh title="Пример команд CLI"
|
||||
|
||||
oint google ОбновитьТокен --id %clientid% --secret %clientsecret% --refresh %refreshtoken% > token.json
|
||||
oint tools РазложитьJSON --json token.json --name access_token > token.tmp
|
||||
set /p token=<token.tmp
|
||||
oint gdrive ПолучитьИнформациюОбОбъекте --token "%token%" --object "%object%"
|
||||
|
||||
```
|
||||
|
||||
```json title="Результат"
|
||||
|
||||
|
@ -23,6 +23,14 @@ sidebar_position: 3
|
||||
|
||||
```
|
||||
|
||||
```sh title="Пример команд CLI"
|
||||
|
||||
oint google ОбновитьТокен --id %clientid% --secret %clientsecret% --refresh %refreshtoken% > token.json
|
||||
oint tools РазложитьJSON --json token.json --name access_token > token.tmp
|
||||
set /p token=<token.tmp
|
||||
oint gdrive ПолучитьСписокФайлов --token "%token%" --querry "Новый" --catalog "%catalog%"
|
||||
|
||||
```
|
||||
|
||||
```json title="Результат"
|
||||
|
||||
|
@ -23,6 +23,14 @@ sidebar_position: 2
|
||||
|
||||
```
|
||||
|
||||
```sh title="Пример команд CLI"
|
||||
|
||||
oint google ОбновитьТокен --id %clientid% --secret %clientsecret% --refresh %refreshtoken% > token.json
|
||||
oint tools РазложитьJSON --json token.json --name access_token > token.tmp
|
||||
set /p token=<token.tmp
|
||||
oint gdrive ПолучитьСписокКаталогов --token "%token%" --querry "Новый"
|
||||
|
||||
```
|
||||
|
||||
```json title="Результат"
|
||||
|
||||
|
@ -22,3 +22,12 @@ sidebar_position: 7
|
||||
Ответ = OPI_Инструменты.JSONСтрокой(Ответ); //Строка
|
||||
|
||||
```
|
||||
|
||||
```sh title="Пример команд CLI"
|
||||
|
||||
oint google ОбновитьТокен --id %clientid% --secret %clientsecret% --refresh %refreshtoken% > token.json
|
||||
oint tools РазложитьJSON --json token.json --name access_token > token.tmp
|
||||
set /p token=<token.tmp
|
||||
oint gdrive СкачатьФайл --token "%token%" --object "1dg_MwwwPSPYT0p3y-8dvGWoapbwaaaaa" --out ./picture.png
|
||||
|
||||
```
|
||||
|
@ -27,6 +27,15 @@ sidebar_position: 5
|
||||
|
||||
```
|
||||
|
||||
```sh title="Пример команд CLI"
|
||||
|
||||
oint google ОбновитьТокен --id %clientid% --secret %clientsecret% --refresh %refreshtoken% > token.json
|
||||
oint tools РазложитьJSON --json token.json --name access_token > token.tmp
|
||||
set /p token=<token.tmp
|
||||
oint gdrive СкачатьФайл --token "%token%" --object "1dg_MwwwPSPYT0p3y-8dvGWoapbwaaaaa" --out ./picture.png
|
||||
|
||||
```
|
||||
|
||||
![Результат](img/2.png)
|
||||
|
||||
```json title="Результат"
|
||||
|
@ -24,6 +24,15 @@ sidebar_position: 8
|
||||
|
||||
```
|
||||
|
||||
```sh title="Пример команд CLI"
|
||||
|
||||
oint google ОбновитьТокен --id %clientid% --secret %clientsecret% --refresh %refreshtoken% > token.json
|
||||
oint tools РазложитьJSON --json token.json --name access_token > token.tmp
|
||||
set /p token=<token.tmp
|
||||
oint gdrive СоздатьПапку --token "%token%" --title "Тестовая папка"
|
||||
|
||||
```
|
||||
|
||||
![Результат](img/4.png)
|
||||
|
||||
```json title="Результат"
|
||||
|
@ -22,6 +22,14 @@ sidebar_position: 9
|
||||
|
||||
```
|
||||
|
||||
```sh title="Пример команд CLI"
|
||||
|
||||
oint google ОбновитьТокен --id %clientid% --secret %clientsecret% --refresh %refreshtoken% > token.json
|
||||
oint tools РазложитьJSON --json token.json --name access_token > token.tmp
|
||||
set /p token=<token.tmp
|
||||
oint gdrive УдалитьОбъект --token "%token%" --object "1dg_MwwwPSPYT0p3y-8dvGWoapbwaaaaa"
|
||||
|
||||
```
|
||||
|
||||
```json title="Результат"
|
||||
|
||||
|
@ -30,6 +30,25 @@ sidebar_position: 4
|
||||
|
||||
```
|
||||
|
||||
```sh title="Пример команд CLI"
|
||||
|
||||
Структура JSON данных объекта (параметр --props):
|
||||
{
|
||||
"MIME" , "image/jpeg",
|
||||
"Имя" , "Новый файл.jpg",
|
||||
"Описание" , "Это новый файл",
|
||||
"Родитель" , "root"
|
||||
}
|
||||
|
||||
---------------------------
|
||||
|
||||
oint google ОбновитьТокен --id %clientid% --secret %clientsecret% --refresh %refreshtoken% > token.json
|
||||
oint tools РазложитьJSON --json token.json --name access_token > token.tmp
|
||||
set /p token=<token.tmp
|
||||
oint gdrive ЗагрузитьФайл --token "%token%" --file "C:\OPI\image.jpg" --props props.json
|
||||
|
||||
```
|
||||
|
||||
![Результат](img/1.png)
|
||||
|
||||
```json title="Результат"
|
||||
|
@ -25,6 +25,15 @@ sidebar_position: 1
|
||||
|
||||
```
|
||||
|
||||
```sh title="Пример команд CLI"
|
||||
|
||||
oint google ОбновитьТокен --id %clientid% --secret %clientsecret% --refresh %refreshtoken% > token.json
|
||||
oint tools РазложитьJSON --json token.json --name access_token > token.tmp
|
||||
set /p token=<token.tmp
|
||||
oint gdrive ПолучитьКомментарий --token "%token%" --object "1rCyOc4A8VYw7DM3HV55P9BuKWayJOSvW" --comment AAABI3NNNAY
|
||||
|
||||
```
|
||||
|
||||
|
||||
```json title="Результат"
|
||||
|
||||
|
@ -23,6 +23,14 @@ sidebar_position: 2
|
||||
|
||||
```
|
||||
|
||||
```sh title="Пример команд CLI"
|
||||
|
||||
oint google ОбновитьТокен --id %clientid% --secret %clientsecret% --refresh %refreshtoken% > token.json
|
||||
oint tools РазложитьJSON --json token.json --name access_token > token.tmp
|
||||
set /p token=<token.tmp
|
||||
oint gdrive ПолучитьСписокКомментариев --token "%token%" --object "1rCyOc4A8VYw7DM3HV55P9BuKWayJOSvW"
|
||||
|
||||
```
|
||||
|
||||
```json title="Результат"
|
||||
|
||||
|
@ -25,6 +25,15 @@ sidebar_position: 3
|
||||
|
||||
```
|
||||
|
||||
```sh title="Пример команд CLI"
|
||||
|
||||
oint google ОбновитьТокен --id %clientid% --secret %clientsecret% --refresh %refreshtoken% > token.json
|
||||
oint tools РазложитьJSON --json token.json --name access_token > token.tmp
|
||||
set /p token=<token.tmp
|
||||
oint gdrive СоздатьКомментарий --token "%token%" --object "1rCyOc4A8VYw7DM3HV55P9BuKWayJOSvW" --text "Новый комментарий"
|
||||
|
||||
```
|
||||
|
||||
![Результат](img/1.png)
|
||||
|
||||
```json title="Результат"
|
||||
|
@ -23,6 +23,15 @@ sidebar_position: 4
|
||||
|
||||
```
|
||||
|
||||
```sh title="Пример команд CLI"
|
||||
|
||||
oint google ОбновитьТокен --id %clientid% --secret %clientsecret% --refresh %refreshtoken% > token.json
|
||||
oint tools РазложитьJSON --json token.json --name access_token > token.tmp
|
||||
set /p token=<token.tmp
|
||||
oint gdrive УдалитьКомментарий --token "%token%" --object "1rCyOc4A8VYw7DM3HV55P9BuKWayJOSvW" --comment "%commetn%"
|
||||
|
||||
```
|
||||
|
||||
|
||||
```json title="Результат"
|
||||
|
||||
|
@ -26,6 +26,12 @@ sidebar_position: 5
|
||||
|
||||
```
|
||||
|
||||
```sh title="Пример команд CLI"
|
||||
|
||||
oint telegram ОткрытьТемуФорума --token "%token%" --forum %forum% --topic %topic%
|
||||
|
||||
```
|
||||
|
||||
![Результат](img/4.png)
|
||||
|
||||
```json title="Результат"
|
||||
|
@ -29,6 +29,12 @@ sidebar_position: 2
|
||||
|
||||
```
|
||||
|
||||
```sh title="Пример команд CLI"
|
||||
|
||||
oint telegram СоздатьТемуФорума --token "%token%" --forum %forum% --title "Тестовая тема" --icon 5357419403325481346
|
||||
|
||||
```
|
||||
|
||||
![Результат](img/1.png)
|
||||
|
||||
```json title="Результат"
|
||||
|
Loading…
Reference in New Issue
Block a user