Releases: akamai/cli
Releases · akamai/cli
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.
1.5.1
1.5.0
1.4.2
1.4.1
1.4.1 (March 24, 2022)
Fixes
- Refactor CLI error to debug statement when virtual environment deactivation fails.
- Refactor CLI documentation by dropping usage examples of cli-property (decommissioned).