Retrieve the list of themes published by your organization, or fetch detailed information about a specific theme.

List themes

Use wpc theme:ls to list themes available on your account.

Usage

wpc theme:ls [options]

Options

--paged, -p
number

Page number to retrieve.

--per-page, -c
number

Number of items per page.

Examples

# Get all themes from organization
$ wpc theme:ls

# Provide pagination informations
$ wpc theme:ls --paged=2 --per-page=5

Get theme details

Use wpc theme:info to retrieve full information for a theme from the repository.

Usage

wpc theme:info <slug>

Arguments

slug
string
required

Slug of the theme on the repository.

Examples

# Get info from theme with slug `dummy`
$ wpc theme:info dummy