Skip to content

Help make the extensions Marketplace better for everyone. Take this survey!

| Marketplace
Sign in
Visual Studio Code>Other>Magento CLINew to Visual Studio Code? Get it now.
Magento CLI

Magento CLI

Lucas Fidélis

|
99 installs
| (0) | Free
Magento CLI Extension
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft