Update your user profile
Update your profile information including display name, bio, avatar URL, and metadata.
Examples:
Update display name
mutiro user update-profile --display-name "John Doe"
Update bio
mutiro user update-profile --bio "Software engineer and AI enthusiast"
Update avatar URL
mutiro user update-profile --avatar-url "https://example.com/avatar.png"
Update multiple fields
mutiro user update-profile --display-name "John Doe" --bio "Developer"
Add/update metadata (inline value)
mutiro user update-profile --metadata preference=dark_mode
Add/update metadata from file (uploaded to storage)
mutiro user update-profile --metadata notes=@my-notes.md
Delete metadata keys
mutiro user update-profile --delete-metadata old_key
mutiro user update-profile [flags]
Update display name
Update bio
Update avatar URL
Update multiple fields
Add/update metadata (inline value)
Add/update metadata from file (uploaded to storage)
Delete metadata keys
| Flag | Type | Description |
|---|---|---|
| --avatar-url | string | Update your avatar URL |
| --bio | string | Update your bio |
| --delete-metadataArray | string | Metadata key to delete (can be repeated) |
| --display-name | string | Update your display name |
| -h, --help | bool | help for update-profile |
| --metadataArray | string | Metadata key=value to add/update (can be repeated, max 16KB total) |
| Flag | Type | Description |
|---|---|---|
| --config | string | config file (default is ./.mutiro.yaml in current directory) |
| --debug | bool | debug mode |
| -v, --verbose | bool | verbose output |