Liking cljdoc? Tell your friends :D

trident.build.deploy


-mainclj

Usage: clj -m trident.build.deploy [options] <subcommand> [<args>]

Options:
  -h, --help

Subcommands:
  install  Installs a library to the local maven repo.
  deploy   Deploys a library to Clojars.              

See `<program> <subcommand> --help` to read about a specific subcommand.
```
Usage: clj -m trident.build.deploy [options] <subcommand> [<args>]

Options:
  -h, --help

Subcommands:
  install  Installs a library to the local maven repo.
  deploy   Deploys a library to Clojars.              

See `<program> <subcommand> --help` to read about a specific subcommand.
```
sourceraw docstring

cliclj

source

deployclj

Usage: clj -m trident.build.deploy deploy [options] 

Deploys a library to Clojars.
The environment variables `CLOJARS_USERNAME` and `CLOJARS_PASSWORD` must be set.
Packages the jar first by default. The jar path is `target/<artifact-id>-<version>.jar`.

Options:
  -g, --group-id ID
  -a, --artifact-id ID
  -v, --version VERSION
  -G, --github-repo REPO  <username>/<repo>, e.g. `jacobobryant/trident`
  -s, --skip-jar          Don't package jar first
      --edn EDN           Additional options. Overrides CLI options.
  -h, --help

Config files: lib.edn
```
Usage: clj -m trident.build.deploy deploy [options] 

Deploys a library to Clojars.
The environment variables `CLOJARS_USERNAME` and `CLOJARS_PASSWORD` must be set.
Packages the jar first by default. The jar path is `target/<artifact-id>-<version>.jar`.

Options:
  -g, --group-id ID
  -a, --artifact-id ID
  -v, --version VERSION
  -G, --github-repo REPO  <username>/<repo>, e.g. `jacobobryant/trident`
  -s, --skip-jar          Don't package jar first
      --edn EDN           Additional options. Overrides CLI options.
  -h, --help

Config files: lib.edn
```
sourceraw docstring

installclj

Usage: clj -m trident.build.deploy install [options] 

Installs a library to the local maven repo.
Packages the jar first by default. The jar path is `target/<artifact-id>-<version>.jar`.

Options:
  -g, --group-id ID
  -a, --artifact-id ID
  -v, --version VERSION
  -G, --github-repo REPO  <username>/<repo>, e.g. `jacobobryant/trident`
  -s, --skip-jar          Don't package jar first
      --edn EDN           Additional options. Overrides CLI options.
  -h, --help

Config files: lib.edn
```
Usage: clj -m trident.build.deploy install [options] 

Installs a library to the local maven repo.
Packages the jar first by default. The jar path is `target/<artifact-id>-<version>.jar`.

Options:
  -g, --group-id ID
  -a, --artifact-id ID
  -v, --version VERSION
  -G, --github-repo REPO  <username>/<repo>, e.g. `jacobobryant/trident`
  -s, --skip-jar          Don't package jar first
      --edn EDN           Additional options. Overrides CLI options.
  -h, --help

Config files: lib.edn
```
sourceraw docstring

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

× close