Sha256: 1efb32e51a1bde8e1ef24339697fefa907ecd2b9a0b2ff85bb35fb485f18893c

Contents?: true

Size: 1.44 KB

Versions: 16

Compression:

Stored size: 1.44 KB

Contents

  uffizzi-preview-service-logs - show the logs for a container service of a preview
================================================================

## SYNOPSIS
    uffizzi preview service logs LOG_TYPE [PREVIEW_ID] [SERVICE] [UFFIZZI_WIDE_FLAG ...] 

## DESCRIPTION
    Shows the logs for a given container service of a given preview.

    This command can fail for the following reasons: 
        - There is no preview with the given PREVIEW_ID
        - There is no service with the name SERVICE

    For more information on service logs, see:
    https://github.com/UffizziCloud/uffizzi_cli

## LOG_TYPE
    LOG_TYPE is one of the following:
    
    build
        The build logs of a service.
    
    container
        The container logs of a service.

## POSITIONAL ARGUMENTS
    [PREVIEW_ID]
        The ID of the preview that includes the service you want to 
        show logs for.

    [SERVICE]
        The name of the service you want to show logs for.


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

## EXAMPLES
    The following command shows build logs for the service web-app of the 
    preview with ID deployment-14:

        $ uffizzi preview service logs build deployment-14 web-app

    The following command shows container logs for the service postgres-db of 
    the preview with ID deployment-14:

        $ uffizzi preview service logs container deployment-14 postgres-db

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
uffizzi-cli-1.0.5 man/uffizzi-preview_service_logs.ronn
uffizzi-cli-1.0.4 man/uffizzi-preview_service_logs.ronn
uffizzi-cli-1.0.3 man/uffizzi-preview_service_logs.ronn
uffizzi-cli-1.0.2 man/uffizzi-preview_service_logs.ronn
uffizzi-cli-1.0.1 man/uffizzi-preview_service_logs.ronn
uffizzi-cli-1.0.0 man/uffizzi-preview_service_logs.ronn
uffizzi-cli-0.14.0 man/uffizzi-preview_service_logs.ronn
uffizzi-cli-0.12.0 man/uffizzi-preview_service_logs.ronn
uffizzi-cli-0.11.5 man/uffizzi-preview_service_logs.ronn
uffizzi-cli-0.11.4 man/uffizzi-preview_service_logs.ronn
uffizzi-cli-0.11.3 man/uffizzi-preview_service_logs.ronn
uffizzi-cli-0.11.2 man/uffizzi-preview_service_logs.ronn
uffizzi-cli-0.11.1 man/uffizzi-preview_service_logs.ronn
uffizzi-cli-0.11.0 man/uffizzi-preview_service_logs.ronn
uffizzi-cli-0.10.1 man/uffizzi-preview_service_logs.ronn
uffizzi-cli-0.10.0 man/uffizzi-preview_service_logs.ronn