Liking cljdoc? Tell your friends :D

situate

Clojars Project

Very much like lein deploy, but with fewer features.

Usage

Put [situate "0.1.0"] into your :plugins. You'll probably also want to put [s3-wagon-private "1.3.0-alpha1"] in there, too, and put some :deploy-repositories pointing at some private S3 buckets.

Then,

lein situate

Or

lein situate <repository>

This plugin will do exactly what deploy does, but it will never ask you for a username or password, and will not look for these in any standard places for passwords. Instead, it is meant for using the AWS standard ways of authenticating, e.g. via environment variables, ~/.aws/credentials, or via IAM instance profiles in EC2.

Can you improve this documentation?Edit on GitHub

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

× close