mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 17:33:38 +02:00
cradle: add page (#2560)
This commit is contained in:
parent
be10465d2f
commit
4f83a102da
1 changed files with 20 additions and 0 deletions
20
pages/common/cradle.md
Normal file
20
pages/common/cradle.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# cradle
|
||||
|
||||
> The Cradle PHP framework.
|
||||
> See `cradle-install`, `cradle-deploy` and other pages for additional information.
|
||||
|
||||
- Connect to a server:
|
||||
|
||||
`cradle connect {{server_name}}`
|
||||
|
||||
- Display general help:
|
||||
|
||||
`cradle help`
|
||||
|
||||
- Display help for a specific command:
|
||||
|
||||
`cradle {{command}} help`
|
||||
|
||||
- Execute a Cradle command:
|
||||
|
||||
`cradle {{command}}`
|
Loading…
Add table
Reference in a new issue