Manage conversations
Manage conversations - get conversation IDs, list conversations, and get conversation details.
This command helps with conversation management tasks that are useful for testing and scripting.
Subcommands:
- id: Get conversation ID with a specific user
- list: List all conversations (alias for 'user list')
- info: Get detailed information about a conversation
Examples:
Get conversation ID with alice
mutiro user conversation id alice
Get conversation info
mutiro user conversation info conv-123
List all conversations
mutiro user conversation list
Get conversation ID with alice
Get conversation info
List all conversations
Flag | Type | Description |
---|---|---|
-h, --help | bool | help for conversation |
Flag | Type | Description |
---|---|---|
--config | string | config file (default is ./.mutiro.yaml in current directory) |
--debug | bool | debug mode |
-v, --verbose | bool | verbose output |