mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 21:26:01 +02:00
lando: add page (#10546)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
b6dafbb826
commit
dba46333ad
1 changed files with 36 additions and 0 deletions
36
pages/common/lando.md
Normal file
36
pages/common/lando.md
Normal 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`
|
Loading…
Add table
Reference in a new issue