logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ostree-static-delta - Manage static delta files

'Apply-Offline' Options

KEY-IDfored25519:
               base64-encoded public key for verifying.

           fordummy:
               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.

'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:

           fored25519:
               base64-encoded secret key for signing.

           fordummy:
               ASCII-string used as secret key.

'Verify' Options

KEY-IDfored25519:
               base64-encoded public key for verifying.

           fordummy:
               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.

Description

       List and manipulate static delta files.

Example

$ostreestatic-delta

                   (No static deltas)

OSTree                                                                                    OSTREESTATIC-DELTA(1)

Name

       ostree-static-delta - Manage static delta files

Synopsis

ostreestatic-deltalistostreestatic-deltashowostreestatic-deltadeleteostreestatic-deltagenerate {--to=REV} [OPTIONS...]

       ostreestatic-deltaapply-offline [OPTIONS...] {PATH} [KEY-ID...]

       ostreestatic-deltaverify [OPTIONS...] {STATIC-DELTA} [KEY-ID...]

See Also