DeployState
Defined in: src/update.ts:18
Properties
Section titled “Properties”exitCode
Section titled “exitCode”exitCode:
number|null
Defined in: src/update.ts:21
exit code of the deploy script once it finished; null while running/idle
log:
string
Defined in: src/update.ts:24
tail of the deploy’s captured stdout+stderr (ANSI stripped) so the UI can show why a deploy failed instead of a bare status code
phase:
DeployPhase
Defined in: src/update.ts:19