Akamai
cli client
- akamai/cli
- Docs: Work with CLIs
- Credentials file:
~/.edgerc
Install:
pamac install akamai-bin
Configure:
Purge cache
Akamai CLI for Purge allows you to purge cached content from the Edge using FastPurge (CCUv3):
Install purge plugin:
akamai install purge
Run in one terminal:
watch 'http -h https://dev.maps.ndr.de/data/2024-zensus/index.html \
"Pragma: akamai-x-cache-on, akamai-x-cache-remote-on, akamai-x-check-cacheable, \
akamai-x-get-cache-key, akamai-x-get-ssl-client-session-id, \
akamai-x-get-true-cache-key, akamai-x-get-request-id" | grep -E "(Cache-Control|X-Cache:)"'
Purge in another terminal and verify in first terminal if the
Cache-Control: max-age=...
value is reset.
akamai purge invalidate https://example.org