mage2click / m2c

Mage2click toolset to create and manage the Magento Docker development environment with mutagen.io file-sync for macOS and native filesystem mounts on Linux.
https://mage2.click
MIT License
69 stars 23 forks source link

BROKEN #46

Closed rbouma closed 4 years ago

rbouma commented 4 years ago

m2c add phpmyadmin Unknown argument phpmyadmin. Run m2c add --help for usage information

shkoliar commented 4 years ago

Hey @rbouma,

You need to use m2c add service phpmyadmin.

m2c add --help

Information:
  Adds optional service or extra domain to the project.

Usage:
  m2c add service <service>
  m2c add domain <domain>
  m2c add --help

Services:
  elasticsearch     Elasticsearch service.
  phpmyadmin        phpMyAdmin service.
  rabbitmq          RabbitMQ service.
  varnish           Varnish service.

Flags:
  --help            Displays this information.