1SQ-INSPECT(1) USER COMMANDS SQ-INSPECT(1)
2
3
4
6 sq-inspect - Inspects data, like file(1)
7
8 It is often difficult to tell from cursory inspection using cat(1) or
9 file(1) what kind of OpenPGP one is looking at. This subcommand in‐
10 spects the data and provides a meaningful human-readable description of
11 it.
12
13
15 sq inspect [FLAGS] [--] [FILE]
16
18 -h, --help
19 Prints help information
20
21
22 --certifications
23 Prints third-party certifications
24
26 FILE Reads from FILE or stdin if omitted
27
29 # Inspects a certificate
30 $ sq inspect juliet.pgp
31
32 # Inspects a certificate ring
33 $ sq inspect certs.pgp
34
35 # Inspects a message
36 $ sq inspect message.pgp
37
38 # Inspects a detached signature
39 $ sq inspect message.sig
40
41
43 For the full documentation see <https://docs.sequoia-pgp.org/sq/>.
44
45 sq(1), sq-armor(1), sq-autocrypt(1), sq-certify(1), sq-dearmor(1),
46 sq-decrypt(1), sq-encrypt(1), sq-inspect(1), sq-key(1), sq-keyring(1),
47 sq-keyserver(1), sq-packet(1), sq-sign(1), sq-verify(1), sq-wkd(1)
48
49
50
52 Azul <azul@sequoia-pgp.org>
53 Igor Matuszewski <igor@sequoia-pgp.org>
54 Justus Winter <justus@sequoia-pgp.org>
55 Kai Michaelis <kai@sequoia-pgp.org>
56 Neal H. Walfield <neal@sequoia-pgp.org>
57 Nora Widdecke <nora@sequoia-pgp.org>
58 Wiktor Kwapisiewicz <wiktor@sequoia-pgp.org>
59
60
61
620.24.0 (SEQUOIA-OPENPGP 1.0.0) MARCH 2021 SQ-INSPECT(1)