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