Reference

fileset apply

Apply a FileSetDelta to a base FileSet and write the resulting FileSet to <out> ('-' for stdout). The result is byte-for-byte identical to the delta's original target.

Required

base

argument

Base file set blob.

delta

argument

Delta blob to apply.

out

argument

Output file set path, or '-' for stdout.

Optional

--store

boolean default false

Store payloads uncompressed (default: snappy).

--json

boolean default false

Print a JSON summary to stderr.