Improved Python Support, New Configuration, & Bug Fixes
New Features
New configuration file
A new configuration file has been added that can be utilized by all packages. It it in INI format and lives in $AKAMAI_CLI_HOME/config
.
Remember "Install to Path" Preferences
Along with the new config, we now store your answer regarding installing to path and will not ask again.
Bug Fixes
Improved Python Support
We have changed how we install and run python packages to better support older versions of Python (2.7), and to be more reliable across Win/macOS/Linux.
Note: This change will require you to reinstall your python packages; you will be automatically prompted to do so the first time you try to run a command.
Support for Local Repos using file://
You can now correctly install packages from a repo on your local machine using the file://
protocol
Other
- To ensure that older printed materials will remain useful, we've re-added in
akamai get
as an alias toakamai install
and will automatically transformakamai-open/<repo>
toakamai/<repo>
. - A legal disclaimer has been added when installing unofficial packages