Component Service (cmp)
The Component Service tools provide the commands necessary to initialize a directory structure for component development, locally develop and test components, and deploy components to a Content Management instance.
dxp-next cmp --help
Usage: dxp-next cmp [options] [command]
Component Service Commands
Options:
-h, --help display help for command
Commands:
deploy [options] <source>
dev [options] <source> A local component runner for developing new components
init [options] <path> Create a new component from a template (1)
help [command] display help for command
1 | The init command is currently not recommended for use. |