Local execution of pallet actions
Local execution of pallet actions
(build-code session action tmpfile)
Build the code with defaults for local execution.
Build the code with defaults for local execution.
(clojure-on-origin session {:keys [script-dir] :as action} f)
Execute a clojure function on the origin
Execute a clojure function on the origin
(local-checked-script msg & body)
Run a script on the local machine, setting up stevedore to produce the correct target specific code. The return code is checked.
Run a script on the local machine, setting up stevedore to produce the correct target specific code. The return code is checked.
(local-script & body)
Run a script on the local machine, setting up stevedore to produce the correct target specific code
Run a script on the local machine, setting up stevedore to produce the correct target specific code
(local-script-context & body)
Run a script on the local machine, setting up stevedore to produce the correct target specific code
Run a script on the local machine, setting up stevedore to produce the correct target specific code
(local-script-expand expr)
Expand a script expression.
Expand a script expression.
(script-on-origin session action action-type [options value])
Execute a script action on the origin
Execute a script action on the origin
(verify-sh-return msg cmd result)
Verify the return code of a sh execution
Verify the return code of a sh execution
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close