registry add other
Adds a generic registry using a username/password.
Usage
replicated registry add other [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. |
--endpoint | string | The endpoint for the registry. |
-h, --help | Help for the command. | |
--password | string | The password to use when authenticating to the registry. |
--password-stdin | Takes the password 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. |
--username | string | The username with which to authenticate to the registry. |