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
argumentBase file set blob.
delta
argumentDelta blob to apply.
out
argumentOutput file set path, or '-' for stdout.
Optional
--store
boolean default falseStore payloads uncompressed (default: snappy).
--json
boolean default falsePrint a JSON summary to stderr.