From 74d7a2059732314008892811845bc8b0e791974e Mon Sep 17 00:00:00 2001 From: Aleksey Stepanov Date: Tue, 6 Sep 2022 15:07:56 +0400 Subject: [PATCH] [#157] changed flag description in manual for preview list command --- man/uffizzi-preview-list | 6 +++--- man/uffizzi-preview-list.ronn | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/man/uffizzi-preview-list b/man/uffizzi-preview-list index cde51b90..477313b5 100644 --- a/man/uffizzi-preview-list +++ b/man/uffizzi-preview-list @@ -1,6 +1,6 @@ .\" generated with Ronn-NG/v0.9.1 .\" http://github.com/apjanke/ronn-ng/tree/0.9.1 -.TH "UFFIZZI\-PREVIEW\-LIST" "" "August 2022" "" +.TH "UFFIZZI\-PREVIEW\-LIST" "" "September 2022" "" .SH "NAME" \fBuffizzi\-preview\-list\fR \- list previews in a project .SH "SYNOPSIS" @@ -20,7 +20,7 @@ https://github\.com/UffizziCloud/uffizzi_cli \-\-filter=METADATA Metadata to filtering list of deployments\. -\-\-output=json +\-\-output=pretty\-json Use this option for a more detailed description of listed deployments\. .fi @@ -41,7 +41,7 @@ To list all previews in a project with name my_project, run: To list all previews in json format, run: - $ uffizzi preview list \-\-output="json" + $ uffizzi preview list \-\-output="pretty\-json" To list all previews filtered by metadata using single label, run: diff --git a/man/uffizzi-preview-list.ronn b/man/uffizzi-preview-list.ronn index 432a961a..82d3595f 100644 --- a/man/uffizzi-preview-list.ronn +++ b/man/uffizzi-preview-list.ronn @@ -15,7 +15,7 @@ uffizzi-preview-list - list previews in a project --filter=METADATA Metadata to filtering list of deployments. - --output=json + --output=pretty-json Use this option for a more detailed description of listed deployments. @@ -34,7 +34,7 @@ uffizzi-preview-list - list previews in a project To list all previews in json format, run: - $ uffizzi preview list --output="json" + $ uffizzi preview list --output="pretty-json" To list all previews filtered by metadata using single label, run: