Handbook
Glossary
make-deploy-image ( vm image vocab config -- manifest )
Vocabulary
tools
.
deploy
.
backend
Inputs
vm
a
string
image
a
string
vocab
a
string
config
an
assoc
Outputs
manifest
a
string
Definition
USING:
io.files.temp
sequences
tools.deploy.config
;
IN:
tools.deploy.backend
::
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
;