JX

JamilX

Framework Documentation

Next: Database

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 commands
  • php jamilx help <command> — show command usage
  • php jamilx doctor — environment health checks
  • php jamilx about — framework + environment summary
  • php jamilx serve — start the local server
  • php jamilx logs:tail — tail logs/errors.log

Generators

  • make:service
  • make:action
  • make:container
  • make:prototype
  • make:module
  • create:app

Database

  • db:migrate
  • db:seed
  • db:status
  • db:rollback

Project

  • about — environment summary
  • cache:clear — clear cache directories
  • completion: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 8080
php jamilx make:service Billing
php jamilx logs:tail --follow
Jamilx CLI Commands General: list List available commands. help Display help for a command. Use "jamilx help <command>" for command details.