Source: Make WordPress: CLI

  • WP-CLI and you, 2015 edition

    We’d like to know how people are 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/ so we set up a quick survey (just 5 questions). We’d appreciate it if you would fill it out. The results…

  • Version 0.20.2 released

    Since the beginning, install-wp-tests.sh (the setup script for 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.…

  • Version 0.20.1 released

    Curious as to why you’re getting error messages in the theme update summary table? The bug, introduced in v0.20.0, is fixed in v0.20.1 You can browse the full list of resolved issues on GithubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other…

  • Version 0.20.0 released

    Even though 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 a mature project, we still manage to pack a great set of improvements into each release. Here’s what’s coming to you in v0.20.0. Regex, verbose search-replace…

  • Version 0.19.2 released

    Embarrassingly, WP-CLI v0.19.1 introduced another bug related to scaffolding 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…

  • Version 0.19.1 released

    We shipped some improvements to wp scaffold plugin-tests in v0.19.0. Unfortunately, we also shipped some bugs. This release fixes those, so the tests actually execute after you’ve scaffolded a new 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…

  • Version 0.19.0 released

    2015 is an exciting time for 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/. WP-APIAPI An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in…

  • Version 0.18.0 released

    Hello 2015! Here’s your first release for the new year. Update 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/ using WP-CLI We’ve made it even easier to keep WP-CLI up to date. If you’re using the Phar…

  • Version 0.17.1 released

    Consider yourself lucky there were less bugs in 0.17 than sugar ants in our kitchen. The changelog for 0.17.1: Fixes use of wp plugin uninstall –no-delete by changing it to wp plugin uninstall –skip-delete. –no-* is a special class of argument which negates a flag, and the behavior for –no-delete had been broken for several…

  • Version 0.17 released

    For the fourth 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/ release of 2014, we have a number of enhancements that will make you go “oooh” and “ahhh”. Speed!!! Use wp search-replace while migrating large databases? You…