make-deploy-image ( vm image vocab config -- manifest )


Vocabulary
tools.deploy.backend

Inputs
vma string
imagea string
vocaba string
configan assoc


Outputs
manifesta string


Definition


:: make-deploy-image ( vm image vocab config -- manifest )
make-boot-image config config>profile :> profile vocab
"vocab-manifest-" prepend
temp-file :> manifest-file image vocab manifest-file profile
deploy-command-line :> flags profile make-staging-image
vm flags run-factor manifest-file parse-vocab-manifest-file
;