mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 08:41:55 +00:00
27 lines
470 B
Plaintext
27 lines
470 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# cradle
|
|
|
|
> The Cradle PHP framework.
|
|
> Some subcommands such as `cradle 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`
|