The fastest way to install impaktfull CLI on macOS:
bash
curl -fsSL https://cli.impaktfull.com/install.sh | bashThis installs the CLI binary to ~/.impaktfull/impaktfull_cli and adds it to your $PATH via ~/.zshrc. Restart your terminal after installation.
If you have the Dart SDK installed:
bash
dart pub global activate impaktfull_clibash
git clone https://github.com/impaktfull/impaktfull_cli.git
cd impaktfull_cli
dart pub get
dart compile exe bin/impaktfull_cli.dart -o impaktfull_clibash
impaktfull_cli --helpExpected output lists all available command groups (android, apple, ci_cd, etc.).