unoforge/flexi-cli

CLI wrapper for the full Flexi PHP workflows

Maintainers

Package info

github.com/unoforge/flexi-cli

Type:cli

pkg:composer/unoforge/flexi-cli

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.1.4 2026-04-05 20:50 UTC

This package is auto-updated.

Last update: 2026-04-05 20:51:31 UTC


README

packages/cli is the full PHP CLI entrypoint package.

  • Binary: bin/flexi-cli
  • Uses shared logic from unoforge/flexi-core
  • Supports Laravel and Symfony initialization, plus shared registry commands

Installation

composer require --dev unoforge/flexi-cli

or globaly

composer global require unoforge/flexi-cli

Commands

Init

With Flexiwind (UI)

flexi-cli init

Then follow process

Without Flexiwind

flexi-cli init --no-flexiwind

Add Command

flexi-cli add @my-source/registry-name

Show without adding

flexi-cli add @my-source/registry-name --dry

Build registries

flexi-cli build

For more information check here