Liking cljdoc? Tell your friends :D

automaton-build.project.impl.clever-cloud-deploy

Code here is regarding all interactions with clever cloud. Design decision: Interaction with clever cloud is by using git.

Alternatively it could be done by using clever CLI, but currently we don't need any features that can't be done by simply manipulating the repository in the git. Which is a simpler option in terms of complexity (no need for API to check), while still being flexible (a lot of options to manipulate in git). Additionally this doesn't require to install the clever cloud cli.

Code here is regarding all interactions with clever cloud.
Design decision:
Interaction with clever cloud is by using git.

Alternatively it could be done by using clever CLI, but currently we don't need any features that can't be done by simply manipulating the repository in the git. Which is a simpler option in terms of complexity (no need for API to check), while still being flexible (a lot of options to manipulate in git). Additionally this doesn't require to install the clever cloud cli.
raw docstring

automaton-build.project.impl.config-files

Simple configuration based on files Data can be set in java property heph-conf, if more files are needed you can pass them separated by ,

Simple configuration based on files
Data can be set in java property `heph-conf`, if more files are needed you can pass them separated by `,`
raw docstring

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

× close