SDK integration, validation, and debugging tool for Linkrunner.
# Recommended: install script (downloads platform-specific binary)
curl -fsSL https://raw.githubusercontent.com/linkrunner-labs/cli/main/install.sh | sh
# Via npm
npm install -g @linkrunner/cli
# Via bun
bun install -g @linkrunner/clilr login # Authenticate with Linkrunner
lr init # Initialize SDK in your project
lr doctor # Check integration health| Command | Description |
|---|---|
lr login |
Authenticate with Linkrunner |
lr logout |
Log out |
lr init |
Interactive SDK setup wizard |
lr doctor |
Diagnose integration issues (--fix, --deep, --ci) |
lr validate |
Alias for doctor |
lr analyze |
AI-powered deep code analysis |
lr test |
Test SDK connectivity and token validity |
lr deeplink setup |
Configure deep linking |
lr events add |
Generate event tracking code |
lr status |
View project dashboard |
lr suggest |
Get feature recommendations |
Flutter, React Native, Expo, iOS Native, Android Native, Capacitor, Web
Use the CLI in your CI pipeline to validate SDK integration on every commit:
lr doctor --ci --fail-on-warnThis exits with code 0 on success or 1 on failure, treating warnings as errors.
- Documentation: docs.linkrunner.io/cli
- Website: linkrunner.io
MIT