WHAT YOU'LL LEARN
  • every Cli.* extension and the props it accepts

Overview
anchor

Cli.* extensions add custom commands to the Webiny CLI.

Cli.Command
anchor

Registers a custom command in the Webiny CLI, implemented as a CliCommandFactory.

PropTypeRequiredDescription
srcstringYesPath to the implementation file (must follow CliCommandFactory abstraction)

Can be used multiple times.