Handbook
Glossary
deploy* ( vocab -- )
Vocabulary
tools
.
deploy
.
backend
Inputs
vocab
an
object
Outputs
None
Definition
USING:
system
;
IN:
tools.deploy.backend
HOOK:
deploy*
os
( vocab -- )
Methods
USING:
generic
kernel
system
tools.deploy.backend
tools.deploy.macos
;
M:
macos
deploy*
dup
deploy-app-bundle?
[
deploy-app-bundle
]
[
M\
macos
deploy*
(call-next-method)
]
if
;
USING:
combinators
kernel
namespaces
system
tools.deploy.backend
tools.deploy.config
tools.deploy.unix
;
M:
unix
deploy*
deploy-name
get
{
[
create-app-dir
]
[
drop
deployed-image-name
]
[
drop
namespace
make-deploy-image-executable
]
[
nip
""
[
copy-resources
]
[
copy-libraries
]
3bi
]
[
nip
maybe-open-deploy-directory
]
}
2cleave
;