Add a -p | --patch <JSON> option to add/override values in the output objects.
This could be useful on all commands:
bundle - all entries in the NDJSON have the patch
unbundle - all output files have the patch
merge - the singe output object has the patch
split - all the output files have the patch
Example use cases:
- Adding or modifying the
updated_at or modified timestamps
- Incrementing object versions
- Adding a
managed: true or similar value
Add a
-p | --patch <JSON>option to add/override values in the output objects.This could be useful on all commands:
bundle- all entries in the NDJSON have the patchunbundle- all output files have the patchmerge- the singe output object has the patchsplit- all the output files have the patchExample use cases:
updated_atormodifiedtimestampsmanaged: trueor similar value