For the complete documentation index, see llms.txt. This page is also available as Markdown.

Mobb CLI - A CLI option isn't working as expected

Symptoms

  • A Mobb CLI option or flag (for example, --create-one-pr) fails or doesn't behave the way the documentation describes.

Likely cause

You're running an older version of the CLI. Behavior and bug fixes ship frequently, so an option may work differently — or not at all — in an older release.

Resolution

  1. Upgrade to the latest CLI version and re-run your command, for example:

    npx mobbdev@latest ...
  2. Re-check the option against the current Mobb CLI documentation.

  3. If it still misbehaves on the latest version, capture debug output and contact support@mobb.ai.

In locked-down environments where npx can't reach the public registry, see Install blocked by npm registry.

Last updated