Build a Cronus UI install command
get_install_commandBuild the npx cronus-ui add ... command for one or more components/blocks. The CLI resolves and installs each item's registry dependencies automatically. This only returns the command string — to actually install, use install_component.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| names | Yes | One or more registry item names to install, e.g. ['button', 'card', 'dialog']. |