User operations - messaging and conversation management
User operations allow you to:
- Send and receive messages in conversations (requires authentication via 'mutiro auth login')
- Manage conversations and participants
- Check user presence and profiles
User commands connect to the Mutiro messaging, auth, and member services to provide a complete user experience for testing and interaction.
Examples:
Login first (passwordless auth)
mutiro auth login user@example.com
Send a message to another user
mutiro user send alice "Hello there!"
Read messages from a conversation
mutiro user read conv-123
List your conversations
mutiro user list
Login first (passwordless auth)
Send a message to another user
Read messages from a conversation
List your conversations
Flag | Type | Description |
---|---|---|
-h, --help | bool | help for user |
Flag | Type | Description |
---|---|---|
--config | string | config file (default is ./.mutiro.yaml in current directory) |
--debug | bool | debug mode |
-v, --verbose | bool | verbose output |
mutiro
Mutiro CLI - Unified command-line interface for Mutiro platform
mutiro user chat
Open an interactive chat interface
mutiro user conversation
Manage conversations
mutiro user list
List your conversations
mutiro user message
Message operations (send, read, search, reply)
mutiro user presence
Get or manage user presence
mutiro user profile
Get member profile information
mutiro user wait-message
Wait for a specific message to appear in a conversation