1
0
Fork 0
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:
Owen Voke 2018-11-12 10:29:06 +00:00 committed by Starbeamrainbowlabs
parent be10465d2f
commit 4f83a102da

20
pages/common/cradle.md Normal file
View 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}}`