---
name: webiny-cli-command-catalog
context: webiny-api
description: >
  cli/command — 1 abstractions.
---

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

---
