.\" generated with Ronn-NG/v0.9.1
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
.TH "UFFIZZI\-CONNECT\-GCR" "" "August 2023" ""
.SH "NAME"
\fBuffizzi\-connect\-gcr\fR \- grant a Uffizzi user account access to a private Google Container Registry (GCR)
.SH "SYNOPSIS"
\fBuffizzi connect gcr\fR [KEY_FILE]
.SH "DESCRIPTION"
Given valid credentials, grants a Uffizzi user account access to a private Google Container Registry
.P
Credentials can be provided via a key file or environment variable:
.br
\fBGCLOUD_SERVICE_KEY\fR
.P
This command can fail for the following reasons: \- The active user does not have permission to connect external services\. \- The given credentials are invalid\.
.P
For more information on connecting to external services, see:
.br
https://docs\.uffizzi\.com/references/cli/
.P
For detailed instructions on configuring webhooks to send push notifications to Uffizzi, see:
.br
https://docs\.uffizzi\.com/guides/container\-registry\-integrations
.SH "ARGUMENTS"
.TP
KEY_FILE
A Google Cloud service account key file\. The key file is a JSON file that grants Uffizzi access to a private GCR\.
.SH "EXAMPLES"
The following command uses a Google Cloud service account key file called sa\-private\-key\.json to connect to a private GCR:
.P
\fBuffizzi connect gcr sa\-private\-key\.json\fR
