Search Documentation

What is WP-CLI?

WP-CLI is a set of command-line tools for managing WordPress installations. You can update plugins, set up multisite installs and much more, without using a web browser.

Store Exporter Deluxe Commands

All Store Exporter Deluxe commands are grouped into the wp store-export command. The available commands are:

$ wp wc
usage: wp store-export list [command]
   or: wp store-export quick_export [command]
   or: wp store-export scheduled_export [command]
See wp help store-export for more information on a specific command.

You can see more details about the commands using wp help store-export or with the --help flag, which explains arguments and subcommands.

Example:

wp store-export list --help

NAME
  wp store-export list
DESCRIPTION
  List Scheduled Exports.
SYNOPSIS
  wp store-export list [--export_type=] [--export_format=] [--export_method=]
OPTIONS
  [--export_type=]
    Accepted values: product, category, tag, order, user, etc. Default: all
  [--export_format=]
    Accepted values: csv, tsv, xls, xlsx, xml, rss, json. Default: all
  [--export_method=]
    Accepted values: archive, save, email, post, ftp, raw. Default: all
EXAMPLES
    wp store-export list --export_format=csv
    wp store-export list --export_format=csv --export_type=product
    wp store-export list --export_format=csv --export_type=product --export_method=email

Examples

Full documentation for every command is available using --help. Below are some example commands to show what the CLI can do.