All Projects → runcommand → manifest

runcommand / manifest

Licence: other
See what's going on inside of WordPress

Programming Languages

PHP
23972 projects - #3 most used programming language
shell
77523 projects
Gherkin
971 projects

runcommand/manifest

See what's going on inside of WordPress.

runcommand open source Build Status

Quick links: Using | Installing | Support

Using

wp manifest [--format=<format>]

Produces an overview of WordPress' configuration for a high-level understanding of what's going on inside of WordPress.

$ wp manifest
+--------------+-----------+
| Field        | Value     |
+--------------+-----------+
| core_version | 4.6       |
| core_type    | standard  |
| database_size | 3 MB     |
| uploads_size  | 140 B    |
+--------------+-----------+

OPTIONS

[--format=<format>]
	Render output in a particular format.
	---
	default: table
	options:
	  - table
	  - json
	  - yaml
	  - csv
	---

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 runcommand/manifest.

Support

This WP-CLI package is free for anyone to use. Support, including usage questions and feature requests, is available to paying runcommand customers.

Think you’ve found a bug? Before you create a new issue, you should search existing issues to see if there’s an existing resolution to it, or if it’s already been fixed in a newer version. Once 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 with description of what you were doing, what you saw, and what you expected to see.

Want to contribute a new feature? Please first open a new issue to discuss whether the feature is a good fit for the project. Once you've decided to work on a pull request, please include functional tests and follow the WordPress Coding Standards.

runcommand customers can also email [email protected] for private support.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].