registry add ecr
Adds an ECR registry using an access key ID and secret access key.
Usage
replicated registry add ecr [flags]
The following flags are supported:
Flag | Type (if applicable) | Description |
---|---|---|
--accesskeyid | string | The access key ID to use when authenticating to the registry. |
--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. | |
--secretaccesskey | string | The secret access key to use when authenticating to the registry. |
--secretaccesskey-stdin | Takes the secret access 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. |