Sha256: 19815991d2dec0b2ea300e8a444b623cf9d705ae07c9ff6bc7dc08c7a9405e82
Contents?: true
Size: 1.62 KB
Versions: 7
Compression:
Stored size: 1.62 KB
Contents
.\" generated with Ronn-NG/v0.9.1 .\" http://github.com/apjanke/ronn-ng/tree/0.9.1 .TH "UPDATE" "" "August 2022" "" .SH "NAME" \fBupdate\fR \- update a preview .SH "SYNOPSIS" .nf uffizzi preview update [PREVIEW_ID] [COMPOSE_FILE] [UFFIZZI_WIDE_FLAG \|\.\|\.\|\.] .fi .SH "DESCRIPTION" .nf Given a preview ID and new compose file, update a preview\. Updating a preview does not change its preview URL\. This command can fail for the following reasons: \- There is no preview with the given PREVIEW_ID \- The COMPOSE_FILE specified is invalid For more information on Uffizzi previews, see: https://github\.com/UffizziCloud/uffizzi_cli .fi .SH "POSITIONAL ARGUMENTS" .nf [PREVIEW_ID] The ID of the preview that you want to update\. [COMPOSE_FILE] The new compose file you want to preview\. .fi .SH "FLAGS" .nf \-\-set\-labels=METADATA Metadata of deployment that contains any information which can be usefull for filtering deployments\. .fi .SH "UFFIZZI WIDE FLAGS" .nf These flags are available to all commands: \-\-project\. Run $ uffizzi help for details\. .fi .SH "EXAMPLES" .nf The following command updates a preview with ID deployment\-67 using compose file docker\-compose\.alt\.yml: $ uffizzi preview update deployment\-67 docker\-compose\.alt\.yml To update a preview with single label, run: $ uffizzi preview update \e deployment\-67 docker\-compose\.alt\.yml \e \-\-set\-labels github\.repo=my_repo To update a preview with multiple labels, run: $ uffizzi preview update \e deployment\-67 docker\-compose\.alt\.yml \e \-\-set\-labels="github\.repo=my_repo github\.pull_request\.number=23" .fi
Version data entries
7 entries across 7 versions & 1 rubygems