Skip to content

Commit

Permalink
Main build (Jenkins)
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalyTheAlpaca committed Dec 10, 2024
1 parent ef7bfec commit df0f0e1
Show file tree
Hide file tree
Showing 592 changed files with 8,123 additions and 8,105 deletions.
12 changes: 6 additions & 6 deletions docs/en/md/Airtable/Comment-management/Create-comment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable CreateComment \
--token "***" \
--base "appt76fsk3DQMaLD6" \
--table "tblsaBKXHBgokqeHI" \
--record "rechqpoXzx4kyiFJ1" \
--base "appsUAIo50MyTVOYj" \
--table "tblHTBuJkfJNci1X7" \
--record "recoKWqJZPPhxijBd" \
--text "TestComment"
```
</TabItem>
Expand All @@ -56,9 +56,9 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable CreateComment ^
--token "***" ^
--base "appt76fsk3DQMaLD6" ^
--table "tblsaBKXHBgokqeHI" ^
--record "rechqpoXzx4kyiFJ1" ^
--base "appsUAIo50MyTVOYj" ^
--table "tblHTBuJkfJNci1X7" ^
--record "recoKWqJZPPhxijBd" ^
--text "TestComment"
```
</TabItem>
Expand Down
16 changes: 8 additions & 8 deletions docs/en/md/Airtable/Comment-management/Delete-comment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,21 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable DeleteComment \
--token "***" \
--base "appt76fsk3DQMaLD6" \
--table "tblsaBKXHBgokqeHI" \
--record "rechqpoXzx4kyiFJ1" \
--comment "comm2mm6415hhtd8x"
--base "appsUAIo50MyTVOYj" \
--table "tblHTBuJkfJNci1X7" \
--record "recoKWqJZPPhxijBd" \
--comment "commkL1wju3jt2FnK"
```
</TabItem>

<TabItem value="bat" label="CMD/Bat" default>
```batch
oint airtable DeleteComment ^
--token "***" ^
--base "appt76fsk3DQMaLD6" ^
--table "tblsaBKXHBgokqeHI" ^
--record "rechqpoXzx4kyiFJ1" ^
--comment "comm2mm6415hhtd8x"
--base "appsUAIo50MyTVOYj" ^
--table "tblHTBuJkfJNci1X7" ^
--record "recoKWqJZPPhxijBd" ^
--comment "commkL1wju3jt2FnK"
```
</TabItem>
</Tabs>
Expand Down
16 changes: 8 additions & 8 deletions docs/en/md/Airtable/Comment-management/Edit-comment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable EditComment \
--token "***" \
--base "appt76fsk3DQMaLD6" \
--table "tblsaBKXHBgokqeHI" \
--record "rechqpoXzx4kyiFJ1" \
--comment "comm2mm6415hhtd8x" \
--base "appsUAIo50MyTVOYj" \
--table "tblHTBuJkfJNci1X7" \
--record "recoKWqJZPPhxijBd" \
--comment "commkL1wju3jt2FnK" \
--text "Test comment (change.)"
```
</TabItem>
Expand All @@ -61,10 +61,10 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable EditComment ^
--token "***" ^
--base "appt76fsk3DQMaLD6" ^
--table "tblsaBKXHBgokqeHI" ^
--record "rechqpoXzx4kyiFJ1" ^
--comment "comm2mm6415hhtd8x" ^
--base "appsUAIo50MyTVOYj" ^
--table "tblHTBuJkfJNci1X7" ^
--record "recoKWqJZPPhxijBd" ^
--comment "commkL1wju3jt2FnK" ^
--text "Test comment (change.)"
```
</TabItem>
Expand Down
12 changes: 6 additions & 6 deletions docs/en/md/Airtable/Comment-management/Get-comments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable GetComments \
--token "***" \
--base "appt76fsk3DQMaLD6" \
--table "tblsaBKXHBgokqeHI" \
--record "rechqpoXzx4kyiFJ1"
--base "appsUAIo50MyTVOYj" \
--table "tblHTBuJkfJNci1X7" \
--record "recoKWqJZPPhxijBd"
```
</TabItem>

<TabItem value="bat" label="CMD/Bat" default>
```batch
oint airtable GetComments ^
--token "***" ^
--base "appt76fsk3DQMaLD6" ^
--table "tblsaBKXHBgokqeHI" ^
--record "rechqpoXzx4kyiFJ1"
--base "appsUAIo50MyTVOYj" ^
--table "tblHTBuJkfJNci1X7" ^
--record "recoKWqJZPPhxijBd"
```
</TabItem>
</Tabs>
Expand Down
8 changes: 4 additions & 4 deletions docs/en/md/Airtable/Record-management/Create-posts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ import TabItem from '@theme/TabItem';

oint airtable CreatePosts \
--token "***" \
--base "appt76fsk3DQMaLD6" \
--table "tblsaBKXHBgokqeHI" \
--base "appsUAIo50MyTVOYj" \
--table "tblHTBuJkfJNci1X7" \
--data "{'Number':10,'String':'Hello'}"
```
</TabItem>
Expand All @@ -66,8 +66,8 @@ import TabItem from '@theme/TabItem';

oint airtable CreatePosts ^
--token "***" ^
--base "appt76fsk3DQMaLD6" ^
--table "tblsaBKXHBgokqeHI" ^
--base "appsUAIo50MyTVOYj" ^
--table "tblHTBuJkfJNci1X7" ^
--data "{'Number':10,'String':'Hello'}"
```
</TabItem>
Expand Down
12 changes: 6 additions & 6 deletions docs/en/md/Airtable/Record-management/Delete-posts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable DeletePosts \
--token "***" \
--base "appt76fsk3DQMaLD6" \
--table "tblsaBKXHBgokqeHI" \
--records "rechqpoXzx4kyiFJ1"
--base "appsUAIo50MyTVOYj" \
--table "tblHTBuJkfJNci1X7" \
--records "recoKWqJZPPhxijBd"
```
</TabItem>

<TabItem value="bat" label="CMD/Bat" default>
```batch
oint airtable DeletePosts ^
--token "***" ^
--base "appt76fsk3DQMaLD6" ^
--table "tblsaBKXHBgokqeHI" ^
--records "rechqpoXzx4kyiFJ1"
--base "appsUAIo50MyTVOYj" ^
--table "tblHTBuJkfJNci1X7" ^
--records "recoKWqJZPPhxijBd"
```
</TabItem>
</Tabs>
Expand Down
8 changes: 4 additions & 4 deletions docs/en/md/Airtable/Record-management/Get-list-of-records.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable GetListOfRecords \
--token "***" \
--base "appt76fsk3DQMaLD6" \
--table "tblsaBKXHBgokqeHI"
--base "appsUAIo50MyTVOYj" \
--table "tblHTBuJkfJNci1X7"
```
</TabItem>

<TabItem value="bat" label="CMD/Bat" default>
```batch
oint airtable GetListOfRecords ^
--token "***" ^
--base "appt76fsk3DQMaLD6" ^
--table "tblsaBKXHBgokqeHI"
--base "appsUAIo50MyTVOYj" ^
--table "tblHTBuJkfJNci1X7"
```
</TabItem>
</Tabs>
Expand Down
12 changes: 6 additions & 6 deletions docs/en/md/Airtable/Record-management/Get-record.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable GetRecord \
--token "***" \
--base "appt76fsk3DQMaLD6" \
--table "tblsaBKXHBgokqeHI" \
--record "rechqpoXzx4kyiFJ1"
--base "appsUAIo50MyTVOYj" \
--table "tblHTBuJkfJNci1X7" \
--record "recoKWqJZPPhxijBd"
```
</TabItem>

<TabItem value="bat" label="CMD/Bat" default>
```batch
oint airtable GetRecord ^
--token "***" ^
--base "appt76fsk3DQMaLD6" ^
--table "tblsaBKXHBgokqeHI" ^
--record "rechqpoXzx4kyiFJ1"
--base "appsUAIo50MyTVOYj" ^
--table "tblHTBuJkfJNci1X7" ^
--record "recoKWqJZPPhxijBd"
```
</TabItem>
</Tabs>
Expand Down
4 changes: 2 additions & 2 deletions docs/en/md/Airtable/Table-management/Create-table.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable CreateTable \
--token "***" \
--base "appt76fsk3DQMaLD6" \
--base "appsUAIo50MyTVOYj" \
--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"
Expand All @@ -66,7 +66,7 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable CreateTable ^
--token "***" ^
--base "appt76fsk3DQMaLD6" ^
--base "appsUAIo50MyTVOYj" ^
--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"
Expand Down
8 changes: 4 additions & 4 deletions docs/en/md/Airtable/Table-management/Modify-table.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable ModifyTable \
--token "***" \
--base "appt76fsk3DQMaLD6" \
--table "tblsaBKXHBgokqeHI" \
--base "appsUAIo50MyTVOYj" \
--table "tblHTBuJkfJNci1X7" \
--title "Test table 2 (change.)" \
--description "New table (change.)"
```
Expand All @@ -56,8 +56,8 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable ModifyTable ^
--token "***" ^
--base "appt76fsk3DQMaLD6" ^
--table "tblsaBKXHBgokqeHI" ^
--base "appsUAIo50MyTVOYj" ^
--table "tblHTBuJkfJNci1X7" ^
--title "Test table 2 (change.)" ^
--description "New table (change.)"
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable GetDatabaseTables \
--token "***" \
--base "appt76fsk3DQMaLD6"
--base "appsUAIo50MyTVOYj"
```
</TabItem>

<TabItem value="bat" label="CMD/Bat" default>
```batch
oint airtable GetDatabaseTables ^
--token "***" ^
--base "appt76fsk3DQMaLD6"
--base "appsUAIo50MyTVOYj"
```
</TabItem>
</Tabs>
Expand Down
16 changes: 8 additions & 8 deletions docs/en/md/Airtable/Working-with-fields/Create-field.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ import TabItem from '@theme/TabItem';

oint airtable CreateField \
--token "***" \
--base "appt76fsk3DQMaLD6" \
--table "tblsaBKXHBgokqeHI" \
--title "87e8bb5e-f04c-4008-9d85-449474535216" \
--fielddata "{'name':'87e8bb5e-f04c-4008-9d85-449474535216','type':'number','options':{'precision':0}}"
--base "appsUAIo50MyTVOYj" \
--table "tblHTBuJkfJNci1X7" \
--title "e4f60daa-db3c-47d6-8ecb-24aac8c920ee" \
--fielddata "{'name':'e4f60daa-db3c-47d6-8ecb-24aac8c920ee','type':'number','options':{'precision':0}}"
```
</TabItem>

Expand All @@ -59,10 +59,10 @@ import TabItem from '@theme/TabItem';

oint airtable CreateField ^
--token "***" ^
--base "appt76fsk3DQMaLD6" ^
--table "tblsaBKXHBgokqeHI" ^
--title "87e8bb5e-f04c-4008-9d85-449474535216" ^
--fielddata "{'name':'87e8bb5e-f04c-4008-9d85-449474535216','type':'number','options':{'precision':0}}"
--base "appsUAIo50MyTVOYj" ^
--table "tblHTBuJkfJNci1X7" ^
--title "e4f60daa-db3c-47d6-8ecb-24aac8c920ee" ^
--fielddata "{'name':'e4f60daa-db3c-47d6-8ecb-24aac8c920ee','type':'number','options':{'precision':0}}"
```
</TabItem>
</Tabs>
Expand Down
4 changes: 2 additions & 2 deletions docs/en/md/Airtable/Working-with-fields/Get-number-field.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ import TabItem from '@theme/TabItem';
<TabItem value="bash" label="Bash" default>
```bash
oint airtable GetNumberField \
--title "87e8bb5e-f04c-4008-9d85-449474535216"
--title "e4f60daa-db3c-47d6-8ecb-24aac8c920ee"
```
</TabItem>

<TabItem value="bat" label="CMD/Bat" default>
```batch
oint airtable GetNumberField ^
--title "87e8bb5e-f04c-4008-9d85-449474535216"
--title "e4f60daa-db3c-47d6-8ecb-24aac8c920ee"
```
</TabItem>
</Tabs>
Expand Down
16 changes: 8 additions & 8 deletions docs/en/md/Airtable/Working-with-fields/Modify-field.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable ModifyField \
--token "***" \
--base "appt76fsk3DQMaLD6" \
--table "tblsaBKXHBgokqeHI" \
--field "fld91c9B4aSLHAK5H" \
--title "b2dfff70-8b15-4148-8352-481115a2af0a(change.)" \
--base "appsUAIo50MyTVOYj" \
--table "tblHTBuJkfJNci1X7" \
--field "fldLH0TllTJjFctcf" \
--title "7cd940eb-6f89-41ce-89e7-409cc01e1a4e(change.)" \
--description "New description"
```
</TabItem>
Expand All @@ -60,10 +60,10 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable ModifyField ^
--token "***" ^
--base "appt76fsk3DQMaLD6" ^
--table "tblsaBKXHBgokqeHI" ^
--field "fld91c9B4aSLHAK5H" ^
--title "b2dfff70-8b15-4148-8352-481115a2af0a(change.)" ^
--base "appsUAIo50MyTVOYj" ^
--table "tblHTBuJkfJNci1X7" ^
--field "fldLH0TllTJjFctcf" ^
--title "7cd940eb-6f89-41ce-89e7-409cc01e1a4e(change.)" ^
--description "New description"
```
</TabItem>
Expand Down
4 changes: 2 additions & 2 deletions docs/en/md/Bitrix24/Catalogs-management/Create-subfolder.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Method at API documentation: [disk.folder.addsubfolder](https://dev.1c-bitrix.ru
```bash
oint bitrix24 CreateSubfolder \
--url "b24-ar17wx.bitrix24.by" \
--folderid 21130 \
--folderid 21942 \
--title "New subfolder" \
--token "***"
```
Expand All @@ -62,7 +62,7 @@ Method at API documentation: [disk.folder.addsubfolder](https://dev.1c-bitrix.ru
```batch
oint bitrix24 CreateSubfolder ^
--url "b24-ar17wx.bitrix24.by" ^
--folderid 21130 ^
--folderid 21942 ^
--title "New subfolder" ^
--token "***"
```
Expand Down
4 changes: 2 additions & 2 deletions docs/en/md/Bitrix24/Catalogs-management/Delete-folder.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Method at API documentation: [disk.folder.deletetree](https://dev.1c-bitrix.ru/r
```bash
oint bitrix24 DeleteFolder \
--url "b24-ar17wx.bitrix24.by" \
--folderid 21130 \
--folderid 21942 \
--token "***"
```
</TabItem>
Expand All @@ -58,7 +58,7 @@ Method at API documentation: [disk.folder.deletetree](https://dev.1c-bitrix.ru/r
```batch
oint bitrix24 DeleteFolder ^
--url "b24-ar17wx.bitrix24.by" ^
--folderid 21130 ^
--folderid 21942 ^
--token "***"
```
</TabItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Method at API documentation: [disk.folder.getExternalLink](https://dev.1c-bitrix
```bash
oint bitrix24 GetFolderExternalLink \
--url "b24-ar17wx.bitrix24.by" \
--folderid 21130 \
--folderid 21942 \
--token "***"
```
</TabItem>
Expand All @@ -57,7 +57,7 @@ Method at API documentation: [disk.folder.getExternalLink](https://dev.1c-bitrix
```batch
oint bitrix24 GetFolderExternalLink ^
--url "b24-ar17wx.bitrix24.by" ^
--folderid 21130 ^
--folderid 21942 ^
--token "***"
```
</TabItem>
Expand Down
Loading

0 comments on commit df0f0e1

Please sign in to comment.