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 --print-sizes
31 Show the commit size metadata. This in only supported for commits
32 that contain ostree.sizes metadata. This can be included when
33 creating commits with ostree commit --generate-sizes.
34
35 --raw
36 Show raw variant data.
37
38 --gpg-homedir="HOMEDIR"
39 GPG home directory to use when looking for keyrings (if have GPGME
40 - GNU Privacy Guard Made Easy).
41
43 $ ostree show my-branch
44
45 commit 67e382b11d213a402a5313e61cbc69dfd5ab93cb07
46 Date: 2014-06-12 13:42:54 +0000
47
48
49
50OSTree OSTREE SHOW(1)