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
Lena b596b78b18
pages/*: standardize mentioning subcommands without the main command (#13626)
* pages/*: standardize mentioning subcommands without the main command

* CONTRIBUTING: clarify that pages should only mention the subcommand
2024-10-04 21:14:41 +02:00

21 lines
370 B
Markdown

# cradle
> The Cradle PHP framework.
> Some subcommands such as `install` have their own usage documentation.
> More information: <https://cradlephp.github.io>.
- Connect to a server:
`cradle connect {{server_name}}`
- Execute a Cradle command:
`cradle {{command}}`
- Display help:
`cradle help`
- Display help for a specific command:
`cradle {{command}} help`