Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 784 Bytes

File metadata and controls

59 lines (37 loc) · 784 Bytes

Flexi CLI Package

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