Get or manage user presence
Get presence status of a user or manage your own presence.
Without any subcommands, this command retrieves the presence status of the specified user.
Use subcommands to set your own presence or stream presence updates.
Presence statuses:
- ONLINE: User is actively online
- AWAY: User is away or idle
- OFFLINE: User is offline
Examples:
Get presence status of a user
mutiro user presence alice
Set your own presence status
mutiro user presence set ONLINE
Stream presence updates for specific users
mutiro user presence stream alice bob
mutiro user presence [username] [flags]
Get presence status of a user
Set your own presence status
Stream presence updates for specific users
Flag | Type | Description |
---|---|---|
-h, --help | bool | help for presence |
Flag | Type | Description |
---|---|---|
--config | string | config file (default is ./.mutiro.yaml in current directory) |
--debug | bool | debug mode |
-v, --verbose | bool | verbose output |