22 lines
370 B
Markdown
22 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`
|