{"id":42718800,"url":"https://github.com/wp-cli/site-health-command","last_synced_at":"2026-04-01T18:33:14.282Z","repository":{"id":237882918,"uuid":"795418804","full_name":"wp-cli/site-health-command","owner":"wp-cli","description":"WP CLI Package for Site Health management","archived":false,"fork":false,"pushed_at":"2026-03-27T11:42:13.000Z","size":71,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-27T22:53:19.675Z","etag":null,"topics":["wordpress","wpcli"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wp-cli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2024-05-03T08:37:02.000Z","updated_at":"2026-03-27T11:40:53.000Z","dependencies_parsed_at":"2024-05-03T13:27:32.496Z","dependency_job_id":"37e04d7e-8018-4921-bc7e-64f5b45437dc","html_url":"https://github.com/wp-cli/site-health-command","commit_stats":null,"previous_names":["ernilambar/site-health-command","wp-cli/site-health-command"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/wp-cli/site-health-command","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wp-cli%2Fsite-health-command","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wp-cli%2Fsite-health-command/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wp-cli%2Fsite-health-command/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wp-cli%2Fsite-health-command/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wp-cli","download_url":"https://codeload.github.com/wp-cli/site-health-command/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wp-cli%2Fsite-health-command/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290887,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["wordpress","wpcli"],"created_at":"2026-01-29T16:03:01.189Z","updated_at":"2026-04-01T18:33:14.268Z","avatar_url":"https://github.com/wp-cli.png","language":"PHP","readme":"wp-cli/site-health-command\n==========================\n\n\n\n[![Testing](https://github.com/wp-cli/site-health-command/actions/workflows/testing.yml/badge.svg)](https://github.com/wp-cli/site-health-command/actions/workflows/testing.yml)\n\nQuick links: [Using](#using) | [Installing](#installing) | [Contributing](#contributing) | [Support](#support)\n\n## Using\n\nThis package implements the following commands:\n\n### wp site-health\n\nManage Site Health\n\n~~~\nwp site-health\n~~~\n\n\n\n\n\n### wp site-health check\n\nRun site health checks.\n\n~~~\nwp site-health check [--\u003cfield\u003e=\u003cvalue\u003e] [--fields=\u003cfields\u003e] [--format=\u003cformat\u003e]\n~~~\n\n**OPTIONS**\n\n\t[--\u003cfield\u003e=\u003cvalue\u003e]\n\t\tFilter results based on the value of a field.\n\n\t[--fields=\u003cfields\u003e]\n\t\tLimit the output to specific fields.\n\n\t[--format=\u003cformat\u003e]\n\t\tRender output in a particular format.\n\t\t---\n\t\tdefault: table\n\t\toptions:\n\t\t  - table\n\t\t  - csv\n\t\t  - json\n\t\t  - yaml\n\t\t---\n\n**EXAMPLES**\n\n    # Run site health checks.\n    $ wp site-health check\n    +-------------------+-------------+-------------+----------------------------------------------------------+\n    | check             | type        | status      | label                                                    |\n    +-------------------+-------------+-------------+----------------------------------------------------------+\n    | WordPress Version | Performance | good        | Your version of WordPress (6.5.2) is up to date          |\n    | Plugin Versions   | Security    | recommended | You should remove inactive plugins                       |\n    | Theme Versions    | Security    | recommended | You should remove inactive themes                        |\n    | PHP Version       | Performance | good        | Your site is running the current version of PHP (8.2.18) |\n\n\n\n### wp site-health info\n\nDisplays site health info.\n\n~~~\nwp site-health info [\u003csection\u003e] [--all] [--fields=\u003cfields\u003e] [--format=\u003cformat\u003e] [--private]\n~~~\n\n**OPTIONS**\n\n\t[\u003csection\u003e]\n\t\tSection slug.\n\n\t[--all]\n\t\tDisplays info for all sections.\n\n\t[--fields=\u003cfields\u003e]\n\t\tLimit the output to specific fields.\n\n\t[--format=\u003cformat\u003e]\n\t\tRender output in a particular format.\n\t\t---\n\t\tdefault: table\n\t\toptions:\n\t\t  - table\n\t\t  - csv\n\t\t  - json\n\t\t  - yaml\n\t\t---\n\n\t[--private]\n\t\tDisplay private fields. Disabled by default.\n\n**EXAMPLES**\n\n    # List site health info.\n    $ wp site-health info wp-constants\n    +---------------------+---------------------+-----------+-----------+\n    | field               | label               | value     | debug     |\n    +---------------------+---------------------+-----------+-----------+\n    | WP_HOME             | WP_HOME             | Undefined | undefined |\n    | WP_SITEURL          | WP_SITEURL          | Undefined | undefined |\n    | WP_MEMORY_LIMIT     | WP_MEMORY_LIMIT     | 40M       |           |\n    | WP_MAX_MEMORY_LIMIT | WP_MAX_MEMORY_LIMIT | 256M      |           |\n\n\n\n### wp site-health list-info-sections\n\nList site health info sections.\n\n~~~\nwp site-health list-info-sections [--fields=\u003cfields\u003e] [--format=\u003cformat\u003e]\n~~~\n\n**OPTIONS**\n\n\t[--fields=\u003cfields\u003e]\n\t\tLimit the output to specific fields.\n\n\t[--format=\u003cformat\u003e]\n\t\tRender output in a particular format.\n\t\t---\n\t\tdefault: table\n\t\toptions:\n\t\t  - table\n\t\t  - csv\n\t\t  - json\n\t\t  - yaml\n\t\t---\n\n**EXAMPLES**\n\n    # List site health info sections.\n    $ wp site-health list-info-sections\n    +------------------------+---------------------+\n    | label                  | section             |\n    +------------------------+---------------------+\n    | WordPress              | wp-core             |\n    | Directories and Sizes  | wp-paths-sizes      |\n    | Drop-ins               | wp-dropins          |\n    | Active Theme           | wp-active-theme     |\n    | Parent Theme           | wp-parent-theme     |\n    | Inactive Themes        | wp-themes-inactive  |\n    | Must Use Plugins       | wp-mu-plugins       |\n    | Active Plugins         | wp-plugins-active   |\n    | Inactive Plugins       | wp-plugins-inactive |\n    | Media Handling         | wp-media            |\n    | Server                 | wp-server           |\n    | Database               | wp-database         |\n    | WordPress Constants    | wp-constants        |\n    | Filesystem Permissions | wp-filesystem       |\n    +------------------------+---------------------+\n\n\n\n### wp site-health status\n\nCheck site health status.\n\n~~~\nwp site-health status \n~~~\n\n**EXAMPLES**\n\n    # Check site health status.\n    $ wp site-health status\n    good\n\n## Installing\n\nThis package is included with WP-CLI itself, no additional installation necessary.\n\nTo install the latest version of this package over what's included in WP-CLI, run:\n\n    wp package install git@github.com:wp-cli/site-health-command.git\n\n## Contributing\n\nWe appreciate you taking the initiative to contribute to this project.\n\nContributing isn’t limited to just code. We encourage you to contribute in the way that best fits your abilities, by writing tutorials, giving a demo at your local meetup, helping other users with their support questions, or revising our documentation.\n\nFor a more thorough introduction, [check out WP-CLI's guide to contributing](https://make.wordpress.org/cli/handbook/contributing/). This package follows those policy and guidelines.\n\n### Reporting a bug\n\nThink you’ve found a bug? We’d love for you to help us get it fixed.\n\nBefore you create a new issue, you should [search existing issues](https://github.com/wp-cli/site-health-command/issues?q=label%3Abug%20) to see if there’s an existing resolution to it, or if it’s already been fixed in a newer version.\n\nOnce you’ve done a bit of searching and discovered there isn’t an open or fixed issue for your bug, please [create a new issue](https://github.com/wp-cli/site-health-command/issues/new). Include as much detail as you can, and clear steps to reproduce if possible. For more guidance, [review our bug report documentation](https://make.wordpress.org/cli/handbook/bug-reports/).\n\n### Creating a pull request\n\nWant to contribute a new feature? Please first [open a new issue](https://github.com/wp-cli/site-health-command/issues/new) to discuss whether the feature is a good fit for the project.\n\nOnce you've decided to commit the time to seeing your pull request through, [please follow our guidelines for creating a pull request](https://make.wordpress.org/cli/handbook/pull-requests/) to make sure it's a pleasant experience. See \"[Setting up](https://make.wordpress.org/cli/handbook/pull-requests/#setting-up)\" for details specific to working on this package locally.\n\n## Support\n\nGitHub issues aren't for general support questions, but there are other venues you can try: https://wp-cli.org/#support\n\n\n*This README.md is generated dynamically from the project's codebase using `wp scaffold package-readme` ([doc](https://github.com/wp-cli/scaffold-package-command#wp-scaffold-package-readme)). To suggest changes, please submit a pull request against the corresponding part of the codebase.*\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwp-cli%2Fsite-health-command","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwp-cli%2Fsite-health-command","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwp-cli%2Fsite-health-command/lists"}