- Akamai Cli
https://github.com/akamai/cli - Akamai Cli – command purge
https://developer.akamai.com/cli/packages/purge.html - Akamai Api
https://developer.akamai.com - Akamai Api – getting started
https://developer.akamai.com/api/getting-started - Akamai Api – command purge
https://developer.akamai.com/api/core_features/fast_purge/v3.html - Akamai – Open Source Tools
https://developer.akamai.com/legacy/introduction/Open_Source.html - httpie-edgegrid – EdgeGrid plugin for HTTPie
https://github.com/akamai/httpie-edgegrid - HTTPie – a CLI, cURL-like tool for humans
https://github.com/jakubroztocil/httpie
- httpie-edgegrid – Dockerfile
FROM alpine:latest RUN apk --no-cache update RUN apk add --no-cache build-base python3 python3-dev py3-pip git libffi libffi-dev openssl openssl-dev bash RUN pip install httpie-edgegrid RUN rm -rf /var/cache/apk/*