@salesforce/b2c-tooling-sdk / operations/mrt / MrtDeployResultView
Interface: MrtDeployResultView
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:710
Backend-neutral deploy result.
Properties
backend
backend:
MrtBackend
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:712
Backend that served the deploy (pins the --wait strategy).
bundleId
bundleId:
number
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:714
Bundle that was deployed.
deploymentId?
optionaldeploymentId:string
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:716
SCAPI deployment UUID for --wait polling; undefined for legacy.
raw
raw:
unknown
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:726
The raw, backend-native create response, surfaced verbatim under --json (legacy: the MRT Cloud API deploy result; SCAPI: the Storefront Deployments create response). The typed fields above drive --wait and human output.
status
status:
string
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:718
Initial deployment status.
warnings?
optionalwarnings:string[]
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:720
Non-blocking warnings returned by the backend.