Sha256: 90252cf9570a4732c7b21fb53d954ce6de471b554ae644936bf98a8720246310
Contents?: true
Size: 1.03 KB
Versions: 4
Compression:
Stored size: 1.03 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://docs.uffizzi.com/cli/preview 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
4 entries across 4 versions & 1 rubygems