2009-03-24 05:11:08 -04:00
USING: help.markup help.syntax help.tips ;
2008-01-05 17:27:15 -05:00
IN: ui.tools.deploy
2007-11-05 01:23:48 -05:00
HELP: deploy-tool
{ $values { "vocab" "a vocabulary specifier" } }
{ $description "Opens the graphical deployment tool for the specified vocabulary." }
{ $examples { $code "\"tetris\" deploy-tool" } } ;
ARTICLE: "ui.tools.deploy" "Application deployment UI tool"
"The application deployment UI tool provides a graphical front-end to deployment configuration. Using the tool, you can set deployment options graphically."
$nl
"To start the tool, pass a vocabulary name to a word:"
2009-10-01 15:56:36 -04:00
{ $subsections deploy-tool }
2007-11-05 01:23:48 -05:00
"Alternatively, right-click on a vocabulary presentation in the UI and choose " { $strong "Deploy tool" } " from the resulting popup menu."
{ $see-also "tools.deploy" } ;
2008-01-11 03:32:25 -05:00
2009-03-24 05:11:08 -04:00
TIP: "Generate stand-alone applications from vocabularies with the " { $link "ui.tools.deploy" } "." ;
2008-01-11 03:32:25 -05:00
ABOUT: "ui.tools.deploy"