Handbook
Glossary
staging-command-line ( profile -- flags )
Vocabulary
tools
.
deploy
.
backend
Inputs
profile
an
object
Outputs
flags
an
object
Definition
USING:
io.pathnames
kernel
make
sequences
splitting
;
IN:
tools.deploy.backend
:
staging-command-line
( profile -- flags )
[
[
"-staging"
,
"-no-user-init"
,
"-pic=0"
,
[
staging-image-name
"-output-image="
prepend
,
]
[
join-words
"-include="
prepend
,
]
bi
]
[
input-image-name
"-i="
prepend
,
"-resource-path="
""
resource-path
append
,
"-run=tools.deploy.restage"
,
]
bi
]
{
}
make
;