CLI commands implementation.
CLI commands implementation.
(command-config context)
Print the given config using the format determined from the supplied config file names. Finally,
set context key :bract.core/exit?
value to true
.
Print the given config using the format determined from the supplied config file names. Finally, set context key `:bract.core/exit?` value to `true`.
(command-dryrun context)
Run all steps except launch. Set context key :bract.core/launch?
value to false
.
Run all steps except launch. Set context key `:bract.core/launch?` value to `false`.
(command-repl context)
Launch a REPL. Finally, set context key :bract.core/exit?
value to true
.
Launch a REPL. Finally, set context key `:bract.core/exit?` value to `true`.
(command-run context)
Run all steps. Set context key :bract.core/launch?
value to true
.
Run all steps. Set context key `:bract.core/launch?` value to `true`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close