Skip to main content

registry add ghcr

Adds a GitHub Container Registry using a username and personal access token (PAT).

replicated registry add ghcr [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.
-h, --helpHelp for the command.
--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.
--token-stdinTakes the token from stdin.