Track Awesome Wp Cli Updates Daily
A curated list of packages and resources for WP-CLI, the command-line interface for WordPress.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 schlessera/awesome-wp-cli · ⭐ 170 · 🏷️ Miscellaneous
Aug 08, 2023
Third-party packages / Package discovery
- GitHub.com search for WP-CLI integrations - Heavily pre-filtered search for repositories that use
WP_CLI::add_command()
.
May 26, 2023
Tutorials & guides / Notable packages
- CaptainCore Cookbook - Collection of WP-CLI commands and bash scripts for automating WordPress maintenance.
Sep 16, 2020
Third-party packages / Notable packages
- php-stubs/wp-cli-stubs (⭐15) - WP-CLI function and class declaration stubs for static analysis.
May 12, 2020
Third-party packages / Package discovery
- Packagist.org search by WP-CLI package type - Composer packages filtered by type
wp-cli-package
.
Third-party packages / Notable packages
- schlessera/wp-cli-psysh (⭐23) - Replace WP-CLI shell standard REPL with PsySH.
May 11, 2020
Tutorials & guides / Notable packages
- Siteground Webinar: Learn How WP-CLI Can Make Your Life Easier - Practical examples on how you can improve your workflows with WP-CLI.
Jan 28, 2020
Official links
- wp-cli.org - Homepage of the WP-CLI project.
- WP-CLI handbook - Guides on how to use or extend WP-CLI.
- WP-CLI command reference - Reference documentation for all the official WP-CLI commands.
- Make WordPress.org - CLI - Main entry point for contributing to WP-CLI.
- Contributing guide - Everything you need to know to contribute to the tool or its infrastructure.
- Official MakeWP Slack - Official Slack team where all international contributions to WordPress and its teams are discussed.
- #cli channel - The official support channel for WP-CLI and the WordPress CLI team.
- Good first issues - List of issues on that are limited in scope and complexity.
- WP-CLI GitHub organization - Canonical home of the WP-CLI source code.
- WP-CLI framework repository (⭐4.7k) - The source code for the WP-CLI framework that powers all of the commands.
- WP-CLI bundle repository (⭐74) - The source for the WP-CLI "binary" and how it is assembled.
- WP-CLI tests repository (⭐30) - The testing framework used throughout all WP-CLI repositories.
Third-party packages / Notable packages
- Yoast/wp-cli-faker (⭐59) - Generate fake WordPress and WooCommerce content for testing purposes.
- aaemnnosttv/wp-cli-login-command (⭐269) - Login to WordPress with secure passwordless magic links.
Tutorials & guides / Notable packages
- An Introduction to WP-CLI - Introductory article that introduces the main concepts and some popular use cases of WP-CLI.
- Controlling WordPress through the Command Line - Introductory talk that covers the very basics of the command line for people who never used the console before.
- WP Bullet WP-CLI Guides - Snippet-based guides that solve specific use cases.