Provided by: sq_0.27.0-1_amd64
NAME
merge - Merges keys or keyrings into a single keyring
SYNOPSIS
merge [-o|--output] [-B|--binary] [-h|--help] [FILE]
DESCRIPTION
Merges keys or keyrings into a single keyring Unlike "sq keyring join", the certificates are buffered and multiple versions of the same certificate are merged together. Where data is replaced (e.g., secret key material), data from the later certificate is preferred.
OPTIONS
-o, --output=FILE Writes to FILE or stdout if omitted -B, --binary Emits binary data -h, --help Print help information [FILE] Reads from FILE
EXAMPLES
Merge certificate updates sq keyring merge certs.pgp romeo-updates.pgp
SEE ALSO
For the full documentation see <https://docs.sequoia-pgp.org/sq/>. sq(1) sq-armor(1) sq-autocrypt(1) sq-certify(1) sq-dearmor(1) sq-decrypt(1) sq-encrypt(1) sq-inspect(1) sq-key(1) sq-keyring(1) sq-keyring-filter(1) sq-keyring-join(1) sq-keyring-list(1) sq-keyring-split(1) sq-keyserver(1) sq-packet(1) sq-revoke(1) sq-sign(1) sq-verify(1) sq-wkd(1)