Loading...
mutiro user

User operations - messaging and conversation management

Synopsis

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 message send alice "Hello there!"

Read messages from a conversation

mutiro user message read conv-123

List your conversations

mutiro user list

Usage -h, --help help for user
Examples

Login first (passwordless auth)

mutiro auth login user@example.com

Send a message to another user

mutiro user message send alice "Hello there!"

Read messages from a conversation

mutiro user message read conv-123

List your conversations

mutiro user list
Options
Flag Type Description
-h, --help bool help for user
Global Options
Flag Type Description
--config string config file (default is ./.mutiro.yaml in current directory)
--debug bool debug mode
-v, --verbose bool verbose output
Subcommands
See Also
mutiro mutiro user chat mutiro user conversation mutiro user list mutiro user message mutiro user presence mutiro user profile mutiro user schedule mutiro user update-profile mutiro user upload mutiro user wait-message