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

gpg-versionclj

(gpg-version)

parse and return the version of gpg available

parse and return the version of gpg available
sourceraw docstring

gpg-with-passphraseclj

(gpg-with-passphrase passphrase & args)

Shells out to (gpg-program) with the given arguments and, if passphrase is not nil, sends the passphrase on stdin for unattended operations such as signing artifacts for deployment. When a passphrase is provided the caller must include the following args ["--passphrase-fd" "0" "--pinentry-mode" "loopback"] along with whatever other args are needed for the gpg command.

Shells out to (gpg-program) with the given arguments and, if
passphrase is not nil, sends the passphrase on stdin for unattended
operations such as signing artifacts for deployment. When a passphrase
is provided the caller must include the following args
["--passphrase-fd" "0" "--pinentry-mode" "loopback"]
along with whatever other args are needed for the gpg command.
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

resolve-env-keywordclj

(resolve-env-keyword k v)

Resolve usage of :env and :env/foo in project.clj

Resolve usage of :env and :env/foo in project.clj
sourceraw docstring

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

× close