pantheon-systems / wp_launch_check
Performs performance and security checks for WordPress.
Installs: 119
Dependents: 0
Suggesters: 0
Security: 0
Stars: 98
Watchers: 66
Forks: 28
Open Issues: 12
Type:wp-cli-package
pkg:composer/pantheon-systems/wp_launch_check
Requires (Dev)
- behat/behat: ^2
- humbug/box: ^2
- dev-main
- v0.9.1
- v0.9.0
- v0.8.0
- v0.7.7
- v0.7.6
- v0.7.6-RC3
- v0.7.6-RC2
- v0.7.6-RC1
- v0.7.5
- v0.7.4
- v0.7.3
- v0.7.2
- v0.7.1
- v0.7.1-RC2
- v0.7.1-RC1
- v0.7.0
- v0.7.0-RC1
- v0.6.9
- v0.6.9-RC2
- v0.6.9-RC1
- v0.6.8
- v0.6.7
- v0.6.6
- v0.6.5
- v0.6.3
- v0.6.2
- v0.6.1
- v0.6.0
- dev-update-github-actions
- dev-dependabot/github_actions/actions/checkout-6
- dev-dependabot/github_actions/metcalfc/changelog-generator-4.6.2
- dev-dependabot/github_actions/actions/cache-5
- dev-dependabot/github_actions/softprops/action-gh-release-2
- dev-dependabot/github_actions/actions/download-artifact-7
- dev-dependabot/github_actions/actions/upload-artifact-6
- dev-move-dependabot-yml-to-github
- dev-wplc-6.9-and-6.8.3
- dev-pin-github-actions
- dev-wplc-6.8-and-6.7.4
- dev-wplc-6.8-and-6.7.1
- dev-wplc-6.7-and-6.6.2
- dev-add-catalog-workflow-20241010
- dev-rename-catalog-info-20240923
- dev-add-catalog-info-20240910
- dev-site-1500-remove-probable-exploits
- dev-wplc-6.4-and-6.3.2
- dev-wplc-6.3-and-4.6.27
- dev-wplc-6.3-and-4.6.26
- dev-wplc-v0.7.7-rc1
- dev-wplc-v0.7.7-rc2
- dev-use_wpcli_to_sanitize
This package is auto-updated.
Last update: 2026-01-12 18:31:44 UTC
README
WP Launch Check
WP Launch Check is an extension for WP-CLI designed for Pantheon.io WordPress customers. While designed initially for the Pantheon dashboard it is intended to be fully usable outside of Pantheon.
To use WP Launch Check simply run the wp launchcheck <subcommand> command like you would any other WP-CLI command.
For more information about WP-CLI you can visit their github page.
Installing
Installing this package requires WP-CLI v0.23.0 or greater. Update to the latest stable release with wp cli update.
Once you've done so, you can install this package with wp package install pantheon-systems/wp_launch_check.
Available commands
Below is a summary of the available commands. Full technical description of each check run by each command can be found in the CHECKS.md
- wp launchcheck cron : Checks whether cron is enabled and what jobs are scheduled
- wp launchcheck general: General checks for data and best practice, i.e. are you running the debug-bar plugin or have WP_DEBUG defined? This will tell you.
- wp launchcheck database: Checks related to the databases.
- wp launchcheck object_cache: Checks whether object caching is enabled and if on Pantheon whether redis is enabled.
- wp launchcheck sessions: Checks for plugins referring to the php session_start() function or the superglobal
$SESSIONvariable. In either case, if you are on a cloud/distributed platform you will need additional configuration achieve the expected functionality - wp launchcheck plugins: Checks plugins for updates
- wp launchcheck themes: Checks themes for updates
