deploy-image-only ( vocab image -- )
Factor handbook » Developer tools » Application deployment » Deploy tool usage

Prev:deploy ( vocab -- )


Vocabulary
tools.deploy

Inputs
vocaba vocabulary specifier
imagea pathname


Outputs
None

Word description
Deploys vocab, saving the deployed image to the location specified by image. This only builds the Factor image for the vocabulary; to create a complete packaged application, use deploy.

See also
deploy

Definition