*A new release 0.3.5:*

--Now you can run a task with user@host rather than a pre-defined cluster
by:

  lein control run user@host task args

*Upgrade:*

   lein plugin install control 0.3.5



2012/5/10 dennis zhuang <killme2...@gmail.com>

> Clojure-control:  a clojure DSL for system admin and deployment with many
> remote machines via ssh
>
> Usage: https://github.com/killme2008/clojure-control
>
> *Release 0.3.4*
>
> - New function (local cmd) to execute command on local machine : (local
> "tar zcvf app.tar.gz app/")
> - Custer name could be a symbol rather than keyword
> - (set-options!) now could accept several options: (set-options! :user
> "deploy" :parallel true)
> - New function (clear-options!) to clear global options.
> - Using host and user of cluster in task by &host and &user :
>  (deftask test [] (println (str &user "@" &host)))
> *
> *
> *Upgrade:*
>
>    lein plugin install control 0.3.4
>
>
> --
> 庄晓丹
> Email:        killme2...@gmail.com xzhu...@avos.com
> Site:           http://fnil.net
> Twitter:      @killme2008
>
>
>
>


-- 
庄晓丹
Email:        killme2...@gmail.com xzhu...@avos.com
Site:           http://fnil.net
Twitter:      @killme2008

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to