Handbook
Glossary
deploy-command-line ( image vocab manifest-file profile -- flags )
Vocabulary
tools
.
deploy
.
backend
Inputs
image
an
object
vocab
an
object
manifest-file
an
object
profile
an
object
Outputs
flags
an
object
Definition
USING:
io.pathnames
kernel
make
sequences
;
IN:
tools.deploy.backend
:
deploy-command-line
( image vocab manifest-file profile -- flags )
[
"-pic=0"
,
staging-image-name
"-i="
prepend
,
"-vocab-manifest-out="
prepend
,
[
"-deploy-vocab="
prepend
,
]
[
make-deploy-config
"-deploy-config="
prepend
,
]
bi
"-output-image="
prepend
,
"-resource-path="
""
resource-path
append
,
"-run=tools.deploy.shaker"
,
]
{
}
make
;