Skip to content

Releases: akamai/cli

v2.0.4

09 Jun 08:18

Choose a tag to compare

2.0.4 (Jun 9, 2026)

Enhancements

  • Migrated to Go 1.25.
  • Updated vulnerable dependencies.

Fixes

  • Fixed issue that prevented installation of third-party CLI packages (I#205).
  • Fixed issue that prevented installation of cps and cloudlets modules with Python 3.14+ (I#214).

v2.0.3

10 Dec 07:32

Choose a tag to compare

2.0.3 (Dec 10, 2025)

Enhancements

  • Migrated to Go 1.24.11.
  • Updated various dependencies.
  • Updated vulnerable dependencies.
  • Added support for building the CLI for the linux/arm64 architecture (PR#208, solving I#195).

v2.0.2

21 Aug 05:49

Choose a tag to compare

2.0.2 (Aug 21, 2025)

Enhancements

  • Updated vulnerable dependencies.

v2.0.1

29 Apr 10:05

Choose a tag to compare

2.0.1 (Apr 29, 2025)

Enhancements

  • Migrated to Go 1.23.6 and adopted a semver-compliant Go directive.
  • Updated the required Go version to 1.23.6 for cli-terraform compilation.
  • Increased number of log messages.
  • Updated vulnerable dependencies.

v2.0.0

03 Feb 08:20

Choose a tag to compare

2.0.0 (Feb 3, 2025)

Breaking changes

  • Removed the deprecated force flag from the install and update commands.
  • Removed support for the glide package manager.

Enhancements

  • Migrated to Go 1.22.
  • Changed the logger from apex to slog. 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

02 Jan 10:53
3b85264

Choose a tag to compare

1.6.1 (January 2, 2025)

  • Fixed security vulnerability (GH#198)

1.6.0

05 Sep 12:52
389724f

Choose a tag to compare

1.6.0 (September 5, 2024)

Enhancements

  • Added support to show the Installed Version of commands during search
  • 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
  • Migrated to go 1.21
  • Updated various dependencies

Fixes

  • Fixed uninstalling of a command when binaries are not found

1.5.6

22 Jan 11:18

Choose a tag to compare

1.5.6 (January 22, 2024)

Enhancements

  • Migrated to go 1.20
  • Enhanced README with information about global flags
  • Various dependencies updated

1.5.5

21 Jun 09:47

Choose a tag to compare

1.5.5 (June 21, 2023)

Enhancements

  • Improve the way spinner output is displayed. NOTE: the spinner will not print output if not attached to a tty.
  • Update the versions and descriptions of the dependencies in the packages-list.json

1.5.4

16 Mar 09:48

Choose a tag to compare

1.5.4 (March 16, 2023)

Enhancements

  • Various dependencies updated
  • Update cli-diagnostics version to v1.1.0