Skip to main content

registry add other

Adds a generic registry using a username/password.

Usage

replicated registry add other [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.
--endpointstringThe endpoint for the registry.
-h, --helpHelp for the command.
--passwordstringThe password to use when authenticating to the registry.
--password-stdinTakes the password 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.
--usernamestringThe username with which to authenticate to the registry.