Liking cljdoc? Tell your friends :D
Clojure only.

lambdacd.steps.shell

Build step to run scripts in a separate shell process. Needs bash to run.

Build step to run scripts in a separate shell process. Needs `bash` to run.
raw docstring

bashclj

(bash ctx cwd & optional-env-and-commands)

step that executes commands in a bash. arguments are the working-directory and at least one command to execute returns stdout and stderr as :out value, the exit code as :exit and succeeds if exit-code was 0

step that executes commands in a bash. arguments are the working-directory and at least one command to execute
returns stdout and stderr as :out value, the exit code as :exit and succeeds if exit-code was 0
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close