woocommerce/docs/wc-cli
Jacklyn Biggin 9f7e019d02
Fix character encoding issues across the docs site (#45518)
* Fix character encoding issues across the docs site

* Fix manifest
2024-03-12 11:06:37 -04:00
..
README.md updating link on wccli readme (#44100) 2024-02-01 19:10:39 +00:00
cli-faq.md Fix character encoding issues across the docs site (#45518) 2024-03-12 11:06:37 -04:00
using-wc-cli.md Adjusting internal links within docs folder (#44288) 2024-02-02 15:57:18 +00:00
wc-cli-commands.md Fix character encoding issues across the docs site (#45518) 2024-03-12 11:06:37 -04:00
wc-cli-examples.md Atomizing and Improving WC-CLI documentation - Fixed PR (#44016) 2024-01-24 16:18:11 -05:00

README.md

category_title category_slug post_title
WooCommerce CLI wc-cli WooCommerce CLI Overview

Introduction to WooCommerce CLI

WooCommerce CLI (WC-CLI) offers an efficient way to manage WooCommerce (WC) stores via the command line. This tool is a part of WC from version 3.0.0 onwards and leverages the capabilities of the WC REST API. This means that most tasks achievable through the REST API can also be performed via the command line.

For documentation on WC versions 2.5 and 2.6's CLI, visit Legacy CLI commands.

About WP-CLI

WP-CLI is a powerful set of command-line tools for managing WordPress installations. You can update plugins, configure multisite installations, and much more, all without using a web browser. For more information, visit the official WP-CLI website.

Documentation Structure

This suite of documentation includes:

  • How-to Guide: Step-by-step instructions for common WC-CLI tasks.
  • Command Reference: Detailed information on WC-CLI commands and their options.
  • FAQs: Answers to frequently asked questions about WC-CLI.
  • Examples: Practical examples of WC-CLI commands in use.

Getting Started with WooCommerce CLI

To begin using WC-CLI, ensure that you have WP-CLI installed and that you are running WooCommerce 3.0.0 or later. The CLI commands are accessed through the wp wc command. For a full list of available commands, type wp wc in your command-line interface.

For specific details on commands and their usage, refer to the Command Reference section. The How-to Guide provides a practical approach to common tasks, ideal for those new to WC-CLI or looking for quick solutions.

Additional Resources

For those interested in exploring further, the following resources might be helpful: