1OSTREE SHOW(1) ostree show OSTREE SHOW(1)
2
3
4
6 ostree-show - Output a metadata object
7
9 ostree show [OPTIONS...] {OBJECT}
10
12 Given an object, shows the metadata for that object. For a particular
13 revision, it will show the data for the most recent commit to that
14 revision.
15
17 --print-related
18 Show the "related" commits.
19
20 --print-variant-type="TYPE"
21 Memory map OBJECT (in this case a filename) to the GVariant type
22 string.
23
24 --print-metadata-key="KEY"
25 Print string value of metadata key.
26
27 --print-detached-metadata-key="KEY"
28 Print string value of detached metadata key.
29
30 --raw
31 Show raw variant data.
32
33 --gpg-homedir="HOMEDIR"
34 GPG home directory to use when looking for keyrings (if have GPGME
35 - GNU Privacy Guard Made Easy).
36
38 $ ostree show my-branch
39
40 commit 67e382b11d213a402a5313e61cbc69dfd5ab93cb07
41 Date: 2014-06-12 13:42:54 +0000
42
43
44
45OSTree OSTREE SHOW(1)