Skip to main content

AppEnvironmentTriggerWPCLICommandPayload

Response from the Run WP-CLI Command mutation

type AppEnvironmentTriggerWPCLICommandPayload {
command: WPCLICommand
inputToken: String
sshAuthentication: WPCliSSHAuthentication
}

Fields

AppEnvironmentTriggerWPCLICommandPayload.command ● WPCLICommand object common

The command that was executed

AppEnvironmentTriggerWPCLICommandPayload.inputToken ● String scalar common

The token for authenticating the socket connection

AppEnvironmentTriggerWPCLICommandPayload.sshAuthentication ● WPCliSSHAuthentication object common

The SSH credentials for connecting to the command session.

Returned By

triggerWPCLICommandOnAppEnvironment mutation