-
·
Licensing
WP-CLIWP-CLI WP-CLI is the Command Line Interface for WordPress, used to do administrative and development tasks in a programmatic way. The project page is http://wp-cli.org/ https://make.wordpress.org/cli/ is licensed under the MIT license. This document outlines WP-CLI’s licensing expectations for third-party code. Accepting third-party code into the official repository/organization All code accepted into repositories under the…
-
·
Verifying WP-CLI Downloads
This guide explains how to cryptographically verify the authenticity and integrity of WP-CLIWP-CLI WP-CLI is the Command Line Interface for WordPress, used to do administrative and development tasks in a programmatic way. The project page is http://wp-cli.org/ https://make.wordpress.org/cli/ releases after downloading them from the Internet and before installing them on your system. Why verify downloads?…
-
·
Figure out why WordPress is slow
wp profile is a WP-CLIWP-CLI WP-CLI is the Command Line Interface for WordPress, used to do administrative and development tasks in a programmatic way. The project page is http://wp-cli.org/ https://make.wordpress.org/cli/ command to help you quickly identify what’s slow with WordPress. It’s designed to work alongside Xdebug and New Relic because it’s easy to deployDeploy Launching…
-
·
Given /^a WP( [^s]+)? install(?:ation)? in [‘"]?([^’"]+)[‘"]?$/
Installs WordPress in a given directory. Usage Scenario: My example scenario Given a WP installation in ‘foo’ … Scenario: My other scenario Given a WP install in ‘bar’ … Scenario: My version-specific scenario Given a WP 6.4.2 installation in ‘subdir’ … Behat steps documentation is generated from the WP-CLIWP-CLI WP-CLI is the Command Line Interface…
-
·
Argument Syntax
WP-CLIWP-CLI WP-CLI is the Command Line Interface for WordPress, used to do administrative and development tasks in a programmatic way. The project page is http://wp-cli.org/ https://make.wordpress.org/cli/ commands use a standardized syntax to describe their arguments and options. Understanding this syntax will help you use commands correctly and avoid confusion. Syntax Conventions The command synopsis uses…
-
·
Contributions
Bug reports – Help ensure your issue is resolved in a timely manner. Contributing – An introduction to the contributing process. WordCamp Contributor Day – Quick-start guide for WordCampWordCamp WordCamps are casual, locally-organized conferences covering everything related to WordPress. They’re one of the places where the WordPress community comes together to teach one another what…
-
·
Guides
Installing – Recommended and alternative installation mechanisms. Quick start – Where to begin after you’ve installed WP-CLIWP-CLI WP-CLI is the Command Line Interface for WordPress, used to do administrative and development tasks in a programmatic way. The project page is http://wp-cli.org/ https://make.wordpress.org/cli/ for the first time. Running commands remotely – Learn how to remotely control…
-
·
References
Argument Syntax – Explanation of the syntax conventions used in command synopsis. Global parameters – Variables defining how a command is executed, including which WordPress user the command is run as and which WordPress instance the command is run against. Built-in commands – Commands included in every copy of WP-CLIWP-CLI WP-CLI is the Command Line…
-
·
X-post: The Incident Response Team is looking for new members
X-comment from +make.wordpress.org/community: Comment on The Incident Response Team is looking for new members Login to Reply
-
·
Then /^the return code should( not)? be (d+)$/
Expect a specific exit code of the previous command. Usage Scenario: My example scenario Given a WP installation When I try `wp plugin install` Then the return code should be 1 Behat steps documentation is generated from the WP-CLIWP-CLI WP-CLI is the Command Line Interface for WordPress, used to do administrative and development tasks in…