Skip to main content

environmentRedeployPlan

DRY RUN of redeployEnvironment: previews exactly what moving the environment to a target release version (input.version, or latest for its class when omitted) would do — component version diffs (game-api, Buddy, base images), whether game-DB schema DDL applies or is skipped, Buddy artifact resolution, and the pipeline tasks/steps that would run — WITHOUT creating a change order or touching any VM. Anything that would make the real mutation fail is returned in blockers. Read-only; requires the 'view_environments' org permission.

environmentRedeployPlan(
input: RedeployEnvironmentInput!
): EnvironmentRedeployPlan!

Arguments

environmentRedeployPlan.input ● RedeployEnvironmentInput! non-null input

Type

EnvironmentRedeployPlan object

DRY RUN preview of redeployEnvironment: exactly what moving the environment to a target release version would do — component version diffs (game-api, Buddy, base images), whether game-DB schema DDL applies, and the pipeline tasks/steps that would run — WITHOUT creating a change order or touching any VM. Blockers list everything that would make the real mutation fail.