Add feature list in README
This commit is contained in:
parent
aeb6c6e5a6
commit
ce94c30f05
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -2,6 +2,16 @@
|
|||
|
||||
Interact with Mattermost on the command line and in scripts
|
||||
|
||||
## Features
|
||||
- Send, edit, delete messages and replies
|
||||
- Get all messages (`mmcli cat`) or last messages (`mmcli tail -n 200`) in a channel
|
||||
- Watch channels for new messages (`mmcli tail -f`)
|
||||
- List channels, watch list of channels for changes (`mmcli ls -f`)
|
||||
- Add and remove emoji reactions, get list of custom emoji on server
|
||||
- Set custom status
|
||||
- Outputs either team, channel and user *names* (default) or *IDs* (`--ids`)
|
||||
- JSON or TSV output
|
||||
|
||||
## Usage
|
||||
```
|
||||
mmcli [-h] [-i] [--format {tsv,json}] [--server SERVER] action [subarguments..]
|
||||
|
|
Loading…
Reference in a new issue