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:
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. | |
--token | string | The Google Cloud OAuth token to use when authenticating to the registry. |
--token-stdin | Takes the Google Cloud OAuth token from stdin. | |
--skip-validation | Skips the validation of the registry (not recommended). |