snippetbashTip
cradle — The Cradle PHP framework. Some subcommands such as `install` and `package` have their own usage docu
Viewed 0 times
thecommandcradleframeworkcliphpsome
Problem
How to use the
cradle command: The Cradle PHP framework. Some subcommands such as install and package have their own usage documentation. More information: <https://cradlephp.github.io/docs/3.B.-Reference-Command-Line-Tools.html>.Solution
cradle — The Cradle PHP framework. Some subcommands such as install and package have their own usage documentation. More information: <https://cradlephp.github.io/docs/3.B.-Reference-Command-Line-Tools.html>.Install Cradle components (prompts for additional info):
cradle installForce install and overwrite files:
cradle install {{[-f|--force]}}Connect to a remote server (see
config/deploy.php):cradle connect {{server_name}}Display the current Cradle configuration:
cradle config showInstall a package into the current Cradle instance:
cradle package install {{package_name}}List installed packages:
cradle package listDisplay help:
cradle helpDisplay version:
cradle --versionCode Snippets
Install Cradle components (prompts for additional info)
cradle installForce install and overwrite files
cradle install {{[-f|--force]}}Connect to a remote server (see `config/deploy.php`)
cradle connect {{server_name}}Display the current Cradle configuration
cradle config showInstall a package into the current Cradle instance
cradle package install {{package_name}}Context
tldr-pages: common/cradle
Revisions (0)
No revisions yet.