An open API service indexing awesome lists of open source software.

https://github.com/0averyan/learn-wp-cli

Getting started with Command Line, WP-CLI and Custom WP-CLI Commands.
https://github.com/0averyan/learn-wp-cli

wordpress wordpress-development wp-cli

Last synced: 8 months ago
JSON representation

Getting started with Command Line, WP-CLI and Custom WP-CLI Commands.

Awesome Lists containing this project

README

          

# Learn WP-CLI

## INTROS
* [Intro to Command Line](00-intro-to-command-line.md)
* [Intro to WP-CLI](0-intro-to-wp-cli.md)
* **[Intro to Custom WP-CLI Commands](1-intro-to-custom-commands.md)**

## Building Custom WP-CLI Commands

* [Using WP-CLI Internal API & Helpers](2-using-wp-cli-internal-api.md)
* [Best Practices: Designing A CLI](3-best-practices-designing-a-cli.md)
* [Practical Uses for Custom Commands](4-practical-uses-for-custom-commands.md)

### [Resources](5-more-resources.md)