CLI Overview

Planned tooling to automate common tasks

Info:

Coming Soon - The features described in this section are planned for future releases and are not yet available.

Current State vs Future

TaskCurrentFuture
Controller wiringManual in bootstrapCLI generated
HTTP clientManualCLI generated
New endpoint6+ files created manuallyCLI scaffolded
Dependency rulesDeveloper disciplineLinter enforced

Planned Tools

ToolPurpose
Controller GeneratorAuto-wire validate → guard → map → execute → respond
HTTP Client GeneratorTypeScript-safe clients from request/response schemas
Endpoint ScaffoldGenerate all files for a new endpoint
Linter RulesEnforce one-way module deps, layer import rules

See Also

These features are planned for future releases:

  • Controller Wiring
  • HTTP Client Generation
  • Endpoint Scaffolding
  • Linter Rules