HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

cradle install — Install the Cradle PHP framework components. More information: <https://cradlephp.github.io/docs/3.B

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandcradleinstallframeworkcliphpcradle install

Problem

How to use the cradle install command: Install the Cradle PHP framework components. More information: <https://cradlephp.github.io/docs/3.B.-Reference-Command-Line-Tools.html#install>.

Solution

cradle install — Install 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 {{[-f|--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}}

Code Snippets

Install Cradle's components (User will be prompted for further details)

cradle install

Forcefully overwrite files

cradle install {{[-f|--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}}

Context

tldr-pages: common/cradle install

Revisions (0)

No revisions yet.