User Guide
Clix CLI
Clix provides the best installation and debugging experience using CLI.
Clix CLI is a command-line tool for integrating and managing the Clix SDK in your mobile projects. This CLI helps automate SDK installation, configuration checks, and uninstallation for both iOS and Android projects.
Getting Started
Install via Homebrew (Recommended)
Install via Source
Requirements
- For iOS: Xcode project in the current directory
Features
- Install Clix SDK
- iOS (via Swift Package Manager or CocoaPods)
- Android (via Gradle)
- Doctor (Integration Checker)
- Checks your iOS or Android project for all required Clix SDK and push notification settings, and provides step-by-step guidance for any issues found.
- Uninstall Clix SDK
Commands
install
Install the Clix SDK into your project.
doctor
Check that your project is correctly set up for push notifications and Clix SDK integration. Provides detailed diagnostics and suggestions for fixing any issues.
uninstall
Remove the Clix SDK from your project.
Note:
- For any issues or feature requests, please open an issue on GitHub.