Skip to main content

registry add gar

Adds a Google Artifact Registry (GAR) using a service account key or token.

Usage

replicated registry add gar [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.
--tokenstringThe Google Cloud OAuth token to use when authenticating to the registry.
--token-stdinTakes the Google Cloud OAuth token from stdin.
--skip-validationSkips the validation of the registry (not recommended).