The following is a list of projects that integrate with 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/ in some form. For installable WP-CLI packages, please see the package index.
Plugins
The following table is an alphabetical list of known commands defined in WordPress plugins:
Command | 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 |
---|---|
acf | Advanced Custom Fields wp-cli |
amt | Add-Meta-Tags command line interface |
any-ipsum | Any Ipsum |
backup | BackUpWordPress |
backwpup | BackWPup |
blog-dupe | blog-duplicator |
camptix | CampTix |
check-content | CheckContent |
co-authors-plus | Co-Authors Plus |
composer | Composer |
config | WP-CFM |
crontrol | WP-Crontrol |
csv | Advanced CSV Importer |
deployDeploy Launching code from a local development environment to the production web server, so that it’s available to visitors. | wp-deploy-flow |
developer | Developer |
edd | Easy Digital Downloads |
elasticpress | ElasticPress |
githubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged be the repository owner. https://github.com/-updater | GitHub Updater |
google-sitemap | Google Sitemap Generator CLI |
image-gen | Image Gen |
import_sidebar | Widget Import Export |
itelic | Licensing for Exchange |
jekyll-export | WordPress to Jekyll Exporter |
jetpack | Jetpack by WordPress.com |
liveblog | Liveblog |
mainwp | MainWP |
migrate | WP Migrate DB CLI Interface |
migratedb | WP Migrate DB Pro |
more-plugin-info | More Plugin Info |
multi-device | Multi Device Switcher |
nginxNGINX NGINX is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more. It started out as a web server designed for maximum performance and stability. In addition to its HTTP server capabilities, NGINX can also function as a proxy server for email (IMAP, POP3, and SMTP) and a reverse proxy and load balancer for HTTP, TCP, and UDP servers. https://www.nginx.com/. | Nginx Cache Controller |
optimize | WP-Optimize |
orderweight | Order Weight for WooCommerce |
p2-by-email | P2 By Email |
p2-resolved-posts | P2 Resolved Posts |
p2p | Posts 2 Posts |
pdf-light-viewer | PDF Light Viewer |
phpcompat | PHP Compatibility Checker |
post-gen | Post Gen |
quick-mail | Quick Mail |
rest-api-toolbox | REST API Toolbox |
redis-cache | Redis Object Cache |
revisionsRevisions The WordPress revisions system stores a record of each saved draft or published update. The revision system allows you to see what changes were made in each revision by dragging a slider (or using the Next/Previous buttons). The display indicates what has changed in each revision. | wp-revisions-cli |
revision-strike | Revision Strike |
safe-redirect-manager | Safe Redirect Manager |
scheduled-unsticky | Scheduled Unsticky |
simple-history | Simple History |
site duplicate | MultiSite Clone Duplicator |
stream | WP Stream |
super-cache | WP Super Cache CLI |
supportpress | SupportFlow |
themecheck | wp-cli-themecheck |
thinkup | Thinkup Import WP CLI Commands |
total-cache | W3 Total Cache |
updraftplus | UpdraftPlus |
Unsplash | Import images from Unsplash into your Media Library |
wp2static | Generate & deploy a static HTML version of your site |
yoast | Reindex Indexables on Yoast |
If you implement a WP-CLI command in one of your plugins, please list it here.
Wrappers
- Chef WP-CLI – WP provisioning using Chef
- node-wp-cli – Node JS wrapper for WP-CLI
- Puppet WP-CLI – WP provisioning using Puppet
- wpcli gem – run WP-CLI commands from Ruby
- wplib – shell scripts for managing multiple sites
- wpcli helpers – a bundle of time saver aliases and functions for the shell
- cPanel-wp-management – shell scripts designed to loopLoop The Loop is PHP code used by WordPress to display posts. Using The Loop, WordPress processes each post to be displayed on the current page, and formats it according to how it matches specified criteria within The Loop tags. Any HTML or PHP code in the Loop will be processed on each post. https://codex.wordpress.org/The_Loop. through all accounts on cPanel servers
- Plesk WordPress Toolkit – WordPress installations management UIUI UI is an acronym for User Interface – the layout of the page the user interacts with. Think ‘how are they doing that’ and less about what they are doing. backed by WP-CLI
Editor plugins
- Vim – https://github.com/dsawardekar/wordpress.vim
- Netbeans – https://github.com/junichi11/netbeans-wordpress-plugin
Vagrant boxes
Misc
- AnsiPress – Setup NGINX/WordPress Stack
- Bedrock – WP base stack
- EasyEngine – Hosting control panel
- WordPress Development Flow – retired
- WP-CLI GUI – a GUI to assist with installing WP using WP-CLI
- WP-API Oauth – WP REST APIREST API The REST API is an acronym for the RESTful Application Program Interface (API) that uses HTTP requests to GET, PUT, POST and DELETE data. It is how the front end of an application (think “phone app” or “website”) can communicate with the data store (think “database” or “file system”) https://developer.wordpress.org/rest-api/. – OAuth 1.0a Server