Liking cljdoc? Tell your friends :D

sasori.dsl

About host and hostname, follow ~/.ssh/config: host: host is for the nickname of the host, represent a entry in ~/.ssh/config. hostname: hostname is for the actual hostname.

About host and hostname, follow ~/.ssh/config:
host: host is for the nickname of the host, represent a entry in ~/.ssh/config.
hostname: hostname is for the actual hostname.
raw docstring

assert-node!clj

(assert-node! node)
source

build-ssh-connclj

(build-ssh-conn host)
source

cmdclj

(cmd & args)
source

cmd?clj

(cmd? x)
source

cmdsclj

(cmds & args)
source

emitclj

(emit cmd & [node])
source

escape-cmdclj

(escape-cmd s)
https://stackoverflow.com/questions/1250079/how-to-escape-single-quotes-within-single-quoted-strings
sourceraw docstring

make-global-optsclj

(make-global-opts m)
source

make-host-infoclj

(make-host-info {:keys [host hostname port username]})
source

make-nodesclj

(make-nodes {:keys [host-infos global-opts]})
source

node?clj

(node? node)
source

rsyncclj

(rsync src dest & [opts])
source

scpclj

(scp src dest & [local-opts])
source

sshclj

(ssh & args)
source

sudoclj

(sudo cmd & [local-opts])

Not work on macos at present.

Not work on macos at present.
sourceraw docstring

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

× close