---
title: impaktfull CLI
description: A CLI that combines all tools for development, testing, CI/CD
---

impaktfull CLI is an open-source Dart CLI that replaces `fastlane` by simplifying the CI/CD process for Flutter and Dart projects.

## Quick Install

```bash
curl -fsSL https://cli.impaktfull.com/install.sh | bash
```

## What it does

- **Android** — Create keystores for signing configs
- **Apple** — Install provisioning profiles
- **CI/CD** — Report job status to Slack, set up new CI/CD devices
- **Open Source** — Announce new releases to Slack
- **Slack** — Send messages to channels
- **Test Coverage** — Generate and upload test coverage reports for Dart and Flutter projects

## Links

- [pub.dev](https://pub.dev/packages/impaktfull_cli)
- [GitHub](https://github.com/impaktfull/impaktfull_cli)
