@salesforce/b2c-tooling-sdk / operations/mrt / MrtDeployResultView
Interface: MrtDeployResultView
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:697
Backend-neutral deploy result.
Properties
backend
backend:
MrtBackend
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:699
Backend that served the deploy (pins the --wait strategy).
bundleId
bundleId:
number
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:701
Bundle that was deployed.
deploymentId?
optionaldeploymentId:string
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:703
SCAPI deployment UUID for --wait polling; undefined for legacy.
raw
raw:
unknown
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:713
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:705
Initial deployment status.
warnings?
optionalwarnings:string[]
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:707
Non-blocking warnings returned by the backend.