Sha256: 046239fe155eb7bfb10ee1fc5771ea33592e0fe99733a0aaba021db70a345768
Contents?: true
Size: 1.17 KB
Versions: 8
Compression:
Stored size: 1.17 KB
Contents
uffizzi-connect-gcr - grant a Uffizzi user account access to a private Google Container Registry (GCR) ================================================================ ## SYNOPSIS uffizzi connect gcr [KEY_FILE] ## DESCRIPTION Given valid credentials, grants a Uffizzi user account access to a private Google Container Registry 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 ## POSITIONAL ARGUMENTS KEY_FILE A Google Cloud service account key file. The key file is a JSON file that grants Uffizzi access to a private GCR. ## EXAMPLES The following command uses a Google Cloud service account key file called sa-private-key.json to connect to a private GCR: $ uffizzi connect gcr sa-private-key.json
Version data entries
8 entries across 8 versions & 1 rubygems