Sign¶
/home/docs/checkouts/readthedocs.org/user_builds/lf-releng-tools/envs/stable/lib/python3.11/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (2.6.3) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supported version!
warnings.warn(
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¶
/home/docs/checkouts/readthedocs.org/user_builds/lf-releng-tools/envs/stable/lib/python3.11/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (2.6.3) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supported version!
warnings.warn(
Usage: lftools sign container [OPTIONS] MANIFEST TAG
Sigul sign a Docker container.
Options:
--help Show this message and exit.
deploy-nexus¶
/home/docs/checkouts/readthedocs.org/user_builds/lf-releng-tools/envs/stable/lib/python3.11/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (2.6.3) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supported version!
warnings.warn(
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¶
/home/docs/checkouts/readthedocs.org/user_builds/lf-releng-tools/envs/stable/lib/python3.11/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (2.6.3) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supported version!
warnings.warn(
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¶
/home/docs/checkouts/readthedocs.org/user_builds/lf-releng-tools/envs/stable/lib/python3.11/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (2.6.3) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supported version!
warnings.warn(
Usage: lftools sign git-tag [OPTIONS] TAG
Sigul sign an annotated git tag.
Options:
--help Show this message and exit.
nexus¶
/home/docs/checkouts/readthedocs.org/user_builds/lf-releng-tools/envs/stable/lib/python3.11/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (2.6.3) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supported version!
warnings.warn(
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¶
/home/docs/checkouts/readthedocs.org/user_builds/lf-releng-tools/envs/stable/lib/python3.11/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (2.6.3) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supported version!
warnings.warn(
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.