auto-build.tasks.frontend
deploy
(deploy {:keys [title], :as printers} app-dir target-dir app-alias repo-url)
repl-cljs
(repl-cljs {:keys [title], :as printers} app-dir app-alias)
uberjar
(uberjar {:keys [title], :as printers} app-dir target-dir app-alias repo-url)
uberjar*
(uberjar* printers app-dir app-alias target-dir repo-url)