Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 451 Bytes

File metadata and controls

17 lines (11 loc) · 451 Bytes

cloudflare-cli

This tool is used as aprt of our helm charts to manage Cloudflare DNS records automatically post deployment.

Update the Docker image

Authenticate to the Azure Container Registry:

az acr login -n RedRiver

Build and push the image to the Azure Container Registry:

docker build . --tag redriver.azurecr.io/cloudflare-cli:VERSION --push