Man page - ostree-static-delta(1)
Packages contains this manual
- ostree-admin-set-origin(1)
- ostree-diff(1)
- ostree-prepare-root(1)
- ostree-export(1)
- ostree-admin-deploy(1)
- ostree-admin-status(1)
- ostree-admin-cleanup(1)
- ostree-pull(1)
- ostree-pull-local(1)
- ostree-admin-os-init(1)
- ostree-admin-upgrade(1)
- ostree-ls(1)
- ostree-admin-config-diff(1)
- ostree-show(1)
- rofiles-fuse(1)
- ostree-rev-parse(1)
- ostree-init(1)
- ostree.repo-config(5)
- ostree-admin-switch(1)
- ostree-reset(1)
- ostree-commit(1)
- ostree(1)
- ostree-create-usb(1)
- ostree-config(1)
- ostree-refs(1)
- ostree-checkout(1)
- ostree-admin-unlock(1)
- ostree-gpg-sign(1)
- ostree-remote(1)
- ostree-admin-init-fs(1)
- ostree-log(1)
- ostree-checksum(1)
- ostree-admin-set-default(1)
- ostree-sign(1)
- ostree-admin-undeploy(1)
- ostree-fsck(1)
- ostree-admin-instutil(1)
- ostree-static-delta(1)
- ostree-summary(1)
- ostree-admin-stateroot-init(1)
- ostree-admin-post-copy(1)
- ostree.repo(5)
- ostree-admin-pin(1)
- ostree-find-remotes(1)
- ostree-prune(1)
- ostree-admin-lock-finalization(1)
- ostree-admin(1)
- ostree-cat(1)
apt-get install ostree
Manual
OSTREE STATIC-DELTA
NAMESYNOPSIS
DESCRIPTION
'GENERATE' OPTIONS
'APPLY-OFFLINE' OPTIONS
'VERIFY' OPTIONS
EXAMPLE
NAME
ostree-static-delta - Manage static delta files
SYNOPSIS
|
ostree static-delta list |
||
|
ostree static-delta show |
||
|
ostree static-delta delete |
||
|
ostree static-delta generate {--to=REV} [OPTIONS...] |
||
|
ostree static-delta apply-offline [OPTIONS...] {PATH} [KEY-ID...] |
||
|
ostree static-delta verify [OPTIONS...] {STATIC-DELTA} [KEY-ID...] |
DESCRIPTION
List and manipulate static delta files.
'GENERATE' OPTIONS
--from ="REV"
Create delta from revision REV.
--to ="REV"
Create delta to revision REV. (This option is required.) The delta is from the parent of REV, unless specified otherwise by --from or --empty .
--empty
Create delta from scratch.
--max-usize =SIZE
Maximum uncompressed size in megabytes.
--sign-type =ENGINE
Use particular signature engine. Currently available ed25519 and dummy signature types. The default is ed25519.
--sign ="KEY-ID"
There KEY-ID is:
for ed25519:
base64-encoded secret key for signing.
for dummy:
ASCII-string used as secret key.
'APPLY-OFFLINE' OPTIONS
KEY-ID
for ed25519:
base64-encoded public key for verifying.
for dummy:
ASCII-string used as public key.
--sign-type =ENGINE
Use particular signature engine. Currently available ed25519 and dummy signature types.
--keys-file
Read key(s) from file filename. Valid for ed25519 signature type. For ed25519 this file must contain base64-encoded public key(s) per line for verifying.
--keys-dir
Redefine the system path, where to search files and subdirectories with well-known and revoked keys.
'VERIFY' OPTIONS
KEY-ID
for ed25519:
base64-encoded public key for verifying.
for dummy:
ASCII-string used as public key.
--sign-type =ENGINE
Use particular signature engine. Currently available ed25519 and dummy signature types. The default is ed25519.
--keys-file
Read key(s) from file filename. Valid for ed25519 signature type. For ed25519 this file must contain base64-encoded public key(s) per line for verifying.
--keys-dir
Redefine the system path, where to search files and subdirectories with well-known and revoked keys.
EXAMPLE
$ ostree static-delta
(No static deltas)