Documentation

Magento-cli provides a globally-installed cli tool for managing magento locally. This includes serving it locally (magento serve), and helpers to install magento. As well as convienences to other tools, such as magento sql to access mysql-cli, and to install composer and n98-magerun2. This tool also passes through commands to the bin/magento tool in the working directory, allowing it to serve as a one-stop magento shop.


Overview

How does Magento CLI work, how is it better?

Getting Started

Getting started with Magento CLI and running things locally

Local PHP

How to set up php locally for any platform

Developers Guide

How does one contribue to this tool?

Last modified June 18, 2022: fleshes out documentation (01775d8)