waaseyaa / cli
Command-line interface and console commands for Waaseyaa
v0.1.0-alpha.7
2026-03-15 03:34 UTC
Requires
- php: >=8.3
- symfony/console: ^7.0
- waaseyaa/access: ^0.1
- waaseyaa/cache: ^0.1
- waaseyaa/config: ^0.1
- waaseyaa/entity: ^0.1
- waaseyaa/user: ^0.1
Requires (Dev)
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2026-03-15 16:00:53 UTC
README
Layer 6 — Interfaces
Command-line interface for Waaseyaa applications.
Provides Symfony Console commands for entity management (entity:create), configuration export/import (config:export, config:import), schema checking, health diagnostics, and the optimize:manifest command that runs PackageManifestCompiler. Entry point: bin/waaseyaa.
Key classes: ConsoleKernel, health and schema check commands.