Handbook Edit

Here are some helpful guides and resources for using 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/.

Can’t find what you’re looking for? Open an issue to request improvements.

Guides

Top ↑

References

  • 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-CLI.
  • Internal API – Stable utilities considered safe to use in community commands.
  • Documentation standards – Standards for annotating WP-CLI commands.
  • Hosting companies – List of hosting companies where WP-CLI is installed by default.
  • Shell friends – Helpful shortcuts for bash and zsh.
  • Integrated tools – Plugins, wrappers, and other projects that integrate with WP-CLI in some form.

Top ↑

Contributing

  • 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 they’ve learned throughout the year and share the joy. Learn more. Contributor Days.
  • Ideas – Up-vote existing ideas or submit your own.
  • Governance – Summary of those behind WP-CLI.
  • Implementation details – Catalog of historical design decisions.
  • Philosophy – Guidelines which inform project scope, command organization, and behavior.
  • Pull requests – Submit your first bug fix or new feature.
  • Release checklist – Tasks performed during the process of tagging a release.
  • Roadmap – Where WP-CLI is going in the future.
  • Code Review – Quality Assurance on WP-CLI
  • Committers credo – Product quality, Stellar judgement, Consistent participation
  • Repository Management – Naming, Versions, Milestones, Labels

Top ↑

Misc

  • Plugin unit tests – How to set up and run PHPUnit tests for a WordPress pluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party.

Last updated: