1 USING: help.markup help.syntax ;
5 { $values { "vocab" "a vocabulary specifier" } }
6 { $description "Opens the graphical deployment tool for the specified vocabulary." }
7 { $examples { $code "\"tetris\" deploy-tool" } } ;
9 ARTICLE: "ui.tools.deploy" "Application deployment UI tool"
10 "The application deployment UI tool provides a graphical front-end to deployment configuration. Using the tool, you can set deployment options graphically."
12 "To start the tool, pass a vocabulary name to a word:"
13 { $subsection deploy-tool }
14 "Alternatively, right-click on a vocabulary presentation in the UI and choose " { $strong "Deploy tool" } " from the resulting popup menu."
15 { $see-also "tools.deploy" } ;
17 ABOUT: "ui.tools.deploy"