Liking cljdoc? Tell your friends :D

embelyon.seer.core

The seer allows you to read documentation for CloudFormation types, as well as visualize dependencies between CloudFormation resources and property types.

The seer allows you to read documentation for CloudFormation types, as well
as visualize dependencies between CloudFormation resources and property types.
raw docstring

browse-docsclj

(browse-docs id)
(browse-docs id opts)

Open documentation for an AWS resource or property type in a browser. Relies on Clojure's browse-url function. Will only work if a browser is available

Open documentation for an AWS resource or property type in a browser. Relies
on Clojure's browse-url function. Will only work if a browser is available
raw docstring

docclj

(doc id)
(doc id opts)

Lookup documentation for a resource or property type and print it. Printing can be configured by rebinding embelyon.seer.doc/printer

Lookup documentation for a resource or property type and print it. Printing
can be configured by rebinding embelyon.seer.doc/*printer*
raw docstring

graphcljmultimethod

Return a graph for the unique service, resource, or property type id given

Return a graph for the unique service, resource, or property type id given
raw docstring

renderclj

(render graph)
(render graph opts)

Render a CloudFormation graph to a specified format

Render a CloudFormation graph to a specified format
raw docstring

render-graphclj

(render-graph id)
(render-graph id codex-opts)
(render-graph id codex-opts viz-opts)

Create a graph of the identified CloudFormation resource, property type or service and then render it to a string or byte array

Create a graph of the identified CloudFormation resource, property type or service
and then render it to a string or byte array
raw docstring

save!clj

(save! graph file-name)
(save! graph file-name opts)

Save a CloudFormation graph as an image

Save a CloudFormation graph as an image
raw docstring

save-graph!clj

(save-graph! id file-name)
(save-graph! id file-name codex-opts)
(save-graph! id file-name codex-opts viz-opts)

Create a graph of the identified CloudFormation resource, property type or service and then save it to a file

Create a graph of the identified CloudFormation resource, property type or service
and then save it to a file
raw docstring

show!clj

(show! graph)

Display a CloudFormation graph

Display a CloudFormation graph
raw docstring

show-graph!clj

(show-graph! id)
(show-graph! id opts)

Create a graph of the identified CloudFormation resource, property type or service and then display it

Create a graph of the identified CloudFormation resource, property type or service
and then display it
raw docstring

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

× close