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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |