warden_magento_cli
Execute Magento CLI commands within the php-fpm container for Warden-managed Magento 2 projects. Automates task execution by specifying the project path and desired command.
Instructions
Run bin/magento command inside the php-fpm container
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | No | Additional arguments for the command | |
command | Yes | Magento CLI command (without 'bin/magento' prefix) | |
project_path | Yes | Path to the project directory |