webiny-cli-catalog

$npx mdskill add webiny/webiny-js/webiny-cli-catalog

Access core command-line abstractions like logging and UI management for structured agent interactions.

  • Provides structured interfaces for logging and user interface operations within CLI contexts.
  • Integrates with core webiny command-line components via specific service imports.
  • Exposes predefined service classes, allowing developers to select the necessary abstraction.
  • Delivers typed service objects that can be imported and utilized directly in agent code.
SKILL.md
.github/skills/webiny-cli-catalogView on GitHub ↗
---
name: webiny-cli-catalog
context: webiny-api
description: >
  cli — 2 abstractions.
---

# cli

## How to Use

1. Find the abstraction you need below
2. 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`

---
More from webiny/webiny-js