@salesforce/b2c-tooling-sdk / operations/mrt / MrtPushResultView
Interface: MrtPushResultView
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/push.ts:1017
Backend-neutral local-build push result.
Properties
backend
backend:
MrtBackend
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/push.ts:1019
Backend that served the push (pins the --wait strategy).
bundleId
bundleId:
number
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/push.ts:1021
Bundle that was uploaded.
deployed
deployed:
boolean
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/push.ts:1025
Whether the bundle was also deployed (a target was provided).
deploymentId?
optionaldeploymentId:string
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/push.ts:1027
SCAPI deployment UUID for --wait polling; undefined for legacy or upload-only.
message?
optionalmessage:string
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/push.ts:1023
Resolved bundle message/description (the auto-generated default when none was given).
raw
raw:
unknown
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/push.ts:1038
The raw, backend-native response, surfaced verbatim under --json. Legacy: the combined MRT Cloud API push result. SCAPI: {bundle, deployment?} — the upload response plus, when a target was given, the create-deployment response (the two native calls that make up a SCAPI local-build deploy).
status?
optionalstatus:string
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/push.ts:1029
Initial deployment status; undefined for upload-only.
warnings?
optionalwarnings:string[]
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/push.ts:1031
Non-blocking warnings returned by the backend.