2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-08 20:02:21 +00:00
restic/changelog/0.13.0_2022-03-26/issue-2508

9 lines
384 B
Plaintext
Raw Normal View History

Enhancement: Support JSON output and quiet mode for the `diff` command
2022-01-23 22:12:29 +00:00
The `diff` command now supports outputting machine-readable output in JSON
format. To enable this, pass the `--json` option to the command. To only print
the summary and suppress detailed output, pass the `--quiet` option.
2022-01-23 22:12:29 +00:00
https://github.com/restic/restic/issues/2508
https://github.com/restic/restic/pull/3592