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.

Component Service commands

  • init

    The init command is currently not recommmended for use.
  • dev

    A list of commands about developing and testing components locally.

  • dev-ui

    A user interface for developing and testing components locally.

  • deploy

    A list of commands about deploying components to a DXP organization.