Sha256: 145e0753a5d6e53eabb67d3b78b28728edf6e3ec5821326687673b2f64de3a16
Contents?: true
Size: 1.32 KB
Versions: 5
Compression:
Stored size: 1.32 KB
Contents
uffizzi-preview-list - list previews in a project ================================================================ ## SYNOPSIS uffizzi preview list [UFFIZZI_WIDE_FLAG ...] ## DESCRIPTION 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 ## FLAGS --filter=METADATA Metadata to filtering list of deployments. --output=pretty-json Use this option for a more detailed description of listed deployments. ## UFFIZZI WIDE FLAGS These flags are available to all commands: --project. Run $ uffizzi help for details. ## EXAMPLES 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="pretty-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 \ --filter="github.repo=my_repo github.pull_request.number=23"
Version data entries
5 entries across 5 versions & 1 rubygems