# Rotate with a new password
shelly auth rotate living-room --password newSecret123
# Generate a random password
shelly auth rotate living-room --generate
# Generate and show the new password
shelly auth rotate living-room --generate --show
# Use specific password length
shelly auth rotate living-room --generate --length 24
--generate Generate a random password
-h, --help help for rotate
--length int Generated password length (default 16)
--password string New password (or use --generate)
--show Show the new password in output
--user string Username for authentication (default "admin")