Liking cljdoc? Tell your friends :D

boot.gpg


decryptclj

(decrypt file)

Use gpg to decrypt a file -- returns string contents of file.

Use gpg to decrypt a file -- returns string contents of file.
sourceraw docstring

gpgclj

(gpg & args)

Shells out to (gpg-program) with the given arguments

Shells out to (gpg-program) with the given arguments
sourceraw docstring

gpg-programclj

(gpg-program)

Lookup the gpg program to use, defaulting to 'gpg'

Lookup the gpg program to use, defaulting to 'gpg'
sourceraw docstring

signclj

(sign file opts)

Create a detached signature and return the signature file name.

Create a detached signature and return the signature file name.
sourceraw docstring

sign-itclj

(sign-it f gpg-options)

Sign a java.io.File given the options.

Sign a java.io.File given the options.
sourceraw docstring

sign-jarclj

(sign-jar outdir jarfile gpg-options)

Sign a jar.

Returns an artifact-map entry - a map from partial coordinates to file path or File (see pomegranate/aether.clj for details).

If you receive a "Could not sign ... gpg: no default secret key: secret key not available" error, make sure boot is using the right gpg executable. You can use the BOOT_GPG_COMMAND environment variable for that.

In order to use gpg2, for instance, run:

BOOT_GPG_COMMAND=gpg2 boot push --gpg-sign ...

You rarely need to use this directly, use the push task instead.

Sign a jar.

Returns an artifact-map entry - a map from partial coordinates to file
path or File (see pomegranate/aether.clj for details).

If you receive a "Could not sign ... gpg: no default secret key: secret key
not available" error, make sure boot is using the right gpg executable.  You
can use the BOOT_GPG_COMMAND environment variable for that.

In order to use gpg2, for instance, run:

  BOOT_GPG_COMMAND=gpg2 boot push --gpg-sign ...

You rarely need to use this directly, use the push task instead.
sourceraw docstring

sign-pomclj

(sign-pom outdir jarfile pompath gpg-options)

Materialize and sign the pom contained in jarfile. Returns an artifact-map entry - a map from partial coordinates to file path or File (see pomegranate/aether.clj for details).

If you receive a "Could not sign ... gpg: no default secret key: secret key not available" error, make sure boot is using the right gpg executable. You can use the BOOT_GPG_COMMAND environment variable for that.

In order to use gpg2, for instance, run:

BOOT_GPG_COMMAND=gpg2 boot push --gpg-sign ...

You rarely need to use this directly, use the push task instead.

Materialize and sign the pom contained in jarfile.
Returns an artifact-map entry - a map from partial coordinates to file
path or File (see pomegranate/aether.clj for details).

If you receive a "Could not sign ... gpg: no default secret key: secret key
not available" error, make sure boot is using the right gpg executable.  You
can use the BOOT_GPG_COMMAND environment variable for that.

In order to use gpg2, for instance, run:

  BOOT_GPG_COMMAND=gpg2 boot push --gpg-sign ...

You rarely need to use this directly, use the push task instead.
sourceraw docstring

signing-argsclj

(signing-args file opts)

Produce GPG arguments for signing a file.

Produce GPG arguments for signing a file.
sourceraw docstring

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

× close