Skip to main content

registry add gcr

Adds a Google Container Registry (GCR) using a service account key.

Usage

replicated registry add gcr [flags]

The following flags are supported:

FlagType (if applicable)Description
--appstringThe app slug or app ID to use in all calls. The default uses the $REPLICATED_APP environment variable.
-h, --helpHelp for the command.
--serviceaccountkeystringThe service account key to use when authenticating to the registry.
--serviceaccountkey-stdinTake the service account key from stdin.
--skip-validationSkips the validation of the registry (not recommended).
--tokenstringThe API token used to access your application in the Vendor API. The default uses the $REPLICATED_API_TOKEN environment variable.