Sha256: 69d4a03259fed1ff99b8d0eee21018ce84d7b3304585f03e4e96cec13424a914

Contents?: true

Size: 1.5 KB

Versions: 9

Compression:

Stored size: 1.5 KB

Contents

uffizzi preview create - create a preview
================================================================

## SYNOPSIS
    uffizzi preview create [COMPOSE_FILE] [UFFIZZI_WIDE_FLAG ...] 

## DESCRIPTION
    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

## POSITIONAL ARGUMENTS
    [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. 

## UFFIZZI WIDE FLAGS
    These flags are available to all commands: --project. Run $ uffizzi 
    help for details.

## EXAMPLES
    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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
uffizzi-cli-0.3.7 man/uffizzi-create.ronn
uffizzi-cli-0.3.6 man/uffizzi-create.ronn
uffizzi-cli-0.3.5 man/uffizzi-create.ronn
uffizzi-cli-0.3.4 man/uffizzi-create.ronn
uffizzi-cli-0.3.3 man/uffizzi-create.ronn
uffizzi-cli-0.3.2 man/uffizzi-create.ronn
uffizzi-cli-0.2.2 man/uffizzi-create.ronn
uffizzi-cli-0.2.1 man/uffizzi-create.ronn
uffizzi-cli-0.2.0 man/uffizzi-create.ronn