Skip to main content

All Commands

CommandDescription
leap-bundle loginAuthenticate with LEAP using API token
leap-bundle whoamiShow current authenticated user
leap-bundle logoutLogout from LEAP
leap-bundle configShow current configuration
leap-bundle validateValidate directory for bundle creation
leap-bundle createSubmit new bundle request
leap-bundle resumeResume an interrupted bundle request creation
leap-bundle listList all bundle requests or a specific request
leap-bundle cancelCancel a bundle request
leap-bundle downloadDownload bundle request output OR download GGUF models from a manifest URL

Global Options

All commands support these global options:
  • --version, -v: Show version information and exit
  • --help: Show help information for any command

Current Limitations

  • The bundle tool only works on these model types for now: LFM2, LFM2-VL, Qwen.
    • We are working on expanding support to more models.

Error Handling

Authentication Errors

Network Errors

File System Errors

API Response Errors

The CLI tool extracts and displays error messages from API responses:

Exit Codes

The CLI tool uses standard exit codes:
  • 0: Success
  • 1: General error (authentication, network, file system, etc.)