Sha256: 98817f7c3247465551617683dcb5a19611bd41c6317cd316f077fa713502607d
Contents?: true
Size: 1.05 KB
Versions: 9
Compression:
Stored size: 1.05 KB
Contents
uffizzi preview update - update a preview ================================================================ ## SYNOPSIS uffizzi preview update [PREVIEW_ID] [COMPOSE_FILE] [UFFIZZI_WIDE_FLAG ...] ## DESCRIPTION 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 ## POSITIONAL ARGUMENTS [PREVIEW_ID] The ID of the preview that you want to update. [COMPOSE_FILE] The new compose file you want to preview. ## UFFIZZI WIDE FLAGS These flags are available to all commands: --project. Run $ uffizzi help for details. ## EXAMPLES 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
Version data entries
9 entries across 9 versions & 1 rubygems