Overview
How does Magento CLI work, how is it better?
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.
How does Magento CLI work, how is it better?
Getting started with Magento CLI and running things locally
How to set up php locally for any platform
How does one contribue to this tool?