Skip to main content

WPCLICommandList

A paginated list of WP-CLI commands.

type WPCLICommandList {
nextCursor: String
nodes: [WPCLICommand]
total: Int
}

Fields

WPCLICommandList.nextCursor ● String scalar common

The cursor for the next page of commands.

WPCLICommandList.nodes ● [WPCLICommand] list object common

The commands returned in the current page.

WPCLICommandList.total ● Int scalar common

The total number of matching commands.

Member Of

AppEnvironment object