Skip to main content

WPCLICommand

A WP-CLI command executed on an application environment.

type WPCLICommand {
command: String
createdAt: String
endedAt: String
environmentId: Int
guid: String
id: Int
startedAt: String
status: String
user: WPCLICommandUser
userId: Int
}

Fields

WPCLICommand.command ● String scalar common

The WP-CLI command that was executed.

WPCLICommand.createdAt ● String scalar common

When the command was created.

WPCLICommand.endedAt ● String scalar common

When the command ended.

WPCLICommand.environmentId ● Int scalar common

The environment ID the command ran on.

WPCLICommand.guid ● String scalar common

The GUID for the command.

WPCLICommand.id ● Int scalar common

The unique identifier for the command.

WPCLICommand.startedAt ● String scalar common

When the command started.

WPCLICommand.status ● String scalar common

The current status of the command.

WPCLICommand.user ● WPCLICommandUser object common

The user that triggered the command.

WPCLICommand.userId ● Int scalar common

The user ID that triggered the command.

Member Of

AppEnvironmentTriggerWPCLICommandPayload object ● CancelWPCLICommandPayload object ● WPCLICommandList object