2
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-08-28 20:56:03 +02:00
restic/changelog/0.9.3_2018-10-13/pull-1953
2018-10-13 13:48:03 +02:00

8 lines
278 B
Text

Enhancement: ls: Add JSON output support for restic ls cmd
We've implemented listing files in the repository with JSON as output, just
pass `--json` as an option to `restic ls`. This makes the output of the command
machine readable.
https://github.com/restic/restic/pull/1953