---
name: webiny-cli-catalog
context: webiny-api
description: >
  cli — 2 abstractions.
---

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

---
