Man page - ostree-commit(1)
Packages contas this manual
- ostree-admin-stateroot-init(1)
- ostree-admin-unlock(1)
- ostree-init(1)
- ostree-pull(1)
- ostree-refs(1)
- ostree-commit(1)
- ostree-gpg-sign(1)
- ostree.repo-config(5)
- ostree-admin-undeploy(1)
- ostree-fsck(1)
- ostree(1)
- ostree-admin-status(1)
- ostree-export(1)
- ostree-config(1)
- ostree-admin-pin(1)
- ostree.repo(5)
- rofiles-fuse(1)
- ostree-create-usb(1)
- ostree-summary(1)
- ostree-log(1)
- ostree-admin-config-diff(1)
- ostree-checksum(1)
- ostree-checkout(1)
- ostree-admin-lock-finalization(1)
- ostree-admin(1)
- ostree-sign(1)
- ostree-pull-local(1)
- ostree-admin-cleanup(1)
- ostree-reset(1)
- ostree-ls(1)
- ostree-admin-set-origin(1)
- ostree-admin-init-fs(1)
- ostree-show(1)
- ostree-cat(1)
- ostree-admin-instutil(1)
- ostree-prune(1)
- ostree-remote(1)
- ostree-admin-os-init(1)
- ostree-prepare-root(1)
- ostree-admin-set-default(1)
- ostree-rev-parse(1)
- ostree-admin-post-copy(1)
- ostree-admin-upgrade(1)
- ostree-admin-switch(1)
- ostree-static-delta(1)
- ostree-diff(1)
- ostree-admin-deploy(1)
- ostree-find-remotes(1)
apt-get install ostree
Manual
| OSTREE COMMIT(1) | ostree commit | OSTREE COMMIT(1) |
NAME
ostree-commit - Commit a new revision
SYNOPSIS
ostree commit [OPTIONS...] --branch= {BRANCH} [PATH]
DESCRIPTION
This allows you to commit changes to a branch. The specification of the branch is required. The command will print the checksum of a successful commit.
OPTIONS
--subject, -s="SUBJECT"
--body, -m="BODY"
--body-file, -F="FILE"
--editor, -e
--branch, -b="BRANCH"
--parent="COMMIT"
--tree="dir=PATH" or "tar=TARFILE" or "ref=COMMIT"
--base="REV"
--add-metadata-string="KEY=VALUE"
--add-metadata="KEY=VALUE"
--keep-metadata="KEY"
--add-detached-metadata-string="KEY=VALUE"
--owner-uid="UID"
--owner-gid="GID"
--no-xattrs
--selinux-labeling-epoch0 | 1
--bootable
--link-checkout-speedup
--tar-autocreate-parents
--skip-if-unchanged
--consume
--statoverride="PATH"
--skip-list="PATH"
--table-output
--generate-sizes
--gpg-sign="KEY-ID"
--gpg-homedir="HOMEDIR"
--timestamp="TIMESTAMP"
--orphan
--fsync="POLICY"
-s, --sign-type
--sign-from-file="PATH"
--sign="KEY-ID"
The KEY-ID is:
for ed25519 and spki:
for dummy:
EXAMPLE
$ ostree commit --branch=my-branch --subject="Initial commit"
67e382b11d213a402a5313e61cbc69dfd5ab93cb07fbb8b71c2e84f79fa5d7dc
| OSTree |