webiny-cli-extensions
webiny/webiny-js
This guide details how to extend the Webiny CLI by adding custom commands using the `CliCommandFactory` pattern. Developers can define command structures, handle typed parameters, and implement custom logic for various tasks, including data migration, code generation, deployment scripting, or system health checks. It covers command definition, parameter handling, and formatted terminal output using the `Ui` service.