Mobbin Auth & Profiles
Diagnose quickly
- Check active/default profile
mobbin config get defaultProfile
mobbin config path
- Check auth status for target profile
mobbin auth status --profile <name>
- If invalid, re-login profile
mobbin auth login --profile <name>
Common fixes
Set stable default profile
mobbin config set defaultProfile default
Force explicit profile per command
mobbin auth status --profile default
mobbin shots download <screen-url-or-id> --out <dir> --profile default --timing
mobbin app screens download --url <app-screens-url> --out <dir> --profile default --timing
Logout and reset profile session
mobbin auth logout --profile <name>
mobbin auth login --profile <name>
Notes
- Profile-specific storage state is used under
~/.config/mobbin-cli/profiles/<name>/.... searchuses resolved profile from config/env/default; keepdefaultProfilecorrect to avoid mismatches.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.