ScaleBox Docs

User Commands

Reference for viewing and updating the authenticated user and changing your password.

Reference for scalebox-cli user commands.

All commands on this page also accept --compact for one-line JSON output.

user show

Show the authenticated user.

scalebox-cli user show

user update

Update --display-name and/or --description. The CLI errors if neither flag is set.

scalebox-cli user update --display-name "Jane Doe" --description "Platform engineer"

user change-password

Change the authenticated user's password with the authenticated in-place change flow. Pass both --current-password and --new-password, and make sure the submitted new password differs from the submitted current password. If the account does not have a local password yet, use the email reset flow instead.

scalebox-cli user change-password --current-password oldpass --new-password newpass123

On this page