luciq_cli 1.0.6
luciq_cli: ^1.0.6 copied to clipboard
CLI tool for migrating Flutter projects from Instabug to Luciq SDK
Luciq CLI #
A command-line interface for Luciq Flutter SDK.
Installation #
Global Installation #
dart pub global activate luciq_cli
Local Development #
cd packages/luciq_cli
dart pub get
Usage #
Migration Command #
Migrate your Flutter project from Instabug to Luciq:
# Run migration on current Flutter project directory
luciq migrate
# Run migration on specific Flutter project path
luciq migrate --project-path /path/to/flutter/project
# Dry run to see what would be changed
luciq migrate --dry-run
# Get help
luciq migrate --help
This project is licensed under the MIT License - see the LICENSE file for details.