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:
Flag | Type (if applicable) | Description |
---|---|---|
--app | string | The app slug or app ID to use in all calls. The default uses the $REPLICATED_APP environment variable. |
-h, --help | Help for the command. | |
--serviceaccountkey | string | The service account key to use when authenticating to the registry. |
--serviceaccountkey-stdin | Take the service account key from stdin. | |
--skip-validation | Skips the validation of the registry (not recommended). | |
--token | string | The API token used to access your application in the Vendor API. The default uses the $REPLICATED_API_TOKEN environment variable. |