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]
| Flag | Description |
|---|---|
-p, --password string | registry password or token |
-u, --username string | registry username |
jekyo registry logout
Remove stored credentials for a registry.
jekyo registry logout <host> [flags]