slipset / deps-deploy

deploy your stuff
Eclipse Public License 1.0
148 stars 31 forks source link

Refactor to support calling via a clojure -X :exec-fn #18

Closed RickMoynihan closed 3 years ago

RickMoynihan commented 3 years ago

Closes #16

This adds a new deploy function that can be used with :exec-fn and :exec-args.

In making this change I renamed the deploy multi-method to deploy* and consequently there is a chance this may break any users who were extending this multimethod.

I also rename the :clojars key to :remote to indicate the mechanism for repositories is more generic than just clojars.

Extending :remote to support S3 repositories will be implemented in a follow up PR.