add JSON output support for restic key list cmd

Signed-off-by: Steve Kriss <steve@heptio.com>
This commit is contained in:
Steve Kriss
2018-06-18 15:20:37 -07:00
parent ae72b438b0
commit 5088905502
2 changed files with 65 additions and 16 deletions

View File

@@ -0,0 +1,6 @@
Enhancement: Add JSON output support to `restic key list`
This PR enables users to get the output of `restic key list` in JSON in addition
to the existing table format.
https://github.com/restic/restic/pull/1853