Reference

fileset diff

Compute the FileSetDelta transforming <from> into <to> and write it to <delta> ('-' for stdout). Applying this delta to <from> reproduces <to> exactly (same content hash).

Required

from

argument

Base file set blob.

to

argument

Target file set blob.

delta

argument

Output delta path, or '-' for stdout.

Optional

--store

boolean default false

Store payloads uncompressed (default: snappy).

--json

boolean default false

Print a JSON summary to stderr.