luciq_cli 1.0.6 copy "luciq_cli: ^1.0.6" to clipboard
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.

0
likes
140
points
311
downloads

Publisher

unverified uploader

Weekly Downloads

CLI tool for migrating Flutter projects from Instabug to Luciq SDK

Homepage
Repository (GitHub)
View/report issues

Topics

#cli #flutter #luciq #migration #sdk

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

args, http, path

More

Packages that depend on luciq_cli