(projects-to-deploy since)
Returns the projects that have been affected since last deploy, tagged in git following the pattern defined by :release-tag-pattern in deps.edn, or v[0-9]* if not defined.
Returns the projects that have been affected since last deploy, tagged in git following the pattern defined by :release-tag-pattern in deps.edn, or v[0-9]* if not defined.
(workspace keys)
(workspace since keys)
Returns the workspace or part of the workspace by sending in either a key that can be found in the :tag-patterns keys in workspace.edn, optionally prefixed with 'previous-', or a git SHA, as the first argument, and a list of keywords, strings, or numbers as the second argument. :keys and :count are also valid keys to send in. If keys are empty, returns the whole workspace.
Returns the workspace or part of the workspace by sending in either a key that can be found in the :tag-patterns keys in workspace.edn, optionally prefixed with 'previous-', or a git SHA, as the first argument, and a list of keywords, strings, or numbers as the second argument. :keys and :count are also valid keys to send in. If keys are empty, returns the whole workspace.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close