Liking cljdoc? Tell your friends :D

pallet.main-invoker

Invoke tasks requiring a compute service. This decouples main from anything pallet, jclouds or maven specific, and ensures compiling main doesn't compile the world.

Invoke tasks requiring a compute service.  This decouples main from anything
pallet, jclouds or maven specific, and ensures compiling main doesn't compile
the world.
raw docstring

blobstore-service-from-config-filesclj

(blobstore-service-from-config-files defaults project profile)
source

compute-service-from-config-filesclj

(compute-service-from-config-files defaults project profile)
source

find-admin-userclj

(find-admin-user defaults project profile)

Return the admin user

Return the admin user
sourceraw docstring

find-blobstoreclj

(find-blobstore options defaults project profile)

Look for a compute service in the following sequence: Check pallet.config.service property check maven settings check pallet.config/service var. This sequence allows you to specify an overridable default in pallet.config/service.

Look for a compute service in the following sequence:
  Check pallet.config.service property
  check maven settings
  check pallet.config/service var.
This sequence allows you to specify an overridable default in
pallet.config/service.
sourceraw docstring

find-compute-serviceclj

(find-compute-service options defaults project profile)

Look for a compute service in the following sequence: Check pallet.config.service property check maven settings check pallet.config/service var. This sequence allows you to specify an overridable default in pallet.config/service.

Look for a compute service in the following sequence:
  Check pallet.config.service property
  check maven settings
  check pallet.config/service var.
This sequence allows you to specify an overridable default in
pallet.config/service.
sourceraw docstring

invokeclj

(invoke options task params)
source

invoke-no-serviceclj

(invoke-no-service options task task-name params)
source

log-infoclj

(log-info admin-user)
source

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

× close