Good first issues for new contributors

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/ v1.3.0 is coming soon!

Want to submit your first pull request to WP-CLI? We’ve identified a few good first issues we’d love to get in the next release:

  • Define known allowed fields for wp user (create|update)
    To better communicate which arguments can be passed, define known accepted fields (e.g. --user_login=<login>) for each command.
  • List common options and link to remaining available options
    To better communicate which options are available for getting, setting or updating, we should list the most common and then link to some list on WordPress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ with the remainder.
  • Clarify “please flush object cache” message in multisite
    On multisiteMultisite Multisite is a WordPress feature which allows users to create a network of sites on a single WordPress installation. Available since WordPress version 3.0, Multisite is a continuation of WPMU or WordPress Multiuser project. WordPress MultiUser project was discontinued and its features were included into WordPress core.https://codex.wordpress.org/Create_A_Network., we need to clarify you may need to flush cache against the old URLURL A specific web address of a website or web page on the Internet, such as a website’s URL www.wordpress.org after running wp search-replace before WP-CLI works against the new URL.
  • Explain why certain tables can be skipped
    We should add a concise description of why certain tables can be skipped (the full description is on the issue).

Feel free to weigh in on the corresponding issue with any questions. Read through the contributing guide for details on how to get started, or join us in the #cli channel with any questions you might have.