Handbook
Glossary
make-deploy-config ( vocab -- file )
Vocabulary
tools
.
deploy
.
backend
Inputs
vocab
an
object
Outputs
file
an
object
Definition
USING:
assocs
hashtables
io.encodings.utf8
io.files
io.files.temp
kernel
namespaces
prettyprint
sequences
tools.deploy.config.editor
vocabs.loader
;
IN:
tools.deploy.backend
:
make-deploy-config
( vocab -- file )
[
deploy-config
vocab-roots
get
vocab-roots
associate
assoc-union
unparse-use
]
[
"deploy-config-"
prepend
temp-file
]
bi
[
utf8
set-file-contents
]
keep
;