diff --git a/changelog/unreleased/pull-1953 b/changelog/unreleased/pull-1953 index b0d453a21..e22c4b22d 100644 --- a/changelog/unreleased/pull-1953 +++ b/changelog/unreleased/pull-1953 @@ -1,5 +1,7 @@ Enhancement: ls: Add JSON output support for restic ls cmd -This PR enables users to get the output of `restic ls` in JSON format. +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