Skip to main content

Module cli

Module cli 

Source
Expand description

CLI presentation layer

This module contains everything related to the command-line interface:

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