deployed-image-name ( vocab -- str ) (original) (raw)

deployed-image-name ( vocab -- str )

Vocabulary
tools.deploy.backend

Inputs

vocab an object

Outputs

str an object

Definition

USING: io.files.temp sequences ;

IN: tools.deploy.backend

: deployed-image-name ( vocab -- str )
".image" append temp-file ;