Skip to content

Releases: akamai/cli

1.6.0

05 Sep 12:52
389724f
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

1.5.4 (March 16, 2023)

Enhancements

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

1.5.3

26 Jan 10:39
Compare
Choose a tag to compare

1.5.3 (January 26, 2023)

Enhancements

  • Improve code quality - resolve issues reported by golangci-lint
  • Migrate to go 1.18

Fixes

  • Fix akamai search command error (GH#166)
  • Fix autocompletion for commands (GH#165)

1.5.2

28 Jul 09:04
c6fc752
Compare
Choose a tag to compare

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

08 Jun 08:52
76bcb5c
Compare
Choose a tag to compare

1.5.1 (June 8, 2022)

Fixes

  • update command does not work for some packages, ie. cli-terraform

1.5.0

26 May 07:25
32079ed
Compare
Choose a tag to compare

1.5.0 (May 26, 2022)

Enhancements

  • Support for new Apple M1(Darwin ARM64) build (GH#127). NOTE: not all CLI packages currently support Apple M1.

1.4.2

11 May 08:03
Compare
Choose a tag to compare

1.4.2 (May 11, 2022)

Fixes

  • Handle recent Python versions (GH#148).
  • Handle yes command input (GH#136).
  • Purge directories on unit test error.

1.4.1

24 Mar 08:29
fc8923e
Compare
Choose a tag to compare

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).