Sign¶
Usage: lftools sign [OPTIONS] COMMAND [ARGS]...
GPG or Sigul sign files.
Options:
--help Show this message and exit.
Commands:
container Sigul sign a Docker container.
deploy-nexus Sign artifacts from a Nexus repo then upload to a staging...
dir GPG signs all of the files in a directory.
git-tag Sigul sign an annotated git tag.
nexus Fetch and GPG or Sigul sign a Nexus repo.
sigul Sigul signs all of the files in a directory.
Commands¶
container¶
Usage: lftools sign container [OPTIONS] MANIFEST TAG
Sigul sign a Docker container.
Options:
--help Show this message and exit.
deploy-nexus¶
Usage: lftools sign deploy-nexus [OPTIONS] NEXUS_URL NEXUS_REPO
STAGING_PROFILE_ID
Sign artifacts from a Nexus repo then upload to a staging repo.
This is a porcelain command that ties the lftools sign and deploy tools
together for easier use. It calls the sign-nexus command and then the
deploy-nexus-stage command to create a signed staging repository in Nexus.
Signing is performed either with gpg (default) or via sigul.
Options:
-d, --sign-dir TEXT Local directory to clone repository. (default
/tmp/gpg-signatures.*)
-m, --mode TEXT Signing mode serial|parallel
-r, --root-domain TEXT Root download path of staging repo. (default org)
-w, --sign-with TEXT Sign artifacts with GPG or Sigul. (default gpg)
--help Show this message and exit.
directory¶
Usage: lftools sign dir [OPTIONS] DIRECTORY
GPG signs all of the files in a directory.
Options:
-m, --mode TEXT Signing mode serial|parallel
--help Show this message and exit.
git-tag¶
Usage: lftools sign git-tag [OPTIONS] TAG
Sigul sign an annotated git tag.
Options:
--help Show this message and exit.
nexus¶
Usage: lftools sign nexus [OPTIONS] NEXUS_REPO_URL
Fetch and GPG or Sigul sign a Nexus repo.
Options:
-d, --sign-dir TEXT Local directory to clone repository. (default
/tmp/gpg-signatures.*)
-m, --mode TEXT Signing mode serial|parallel
-w, --sign-with TEXT Sign artifacts with GPG or Sigul. (default gpg)
--help Show this message and exit.
sigul¶
Usage: lftools sign sigul [OPTIONS] DIRECTORY
Sigul signs all of the files in a directory.
Options:
-m, --mode TEXT Signing mode serial|parallel
--help Show this message and exit.