Sha256: f89bf2403cfddc91610cd4b8fa44d35f4e9114383e1453fbbf62b3712b023839
Contents?: true
Size: 1.16 KB
Versions: 8
Compression:
Stored size: 1.16 KB
Contents
# uffizzi-connect-ghcr - grant a Uffizzi user account access to a private GitHub Container Registry (GHCR) ## SYNOPSIS `uffizzi connect ghcr` [--username=USERNAME] [--token=TOKEN] ## 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=<username>`: Username for the service. * `-t`, `--token=<token>`: Access token for the service. ## 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
8 entries across 8 versions & 1 rubygems