1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 10:42:07 +02:00
tldr/pages/common/lando.md
Zach dba46333ad
lando: add page (#10546)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-28 19:06:24 +02:00

485 B

lando

Local development environment and DevOps tool built on Docker. More information: https://docs.lando.dev/cli/.

  • Initialize code for use with lando:

lando init

  • Print information about your app:

lando info

  • Start your app:

lando start

  • Stop your app:

lando stop

  • Restart your app:

lando restart

  • Rebuild your app from scratch, preserving data:

lando rebuild

  • Display logs for your app:

lando logs

  • Destroy your app:

lando destroy