Skip to main content

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:

FlagType (if applicable)Description
--accesskeyidstringThe access key ID to use when authenticating to the registry.
--appstringThe app slug or app ID to use in all calls. The default uses the $REPLICATED_APP environment variable.
-h, --helpHelp for the command.
--secretaccesskeystringThe secret access key to use when authenticating to the registry.
--secretaccesskey-stdinTakes the secret access 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.