mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 19:59:05 +00:00
Update cheatsheets
This commit is contained in:
29
cradle-install
Normal file
29
cradle-install
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user