Sha256: 999fac3f0a1a445fa529b3e451b61c360fd259946ee65191282a010fbdc88486
Contents?: true
Size: 1.56 KB
Versions: 8
Compression:
Stored size: 1.56 KB
Contents
.\" generated with Ronn-NG/v0.9.1 .\" http://github.com/apjanke/ronn-ng/tree/0.9.1 .TH "UFFIZZI\-PREVIEW\-CREATE" "" "April 2022" "" .SH "NAME" \fBuffizzi\-preview\-create\fR \- create a preview .SH "SYNOPSIS" .nf uffizzi preview create [COMPOSE_FILE] [UFFIZZI_WIDE_FLAG \|\.\|\.\|\.] .fi .SH "DESCRIPTION" .nf Creates a new preview\. If no COMPOSE_FILE is specified, the preview is created with the project\'s default compose file\. This command can fail for the following reasons: \- The project does not have a default compose file set\. Run $ uffizzi compose \-\-help for details\. \- The alternate compose file is invalid\. For more information on Uffizzi previews, see: https://docs\.uffizzi\.com/cli/preview .fi .SH "POSITIONAL ARGUMENTS" .nf [COMPOSE_FILE] An alternate compose file to the default compose\. You can pass a compose file to this command to create an ad hoc preview of an alternate compose configuration\. The file passed via this argument does not replace the default compose file for the project\. Alternate compose files share the same lifecyle as the previews they create: when the preview is deleted, the alternate compose is deleted by the Uffizzi API\. .fi .SH "UFFIZZI WIDE FLAGS" .nf These flags are available to all commands: \-\-project\. Run $ uffizzi help for details\. .fi .SH "EXAMPLES" .nf To create a preview with the project\'s default compose file, run: $ uffizzi preview create To create a preview with an alternate compose file, run: $ uffizzi preview create docker\-compose\.uffizzi\.alt\.yml .fi
Version data entries
8 entries across 8 versions & 1 rubygems