Liking cljdoc? Tell your friends :D

pallet.main


*exit-process?*clj

Bind to false to suppress process termination.

Bind to false to suppress process termination.
sourceraw docstring

-mainclj

(-main)
(-main & args)

Command line runner.

Command line runner.
sourceraw docstring

add-serviceclj

(add-service name-kw properties)
source

aliasesclj

source

args-with-extrasclj

(args-with-extras args extras)

Add extra switches back into an argument vector.

Add extra switches back into an argument vector.
sourceraw docstring

exitclj

(exit exit-code)
source

helpclj

source

pallet-argsclj

(pallet-args args)
(pallet-args args switches)

Process command line arguments. Returns an option map, a vector of arguments and a help string. Optionally accepts a sequence of switch descriptions.

Process command line arguments. Returns an option map, a vector of arguments
and a help string.  Optionally accepts a sequence of switch descriptions.
sourceraw docstring

pallet-switchesclj

source

pallet-taskclj

(pallet-task args & {:keys [environment]})

A command line for pallet.

Switches Default Desc


-P, --service Service key to use (use add-service to create a service -p, --provider Cloud provider name.
-i, --identity Cloud user name or key.
-c, --credential Cloud password or secret.
-B, --blobstore-provider Blobstore provider name.
-I, --blobstore-identity Blobstore user name or key.
-C, --blobstore-credential Blobstore password or secret.
-O, --project-options Project options (usually picked up from project.clj).
-D, --defaults Default options (usually picked up from config.clj).

A command line for pallet.

Switches                    Default  Desc                                                    
--------                    -------  ----                                                    
-P, --service                        Service key to use (use add-service to create a service 
-p, --provider                       Cloud provider name.                                    
-i, --identity                       Cloud user name or key.                                 
-c, --credential                     Cloud password or secret.                               
-B, --blobstore-provider             Blobstore provider name.                                
-I, --blobstore-identity             Blobstore user name or key.                             
-C, --blobstore-credential           Blobstore password or secret.                           
-O, --project-options                Project options (usually picked up from project.clj).   
-D, --defaults                       Default options (usually picked up from config.clj).    
sourceraw docstring

process-arg-attemptclj

(process-arg-attempt args extra-switches)
source

process-argsclj

(process-args all-args)

Process arguments, returning options, arguments and unrecognised options.

Process arguments, returning options, arguments and unrecognised options.
sourceraw docstring

read-targetsclj

(read-targets)
(read-targets dir)
source

resolve-taskclj

(resolve-task task)
source

transient-servicesclj

source

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

× close