rolldev_magento2_init
Initialize a new Magento 2 project with automatic version configuration. Specify project name and Magento version to create a development environment.
Instructions
Initialize a new Magento 2 project using RollDev's magento2-init command with automatic version configuration
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_name | Yes | Name of the Magento 2 project (lowercase letters, numbers, and hyphens only) | |
| magento_version | No | Magento version to install (default: 2.4.x). Examples: 2.4.x, 2.4.7, 2.4.7-p3, 2.4.8 | 2.4.x |
| target_directory | No | Directory to create project in (optional, defaults to current directory). Project will be created in a subdirectory named after the project. |