lando: add page (#10546)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Zach
2023-07-28 12:06:24 -05:00
committed by GitHub
parent b6dafbb826
commit dba46333ad

36
pages/common/lando.md Normal file
View File

@@ -0,0 +1,36 @@
# 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`