Loading...
mutiro user update-profile

Update your user profile

Synopsis

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]

Usage mutiro user update-profile [flags]
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
Options
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)
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 user