diff --git a/changelog/unreleased/issue-3124 b/changelog/unreleased/issue-3124 new file mode 100644 index 000000000..bfd75b93d --- /dev/null +++ b/changelog/unreleased/issue-3124 @@ -0,0 +1,7 @@ +Enhancement: Enable support for json output on init command + +Init command did not listen to the --json flag, it now outputs a struct depending on a successful or failed creation of a repository, with all relevant information + + +https://github.com/restic/restic/issues/3124 +https://github.com/restic/restic/pull/3132