Mobbin Auth Profiles

Manage Mobbin CLI auth sessions and profile routing (`default`, `test`, etc.). Use when login/session errors appear, when commands fail with "Not logged in", or when switching/repairing profile-specific sessions. Use when this capability is needed.

tomevault-io 7642f70 2 files · 2.1 KB Updated

File contents

Mobbin Auth & Profiles

Diagnose quickly

  1. Check active/default profile
mobbin config get defaultProfile
mobbin config path
  1. Check auth status for target profile
mobbin auth status --profile <name>
  1. 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>/....
  • search uses resolved profile from config/env/default; keep defaultProfile correct to avoid mismatches.

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/solejay--mobbin-cli--mobbin-auth-profiles commit 7642f70043

Frequently asked questions

npx skillmds@latest add tomevault-io/mobbin-auth-profiles