Releases: akamai/cli
Fix first run and upgrades on Windows
This release fixes several issues on Windows causing the first run ("install into PATH") to run on every invocation. Additionally, it fixes an issues with upgrades.
Note: if upgrading from 0.3.x on Windows, it may fail, in which case upgrade manually. It may also cause a Command prompt window to open (temporarily), and fail to run the requested command. If the command window persists, close it, and the upgrade will be finished successfully — just run the command again.
Allow building without first-run/upgrade features
This release allows building without the first-run and upgrade features for packaging in third-party package managers such as homebrew, apt, or yum.
Added Auto-Updating & On-boarding
This release adds auto-updating and new on-boarding features. Each time you run Akamai CLI 0.3.0 or later it will now prompt you to install into your path for a better experience, as well as optionally doing daily checks for updates which can be installed automatically.
We are also adding sha256 signatures to each release (the .sig files below) to verify updates.
Additionally, we've improved the help experience, as well as support for command aliases in custom packages.
Rename get command to install
This release renames akamai get
to akamai install
for a better user experience
Add support for `AKAMAI_CLI_HOME`
Note: This is pre-release software.
- Adds support for the
AKAMAI_CLI_HOME
environment variable, enabling multiple package install locations. (Fixes #6)
Initial Release
Note: This is pre-release software.