Skip to main content
The settings:profile and settings:update-profile commands manage the account that the current API key belongs to — your display name and password.

settings:profile

Get your user profile (name, email, and account details for the authenticated user).
Examples

settings:update-profile

Update your user profile. You must provide at least one of --name or --password; if neither is supplied the command exits with an error.
Examples
Passing --password on the command line stores it in your shell history. Prefer reading it from a secure source, for example --password "$(cat ~/.config/some/new-pass)".