2016-10-31 06:46:39 -04:00
|
|
|
USING: assocs help.markup help.syntax strings ;
|
|
|
|
IN: tools.deploy.backend
|
|
|
|
|
|
|
|
HELP: make-deploy-image
|
|
|
|
{ $values
|
|
|
|
{ "vm" string }
|
|
|
|
{ "image" string }
|
|
|
|
{ "vocab" string }
|
|
|
|
{ "config" assoc }
|
|
|
|
{ "manifest" string }
|
2016-11-01 11:25:43 -04:00
|
|
|
} ;
|
2016-10-31 06:46:39 -04:00
|
|
|
|
|
|
|
HELP: make-boot-image
|
|
|
|
{ $description "If stage1 image doesn't exist, create it." } ;
|