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

List plugins

Use wpc plugin:ls to list plugins available on your account.

Usage

wpc plugin:ls [options]

Options

--paged, -p
number

Page number to retrieve.

--per-page, -c
number

Number of items per page.

Examples

# Get all plugins from organization
$ wpc plugin:ls

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

Get plugin details

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

Usage

wpc plugin:info <slug>

Arguments

slug
string
required

Slug of the plugin on the repository.

Examples

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