Liking cljdoc? Tell your friends :D

cloudship.metadata

Namespace for the metadata api. This is experimental the returned/taken data might change.

Namespace for the metadata api. This is experimental the returned/taken data might change.
raw docstring

createclj

(create cloudship metadata)

Creates the given metadata

Creates the given metadata
sourceraw docstring

deleteclj

(delete cloudship metadata)
(delete cloudship metadata-type metadata-fullnames)

Deletes the given metadata

Deletes the given metadata
sourceraw docstring

describeclj

(describe cloudship)

Returns the global meta describe data for the given cloudship.

Returns the global meta describe data for the given cloudship.
sourceraw docstring

describe-typeclj

(describe-type cloudship type)

Returns the describe data for the given cloudship and metadata type

Returns the describe data for the given cloudship and metadata type
sourceraw docstring

evictclj

(evict client-description)

Removes the connection for this keyword/prop-map from the cache

Removes the connection for this keyword/prop-map from the cache
sourceraw docstring

infoclj

(info client-description)
source

listclj

(list cloudship metadata-type)

Returns a list of all existing entries of the given cloudship and metadata type

Returns a list of all existing entries of the given cloudship and metadata type
sourceraw docstring

readclj

(read cloudship metadata-type & metadata-names)

Returns the metadata for the given metadata-names of the metadata type.

Returns the metadata for the given metadata-names of the metadata type.
sourceraw docstring

read-allclj

(read-all cloudship metadata-type)

Returns the metadata for all metadata entries of the given metadata type.

Returns the metadata for all metadata entries of the given metadata type.
sourceraw docstring

renameclj

(rename cloudship metadata-type rename-map)
(rename cloudship metadata-type old-name new-name)

Renames a given metadata. you can provide:

  • [cloudship type old-name new-name]
  • [cloudship type name-mapping]
Renames a given metadata.
you can provide:
* [cloudship type old-name new-name]
* [cloudship type name-mapping]
sourceraw docstring

updateclj

(update cloudship metadata)

Updates the given metadata

Updates the given metadata
sourceraw docstring

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

× close