LinuxCommandLibrary

lando

Local development environment and DevOps tool built on Docker.

TLDR

Initialize code for use with lando

$ lando init
copy


Print information about your app
$ lando info
copy


Start your app
$ lando start
copy


Stop your app
$ lando stop
copy


Restart your app
$ lando restart
copy


Rebuild your app from scratch, preserving data
$ lando rebuild
copy


Display logs for your app
$ lando logs
copy


Destroy your app
$ lando destroy
copy

Copied to clipboard