Re: [PATCH v2 7/9] virsh: secret: Add --plain switch for secret-set-value

2020-01-28 Thread Daniel P . Berrangé
On Fri, Jan 24, 2020 at 05:08:39PM +0100, Peter Krempa wrote: > Allow using the contents of --file without base64 decoding. > > Signed-off-by: Peter Krempa > --- > docs/manpages/virsh.rst | 5 +++-- > tools/virsh-secret.c| 14 +- > 2 files changed, 16 insertions(+), 3

[PATCH v2 7/9] virsh: secret: Add --plain switch for secret-set-value

2020-01-24 Thread Peter Krempa
Allow using the contents of --file without base64 decoding. Signed-off-by: Peter Krempa --- docs/manpages/virsh.rst | 5 +++-- tools/virsh-secret.c| 14 +- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/docs/manpages/virsh.rst b/docs/manpages/virsh.rst index