From 933c9af328cc7f0f9b70f1d93d2f23310fd667bc Mon Sep 17 00:00:00 2001 From: Kyle Brennan Date: Sat, 28 Nov 2020 01:56:45 -0800 Subject: [PATCH] create changelog entry for issue-3124 and pull-3132 --- changelog/unreleased/issue-3124 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/issue-3124 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