1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages/common/cradle.md
2019-06-09 18:53:49 +02:00

21 lines
389 B
Markdown

# cradle
> The Cradle PHP framework.
> See `cradle-install`, `cradle-deploy` and other pages for additional information.
> More information: <https://cradlephp.github.io>.
- 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}}`