rolldev_magento_cli
Execute Magento CLI commands within the PHP-FPM container to manage and configure Magento 2 projects, enabling direct control over development environments through command-line operations.
Instructions
Run roll magento command inside the php-fpm container
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Path to the project directory | |
| command | Yes | Magento CLI command (without 'bin/magento' prefix) | |
| args | No | Additional arguments for the command | |
| save_output_to_file | No | Save full output to a log file for later investigation (useful for long output) |