unoforge / flexi-cli
CLI wrapper for the full Flexi PHP workflows
1.1.4
2026-04-05 20:50 UTC
Requires
- laravel/prompts: ^0.3.10
- symfony/console: ^7.3 || ^8.0
- symfony/yaml: ^7.3 || ^8.0
- unoforge/flexi-core: ^1.0
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