1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-06 08:49:29 +02:00

Правки примера CLI

This commit is contained in:
Anton Titovets
2024-06-05 12:58:00 +03:00
parent 24af8fc267
commit 88513b8f0f
860 changed files with 968 additions and 167 deletions

View File

@@ -33,6 +33,7 @@ sidebar_position: 1
oint slack GenerateImageBlock --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/Media/logo.png?v1" --alt %alt%
```

View File

@@ -33,6 +33,7 @@ sidebar_position: 4
oint slack ArchiveChannel --token %token% --channel "C070VPMKN8J"
```

View File

@@ -33,6 +33,7 @@ sidebar_position: 3
oint slack CreateChannel --token %token% --title %title% --private %private%
```

View File

@@ -32,6 +32,7 @@ sidebar_position: 6
oint slack GetChannelHistory --token %token% --channel "C070VPMKN8J"
```

View File

@@ -33,6 +33,7 @@ sidebar_position: 1
oint slack GetChannelList --token %token% --notarchived "True" --cursor %cursor%
```

View File

@@ -33,6 +33,7 @@ sidebar_position: 2
oint slack GetChannelUserList --token %token% --channel "C070VPMKN8J" --cursor %cursor%
```

View File

@@ -32,6 +32,7 @@ sidebar_position: 5
oint slack GetChannel --token %token% --channel "C070VPMKN8J"
```

View File

@@ -35,6 +35,7 @@ sidebar_position: 7
oint slack InviteUsersToChannel --token %token% --channel "C070VPMKN8J" --users %users%
```

View File

@@ -32,6 +32,7 @@ sidebar_position: 9
oint slack JoinChannel --token %token% --channel "C070VPMKN8J"
```

View File

@@ -34,6 +34,7 @@ sidebar_position: 8
oint slack KickUserFromChannel --token %token% --channel "C070VPMKN8J" --user "U06UG1CAYH2"
```

View File

@@ -32,6 +32,7 @@ sidebar_position: 10
oint slack LeaveChannel --token %token% --channel "C070VPMKN8J"
```

View File

@@ -34,6 +34,7 @@ sidebar_position: 13
oint slack RenameChannel --token %token% --channel "C070VPMKN8J" --title %title%
```

View File

@@ -34,6 +34,7 @@ sidebar_position: 12
oint slack SetChannelGoal --token %token% --channel "C070VPMKN8J" --purpose "TestGoal"
```

View File

@@ -34,6 +34,7 @@ sidebar_position: 11
oint slack SetChannelTopic --token %token% --channel "C070VPMKN8J" --theme "TestTopic"
```

View File

@@ -34,6 +34,7 @@ sidebar_position: 3
oint slack AddExternalFile --token %token% --url "https://opi.neocities.org/test_data/document.docx" --title %title%
```

View File

@@ -32,6 +32,7 @@ sidebar_position: 5
oint slack DeleteExternalFile --token %token% --fileid "F070P52CU94"
```

View File

@@ -33,6 +33,7 @@ sidebar_position: 1
oint slack GetExternalFileList --token %token% --channel "C070VPMKN8J" --cursor %cursor%
```

View File

@@ -32,6 +32,7 @@ sidebar_position: 2
oint slack GetExternalFile --token %token% --fileid "F070P52CU94"
```

View File

@@ -34,6 +34,7 @@ sidebar_position: 4
oint slack SendExternalFile --token %token% --fileid "F070P52CU94" --channels %channels%
```

View File

@@ -32,6 +32,7 @@ sidebar_position: 2
oint slack CloseDialog --token %token% --conv "D06UAKK1C6R"
```

View File

@@ -34,6 +34,7 @@ sidebar_position: 1
oint slack OpenDialog --token %token% --users %users%
```

View File

@@ -32,6 +32,7 @@ sidebar_position: 4
oint slack DeleteFile --token %token% --fileid "F070VL6FQFM"
```

View File

@@ -32,6 +32,7 @@ sidebar_position: 3
oint slack GetFileData --token %token% --fileid "F070VL6FQFM"
```

View File

@@ -34,6 +34,7 @@ sidebar_position: 1
oint slack GetFilesList --token %token% --channel "C123456" --page "1"
```

View File

@@ -26,6 +26,7 @@ sidebar_position: 6
oint slack MakeFilePrivate --token %token% --fileid %fileid%
```

View File

@@ -26,6 +26,7 @@ sidebar_position: 5
oint slack MakeFilePublic --token %token% --fileid %fileid%
```

View File

@@ -38,6 +38,7 @@ sidebar_position: 2
oint slack UploadFile --token %token% --file %file% --filename "megadoc.docx" --title %title% --channel "C123456"
```

View File

@@ -30,6 +30,7 @@ sidebar_position: 1
oint slack GetBotInformation --token %token%
```

View File

@@ -31,6 +31,7 @@ sidebar_position: 3
oint slack GetUserList --token %token% --cursor %cursor%
```

View File

@@ -31,6 +31,7 @@ sidebar_position: 2
oint slack GetWorkspaceList --token %token% --cursor %cursor%
```

View File

@@ -35,6 +35,7 @@ sidebar_position: 4
oint slack DeleteMessage --token %token% --channel "C06UFNUTKUL" --stamp "1714146538.221929" --issheduled %issheduled%
```

View File

@@ -37,6 +37,7 @@ sidebar_position: 3
oint slack EditMessage --token %token% --channel "C070VPMKN8J" --stamp "1714146538.221929" --text "TestMessage2" --blocks %blocks%
```

View File

@@ -33,6 +33,7 @@ sidebar_position: 5
oint slack GetDelayedMessageList --token %token% --channel "C070VPMKN8J" --cursor %cursor%
```

View File

@@ -34,6 +34,7 @@ sidebar_position: 6
oint slack GetMessageLink --token %token% --channel "C070VPMKN8J" --stamp "1714146538.221929"
```

View File

@@ -35,6 +35,7 @@ sidebar_position: 7
oint slack GetMessageReplyList --token %token% --channel "C070VPMKN8J" --stamp "1714146538.221929" --cursor %cursor%
```

View File

@@ -36,6 +36,7 @@ Sends a message that arrives in the channel but is visible only to a specific us
oint slack SendEphemeralMessage --token %token% --channel "C070VPMKN8J" --text %text% --user %user% --blocks %blocks%
```

View File

@@ -36,6 +36,7 @@ sidebar_position: 1
oint slack SendMessage --token %token% --channel "C070VPMKN8J" --text "TestMessage" --date %date% --blocks %blocks%
```