webiny-cli-catalog
$
npx mdskill add webiny/webiny-js/webiny-cli-catalogAccess 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
- testerUse when running tests. Shows how to run tests for a single package, including OpenSearch (ddb-os) tests when applicable.
- webiny-admin-aco-catalog>
- webiny-admin-architect>
- webiny-admin-build-params-catalog>
- webiny-admin-catalog>
- webiny-admin-cms-catalog>
- webiny-admin-configs-catalog>
- webiny-admin-env-config-catalog>
- webiny-admin-form-catalog>
- webiny-admin-graphql-client-catalog>