Reference > Extensions > Cli
Cli Extensions Reference
Reference for all Cli.* extensions available in webiny.config.tsx.
WHAT YOU'LL LEARN
- every
Cli.*extension and the props it accepts
Overview
Cli.* extensions add custom commands to the Webiny CLI.
Cli.Command
Registers a custom command in the Webiny CLI, implemented as a CliCommandFactory.
| Prop | Type | Required | Description |
|---|---|---|---|
src | string | Yes | Path to the implementation file (must follow CliCommandFactory abstraction) |
Can be used multiple times.