ostreeOSTreeDeveloperColinWalterswalters@verbum.orgostree1ostreeOperating system build, deployment, and development toolostree --repo=REPOCOMMANDOPTIONSDescriptionOSTree is a system for building, deploying, and
developing Linux-based operating systems. For many
cases, it can fill the role of "package managers" such
as RPM and .deb.At its heart, OSTree is very similar to git -
but it is designed explicitly for managing files like
ELF binaries. Unlike a typical version control
system, OSTree is capable of tracking file UID and
GIDs, as well as all extended attributes such as ACLs
and SELinux security contexts. You should think of
OSTree as a flexible but specialized userspace
filesystem.OptionsThe following options are understood:For most commands,
when run as non-root, repository is
required. If
ostree is run as
root, it is assumed operations will be
performed on the
/sysroot/ostree/repo
repository.
The following commands are understood:checkoutExtract a given branch into the filesystem.checksumCompute the OSTree checksum of the given files.diffConcisely list differences between the given branch revisions,
without checking them out into the filesystem.initInitialize a repository.commitGiven one or more
trees (from the local filesystem, a
tarball, or a specified revision for
example), create a new commit using those contents.
composeA specialized type of
commit, intended for merging together
many separate filesystem trees such as
build artifacts.local-cloneEfficiently copy
objects and references from one local
repository into another.
logShow revision log.lsList the contents of a given commit.fsckCheck a repository for consistency.remoteManipulate remote archive configuration.rev-parseShow the SHA256 corresponding to a given rev.run-triggersRegenerate cache files in the given operating system tree.showGiven an OSTree SHA256 checksum, display its contents.Exit statusOn success 0 is returned, a non-zero failure
code otherwise.Environment$PAGERostree respects the traditional pager envrionment variable.See Alsoostbuild1