unoforge / flexi-cli
CLI wrapper for the full Flexi PHP workflows
1.1.5
2026-08-30 10:40 UTC
Requires
- laravel/prompts: ^0.3.10
- symfony/console: ^7.3 || ^8.0
- symfony/yaml: ^7.3 || ^8.0
- unoforge/flexi-core: ^1.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-30 10:43:35 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