Skip to main content

AppEnvironmentTriggerWPCLICommandInput

Variables for the Run WP-CLI Command mutation

input AppEnvironmentTriggerWPCLICommandInput {
command: String
environmentId: Int
id: Int
}

Fields

AppEnvironmentTriggerWPCLICommandInput.command ● String scalar common

The command we want to run. Note: should not include 'wp'

AppEnvironmentTriggerWPCLICommandInput.environmentId ● Int scalar common

The environment ID where we want to run the command

AppEnvironmentTriggerWPCLICommandInput.id ● Int scalar common

The application ID

Member Of

triggerWPCLICommandOnAppEnvironment mutation