Expand description
CLI presentation layer
This module contains everything related to the command-line interface:
commands- Command definitions and parsingformatters- Output formatters (JSON, YAML, Table)validators- Input validators
The CLI layer is a thin wrapper around the core business logic, handling user interaction concerns separately from business logic.
§Architecture
CLI Layer (this module)
↓
Core Business Logic (../core)
↓
Admin API (../admin)Modules§
- commands
- CLI commands module
- formatters
- CLI output formatters
- validators
- CLI input validators