CLI Toolkit
Automate setup, generation, and diagnostics with the JamilX CLI.
The CLI lives in jamilx and console/. Run it from the repository root to manage services, apps, database tasks, and health checks.
Daily Commands
php jamilx list— list all commandsphp jamilx help <command>— show command usagephp jamilx doctor— environment health checksphp jamilx about— framework + environment summaryphp jamilx serve— start the local serverphp jamilx logs:tail— taillogs/errors.log
Generators
make:servicemake:actionmake:containermake:prototypemake:modulecreate:app
Database
db:migratedb:seeddb:statusdb:rollback
Project
about— environment summarycache:clear— clear cache directoriescompletion:bash,completion:zsh
Compatibility
Legacy commands are still available for existing scripts: AddAction, AddService, CreateApp, DB:Make, DB:Insert, DB:Delete.
CLI Examples
php jamilx serve --port 8080php jamilx make:service Billingphp jamilx logs:tail --followJamilx CLI Commands
General:
list List available commands.
help Display help for a command.
Use "jamilx help <command>" for command details.