CLI reference

jekyo registry

External private registries (image pulls).

Usage

jekyo registry [command]

Examples

jekyo registry login ghcr.io     # pull private images from any registry
jekyo registry logout ghcr.io

jekyo registry login

Store credentials for an external registry (e.g. ghcr.io).

jekyo registry login <host> [flags]
FlagDescription
-p, --password stringregistry password or token
-u, --username stringregistry username

jekyo registry logout

Remove stored credentials for a registry.

jekyo registry logout <host> [flags]
Previous
jekyo vpn