Liking cljdoc? Tell your friends :D

clj-liquibase.cli


arg-typesclj

source

as-stringclj

(as-string s)
source

assert-specclj

(assert-spec spec-coll)

Assert spec as a spec

Assert spec as a spec
sourceraw docstring

available-commandsclj

source

ctx-listclj

(ctx-list contexts)

Generate context list from a given comma-separated context list (string)

Generate context list from a given comma-separated context list (string)
sourceraw docstring

dbdocclj

(dbdoc opts & args)

Generate database/changelog documentation

Generate database/changelog documentation
sourceraw docstring

diffclj

(diff opts & args)

Report differences between two database instances

Report differences between two database instances
sourceraw docstring

entryclj

(entry cmd opts & args)

Entry point for clj-liquibase CLI

Entry point for clj-liquibase CLI
sourceraw docstring

helpclj

(help)
source

noarg-patternclj

(noarg-pattern elem)
source

opt-changelogclj

(opt-changelog clog)
source

opt-datasourceclj

(opt-datasource opt & opts)
source

opt-match-valueclj

(opt-match-value re arg)

Return option value Example: (opt-match-value (opt-pattern "foo") "--foo=bar") => returns "bar" See also: opt-pattern

Return option value
Example:
  (opt-match-value (opt-pattern "foo") "--foo=bar")
  => returns "bar"
See also: opt-pattern
sourceraw docstring

opt-patternclj

(opt-pattern elem)
source

opt-ref-datasourceclj

(opt-ref-datasource opt & opts)
source

opt-stringclj

(opt-string elem)
(opt-string elem value)
source

opt-valueclj

(opt-value k opt & opts)
source

opt?clj

(opt? s)
source

parse-dbdoc-argsclj

(parse-dbdoc-args opts & args)

Parse arguments for dbdoc command.

Parse arguments for `dbdoc` command.
sourceraw docstring

parse-diff-argsclj

(parse-diff-args opts & args)

Parse arguments for diff command.

Parse arguments for `diff` command.
sourceraw docstring

parse-optsclj

(parse-opts opts cmd-prefix args & spec)

Spec can be: [[docstring :opt-arg :datasource :d] [docstring :no-arg :sql-only :s] [docstring :with-arg :a]] args is a collection of argument bodies: "--foo=bar" "-fbar" "--simulate" "-s" Note: Evaluated every time

Spec can be:
  [[docstring :opt-arg :datasource :d]
   [docstring :no-arg  :sql-only   :s]
   [docstring :with-arg :a]]
`args` is a collection of argument bodies:
  "--foo=bar" "-fbar" "--simulate" "-s"
Note: Evaluated every time
sourceraw docstring

parse-rollback-argsclj

(parse-rollback-args opts & args)
source

parse-tag-argsclj

(parse-tag-args opts & args)
source

parse-update-argsclj

(parse-update-args opts & args)
source

(print-usage cmd-prefix spec)

Print command usage

Print command usage
sourceraw docstring

resolve-varclj

(resolve-var var-name)

Given a qualified/un-qualified var name (string), resolve and return value. Throw NullPointerException if var cannot be resolved.

Given a qualified/un-qualified var name (string), resolve and return value.
Throw NullPointerException if var cannot be resolved.
sourceraw docstring

rollbackclj

(rollback opts & args)
source

tagclj

(tag opts & args)

Tag the database manually (recommended: create a Change object of type tag)

Tag the database manually (recommended: create a Change object of type tag)
sourceraw docstring

updateclj

(update opts & args)
source

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

× close