---
name: webiny/webiny-cli-catalog
source: https://app.decimal.ai/s/webiny-webiny-cli-catalog@1/SKILL.md
source_sha256: d03b21a0dd46
---

# 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`

---