1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 19:45:09 +02:00
tldr/pages/common/cradle-install.md
2019-06-09 18:53:49 +02:00

24 lines
550 B
Markdown

# cradle install
> Installs the Cradle PHP framework components.
> More information: <https://cradlephp.github.io/docs/3.B.-Reference-Command-Line-Tools.html#install>.
- Install Cradle's components (User will be prompted for further details):
`cradle install`
- Forcefully overwrite files:
`cradle install --force`
- Skip running SQL migrations:
`cradle install --skip-sql`
- Skip running package updates:
`cradle install --skip-versioning`
- Use specific database details:
`cradle install -h {{hostname}} -u {{username}} -p {{password}}`