A modern command-line interface for interacting with Akamai's API.
Built for engineers who work with Akamai on a daily basis, akcli removes the friction of
working with Akamai's API directly. It exposes a set of commands to interact with different
Akamai API endpoints, providing a fast and intuitive way to work with the platform without
leaving the terminal.
- Transparent EdgeGrid authentication — just point
akclito your.edgercfile and it handles the rest. - Response caching to avoid hitting the API unnecessarily, with configurable TTL and cache directory.
- Proxy support to route requests through an HTTP/HTTPS proxy with a single config option.
- SSL certificate validation enabled by default, with the option to disable it for internal or development environments.
- TOML config file to persist your preferred defaults and never repeat the same flags.
- Visually modern CLI experience built with Typer and Rich.
Requires Python 3.9 or higher and a valid Akamai .edgerc credentials file.
pip install akcliAlternatively, you may download the wheel file from the releases page.
Generate a config file with all the default values:
akcli --init-config-fileExplore the available commands:
akcli --helpFull documentation is available on Read the Docs.
This project is licensed under the MIT License. You are free to use, modify, and distribute this software under the terms of the license. See the LICENSE file for full details.
