List all conversations
List all conversations for the authenticated user.
This is an alias for 'mutiro user list' but can also output in different formats for scripting.
Examples:
List conversations in text format
mutiro user conversation list
List conversations in JSON format
mutiro user conversation list --format json
Limit number of conversations
mutiro user conversation list --limit 10
mutiro user conversation list [flags]
List conversations in text format
List conversations in JSON format
Limit number of conversations
| Flag | Type | Description |
|---|---|---|
| --format | string | Output format: text, json (default "text") |
| -h, --help | bool | help for list |
| --limit int | bool | Maximum number of conversations to return (default 20) |
| Flag | Type | Description |
|---|---|---|
| --config | string | config file (default is ./.mutiro.yaml in current directory) |
| --debug | bool | debug mode |
| -v, --verbose | bool | verbose output |