Skills Development Webiny CLI Service Abstractions

Webiny CLI Service Abstractions

v20260424
webiny-cli-catalog
This package provides essential service abstractions for building command-line interface (CLI) applications within the Webiny ecosystem. It defines standardized interfaces for core functionalities like logging (LoggerService) and managing user interaction (UiService), ensuring consistency, modularity, and type safety across different CLI projects.
Get Skill
488 downloads
Overview

cli

How to Use

  1. Find the abstraction you need below
  2. You MUST read the source file to get the exact interface and types!
  3. Import: import { Name } from "<importPath>";

Abstractions


Name: LoggerService Import: import { LoggerService } from "webiny/cli" Source: @webiny/cli-core/abstractions/services/LoggerService.ts


Name: UiService Import: import { UiService } from "webiny/cli" Source: @webiny/cli-core/abstractions/services/UiService.ts


Info
Category Development
Name webiny-cli-catalog
Version v20260424
Size 913B
Updated At 2026-04-28
Language