Skip to content

Commit

Permalink
[#157] changed flag description in manual for preview list command
Browse files Browse the repository at this point in the history
  • Loading branch information
the38th committed Sep 6, 2022
1 parent dca6266 commit 74d7a20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions man/uffizzi-preview-list
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions man/uffizzi-preview-list.ronn
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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:
Expand Down

0 comments on commit 74d7a20

Please sign in to comment.