Liking cljdoc? Tell your friends :D

pallet.local.execute

Local execution of pallet actions

Local execution of pallet actions
raw docstring

build-codeclj

(build-code session action tmpfile)

Build the code with defaults for local execution.

Build the code with defaults for local execution.
sourceraw docstring

clojure-on-originclj

(clojure-on-origin session {:keys [script-dir] :as action} f)

Execute a clojure function on the origin

Execute a clojure function on the origin
sourceraw docstring

local-checked-scriptcljmacro

(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.
sourceraw docstring

local-connectionclj

source

local-scriptcljmacro

(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
sourceraw docstring

local-script-contextcljmacro

(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
sourceraw docstring

local-script-expandclj

(local-script-expand expr)

Expand a script expression.

Expand a script expression.
sourceraw docstring

script-on-originclj

(script-on-origin session action action-type [options value])

Execute a script action on the origin

Execute a script action on the origin
sourceraw docstring

verify-sh-returnclj

(verify-sh-return msg cmd result)

Verify the return code of a sh execution

Verify the return code of a sh execution
sourceraw docstring

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

× close