Skip to content

Commit 4e5e101

Browse files
committed
feat: add newly added command
1 parent 39e63bf commit 4e5e101

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

cli/commands.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ chatwoot conv 123 label billing,urgent # sets labels (replaces existing)
6868
chatwoot conv 123 priority urgent # urgent | high | medium | low | none
6969
```
7070

71+
**Contact:**
72+
73+
```bash
74+
chatwoot conv 123 contact # view the contact (sender) for this conversation
75+
```
76+
7177
## Contacts
7278

7379
```bash
@@ -104,6 +110,14 @@ chatwoot config path # print config file path
104110
chatwoot config view # print config and credential source
105111
```
106112

113+
## Version
114+
115+
```bash
116+
chatwoot version # print the CLI version
117+
chatwoot version --check # check GitHub for a newer release
118+
chatwoot --version # same as `version`, as a flag
119+
```
120+
107121
## Global flags
108122

109123
| Flag | Short | Description |

0 commit comments

Comments
 (0)