lando: add page (#10546)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/23/head
Zach 2023-07-28 12:06:24 -05:00 committed by GitHub
parent b6dafbb826
commit dba46333ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

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`