Handbook
Glossary
do-deploy ( -- )
Vocabulary
tools
.
deploy
.
shaker
Inputs
None
Outputs
None
Definition
USING:
io
kernel
namespaces
parser
sequences
;
IN:
tools.deploy.shaker
:
do-deploy
( -- )
"output-image"
get
"vocab-manifest-out"
get
"deploy-vocab"
get
"Deploying "
write
dup
write
"..."
print
"deploy-config"
get
parse-file
first
(deploy)
;