Sha256: 378ef50608788f29c611de6e1ad21742d1fbd1fe1d69ceee1407147f665e14a6
Contents?: true
Size: 1.37 KB
Versions: 2
Compression:
Stored size: 1.37 KB
Contents
.\" generated with Ronn-NG/v0.9.1 .\" http://github.com/apjanke/ronn-ng/tree/0.9.1 .TH "UFFIZZI\-PREVIEW\-LIST" "" "August 2022" "" .SH "NAME" \fBuffizzi\-preview\-list\fR \- list previews in a project .SH "SYNOPSIS" .nf uffizzi preview list [UFFIZZI_WIDE_FLAG \|\.\|\.\|\.] .fi .SH "DESCRIPTION" .nf Lists all previews for a project, including active, building, deploying and failed previews\. For more information on Uffizzi previews, see: https://github\.com/UffizziCloud/uffizzi_cli .fi .SH "FLAGS" .nf \-\-filter=METADATA Metadata to filtering list of deployments\. \-\-output=json Use this option for a more detailed description of listed deployments\. .fi .SH "UFFIZZI WIDE FLAGS" .nf These flags are available to all commands: \-\-project\. Run $ uffizzi help for details\. .fi .SH "EXAMPLES" .nf To list all previews in the default project, run: $ uffizzi preview list To list all previews in a project with name my_project, run: $ uffizzi preview list \-\-project="my_project" To list all previews in json format, run: $ uffizzi preview list \-\-output="json" To list all previews filtered by metadata using single label, run: $ uffizzi preview list \-\-filter github\.repo=my_repo To list all previews filtered by metadata using multiple labels, run: $ uffizzi preview list \e \-\-filter="github\.repo=my_repo github\.pull_request\.number=23" .fi
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
uffizzi-cli-1.0.0 | man/uffizzi-preview-list |
uffizzi-cli-0.14.0 | man/uffizzi-preview-list |