Liking cljdoc? Tell your friends :D

leiningen.core.user

Functions exposing user-level configuration.

Functions exposing user-level configuration.
raw docstring

credentialsclj

source

credentials-fnclj

(credentials-fn)
(credentials-fn file)

Decrypt map from credentials.clj.gpg in Leiningen home if present.

Decrypt map from credentials.clj.gpg in Leiningen home if present.
sourceraw docstring

getenvclj

(getenv name)

Wrap System/getenv for testing purposes.

Wrap System/getenv for testing purposes.
sourceraw docstring

getpropclj

(getprop prop-name)

Wrap System/getProperty for testing purposes.

Wrap System/getProperty for testing purposes.
sourceraw docstring

gpgclj

(gpg & args)

Shells out to (gpg-program) with the given arguments

Shells out to (gpg-program) with the given arguments
sourceraw docstring

gpg-available?clj

(gpg-available?)

Verifies (gpg-program) exists

Verifies (gpg-program) exists
sourceraw docstring

gpg-programclj

(gpg-program)

Lookup the gpg program to use, defaulting to 'gpg'

Lookup the gpg program to use, defaulting to 'gpg'
sourceraw docstring

initclj

Load the user's ~/.lein/init.clj file, if present.

Load the user's ~/.lein/init.clj file, if present.
sourceraw docstring

leiningen-homeclj

(leiningen-home)

Return full path to the user's Leiningen home directory.

Return full path to the user's Leiningen home directory.
sourceraw docstring

load-profilesclj

Load profiles.clj from dir if present. Tags all profiles with its origin.

Load profiles.clj from dir if present. Tags all profiles with its origin.
sourceraw docstring

profile-authclj

(profile-auth settings)

Look up credentials for a given repository in :auth profile.

Look up credentials for a given repository in :auth profile.
sourceraw docstring

profilesclj

Load profiles.clj from your Leiningen home and profiles.d if present.

Load profiles.clj from your Leiningen home and profiles.d if present.
sourceraw docstring

profiles-d-profilesclj

Load all Clojure files from the profiles.d folder in your Leiningen home if present. Returns a seq with map entries of the different profiles.

Load all Clojure files from the profiles.d folder in your Leiningen home if
present. Returns a seq with map entries of the different profiles.
sourceraw docstring

resolve-credentialsclj

(resolve-credentials settings)

Applies credentials from the environment or ~/.lein/credentials.clj.gpg as they are specified and available.

Applies credentials from the environment or ~/.lein/credentials.clj.gpg
as they are specified and available.
sourceraw docstring

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

× close