1OSTREE STATIC-DELTA(1)        ostree static-delta       OSTREE STATIC-DELTA(1)
2
3
4

NAME

6       ostree-static-delta - Manage static delta files
7

SYNOPSIS

9       ostree static-delta list
10
11       ostree static-delta show
12
13       ostree static-delta delete
14
15       ostree static-delta generate {--to=REV} [OPTIONS...]
16
17       ostree static-delta apply-offline [OPTIONS...] {PATH} [KEY-ID...]
18
19       ostree static-delta verify [OPTIONS...] {STATIC-DELTA} [KEY-ID...]
20

DESCRIPTION

22       List and manipulate static delta files.
23

GENERATE OPTIONS

25       --from="REV"
26           Create delta from revision REV.
27
28       --to="REV"
29           Create delta to revision REV. (This option is required.) The delta
30           is from the parent of REV, unless specified otherwise by --from or
31           --empty.
32
33       --empty
34           Create delta from scratch.
35
36       --max-usize=SIZE
37           Maximum uncompressed size in megabytes.
38
39       --sign-type=ENGINE
40           Use particular signature engine. Currently available ed25519 and
41           dummy signature types. The default is ed25519.
42
43       --sign="KEY-ID"
44           There KEY-ID is:
45
46           for ed25519:
47               base64-encoded secret key for signing.
48
49           for dummy:
50               ASCII-string used as secret key.
51
52

APPLY-OFFLINE OPTIONS

54       KEY-ID
55
56           for ed25519:
57               base64-encoded public key for verifying.
58
59           for dummy:
60               ASCII-string used as public key.
61
62
63       --sign-type=ENGINE
64           Use particular signature engine. Currently available ed25519 and
65           dummy signature types.
66
67       --keys-file
68           Read key(s) from file filename.  Valid for ed25519 signature type.
69           For ed25519 this file must contain base64-encoded public key(s) per
70           line for verifying.
71
72       --keys-dir
73           Redefine the system path, where to search files and subdirectories
74           with well-known and revoked keys.
75

VERIFY OPTIONS

77       KEY-ID
78
79           for ed25519:
80               base64-encoded public key for verifying.
81
82           for dummy:
83               ASCII-string used as public key.
84
85
86       --sign-type=ENGINE
87           Use particular signature engine. Currently available ed25519 and
88           dummy signature types. The default is ed25519.
89
90       --keys-file
91           Read key(s) from file filename.  Valid for ed25519 signature type.
92           For ed25519 this file must contain base64-encoded public key(s) per
93           line for verifying.
94
95       --keys-dir
96           Redefine the system path, where to search files and subdirectories
97           with well-known and revoked keys.
98

EXAMPLE

100       $ ostree static-delta
101
102                   (No static deltas)
103
104
105
106OSTree                                                  OSTREE STATIC-DELTA(1)
Impressum