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

# cli/command

## 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:** `CliCommandFactory`
**Import:** `import { CliCommandFactory } from "webiny/cli/command"`
**Source:** `@webiny/cli-core/abstractions/features/CliCommand.ts`
**Description:** Implement a custom CLI command for Webiny CLI.

---