lando-cli

Local development environment tool with Docker-based services

brewmacoslinux
Try with needOr install directly
Source

About

Cli part of Lando

Commands

lando

Examples

Initialize a new Lando project with a recipe$ lando init --recipe drupal9
Start all services defined in .lando.yml$ lando start
Run a custom command in the app container$ lando composer install