Skip to content

LucasFidelis/magento-cli-vscode

Repository files navigation

Magento CLI for VSCode

That extension helps you to run all commands from Magento CLI tool in your VSCode environment.

Features

  • Run all commands
  • Docker support
  • Add commands as favorites

Settings

The config below is necessary to run the commands:

  • Localhost
{
    "magentoCommand.php.executablePath": "/your/php/root",
    "magentoCommand.magento.root": "/your/magento/root"
}
  • Docker Container
{
    "magentoCommand.php.executablePath": "docker exec your_container_name",
    "magentoCommand.magento.root": "/your/magento/root"
}

To Do

  • Add custom commands

About

Magento CLI for VSCode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages