Releases: akamai/cli
Releases · akamai/cli
v2.0.0
2.0.0 (Feb 3, 2025)
Breaking changes
- Removed the deprecated
force
flag from theinstall
andupdate
commands. - Removed support for the
glide
package manager.
Enhancements
- Migrated to Go
1.22
. - Changed the logger from
apex
toslog
. The log output has not been changed. - Updated vulnerable dependencies.
Fixes
- Fixed a problem with invisible output in the light background by converting all colors to a monochromatic representation (GH#196).
- Improved code by resolving issues reported by linter.
v1.6.1
1.6.0
1.6.0 (September 5, 2024)
Enhancements
- Added support to show the
Installed Version
of commands duringsearch
- Updated the list of packages in
packages-list.json
(GH#192) - Removed versions of the packages from
package-list.json
- Changed package installation order
- Cli will first check if new binaries are available. If the package has no binaries or no valid
binaries can be found, it will build the package locally - --force flag has been deprecated for both install and update
- Cli will first check if new binaries are available. If the package has no binaries or no valid
- Migrated to go 1.21
- Updated various dependencies
Fixes
- Fixed uninstalling of a command when binaries are not found
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.2 (July 28, 2022)
Enhancements
- New help option without arguments.
Fixes
- Fix
akamai update
command failures when the directory~/.akamai-cli/src/cli-xyz
is in a git detached state. - Show the correct version for CLI modules which version is set via ldflags.
- Fix execution of Python submodules on Windows (GH#159).
- Fine print update warnings for homebrew installations.
- Fix failing unit tests on Windows.