Sha256: fd8a09af2249ac1c87b2cd65683c9ef553411b4ba01fdf2e8b076e9fb1a689e3

Contents?: true

Size: 1.25 KB

Versions: 3

Compression:

Stored size: 1.25 KB

Contents

uffizzi-connect-ghcr - grant a Uffizzi user account access to a private GitHub Container Registry (GHCR)
================================================================

## SYNOPSIS
    uffizzi connect ghcr [OPTION]...

## DESCRIPTION
    Given valid credentials, grants a Uffizzi user account access
    to a private GitHub Container Registry.

    Credentials can be provided interactively or non-interactively
    via command options or environment variables:
    GITHUB_USERNAME, GITHUB_ACCESS_TOKEN

    This command can fail for the following reasons:
        - The active user does not have permission to connect
          external services.
        - The given credentials are invalid.

    For more information on connecting to external services, see:
    https://github.com/UffizziCloud/uffizzi_cli

    For detailed instructions on configuring webhooks to send push
    notifications to Uffizzi, see
    https://docs.uffizzi.com/guides/container-registry-integrations

## OPTIONS
    -u, --username        GitHub username
    -t, --token           Personal access token from GitHub

## EXAMPLES
    The following command will prompt the user to enter GHCR
    credentials, including GitHub account name and
    personal access token (PAT):

    uffizzi connect ghcr

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
uffizzi-cli-0.11.5 man/uffizzi-connect-ghcr.ronn
uffizzi-cli-0.11.4 man/uffizzi-connect-ghcr.ronn
uffizzi-cli-0.11.3 man/uffizzi-connect-ghcr.ronn