Provided by: ostree_2018.8-0ubuntu0.2_amd64 

NAME
ostree-show - Output a metadata object
SYNOPSIS
ostree show [OPTIONS...] {OBJECT}
DESCRIPTION
Given an object, shows the metadata for that object. For a particular revision, it will show the data for
the most recent commit to that revision.
OPTIONS
--print-related
Show the "related" commits.
--print-variant-type="TYPE"
Memory map OBJECT (in this case a filename) to the GVariant type string.
--print-metadata-key="KEY"
Print string value of metadata key.
--print-detached-metadata-key="KEY"
Print string value of detached metadata key.
--raw
Show raw variant data.
--gpg-homedir="HOMEDIR"
GPG home directory to use when looking for keyrings (if have GPGME - GNU Privacy Guard Made Easy).
EXAMPLE
$ ostree show my-branch
commit 67e382b11d213a402a5313e61cbc69dfd5ab93cb07
Date: 2014-06-12 13:42:54 +0000
OSTree OSTREE SHOW(1)