Skip to content

Releases: akamai/cli-edgeworkers

CLI Updates

13 Apr 14:23
0cbc4c4
Compare
Choose a tag to compare

Minor Fix

  • Try and catch the CLI errors when the path of the ew-config file is not found

EdgeWorkers CLI v1.7.2

06 Mar 16:45
ab585b9
Compare
Choose a tag to compare

New feature highlights:

  • A new parameter --activeOnNetwork is available on the list-activations command. This parameter limits results to show only currently activate versions.
  • A new parameter --network is available on the list-activations command. This parameter limits the results to versions that were activated on a specific network (STAGING or PRODUCTION).
  • The two parameters used together can be used to show only the currently active version of an EdgeWorker on production or staging.

CLI Updates

14 Feb 22:07
5e52987
Compare
Choose a tag to compare

This release includes the following improvements:

  • The create-auth-token command supports JWT token now.
  • The config commands support storing default properties for the options of commands.
  • Update the description of config commands in README.md.

January 31,2023 - IDE usage tracking

31 Jan 22:48
a1b193d
Compare
Choose a tag to compare
  • Added IDE usage tracking for VSCode and IntelliJ.
  • Added EdgeWorker ID validation to the update-id command.

CLI Updates

13 Dec 15:03
c3771f2
Compare
Choose a tag to compare

This release includes the following bug fixes and improvements:

  • The upload command will now display multiple validation errors correctly
  • The help output readability has been improved when using a narrow display width

CLI Updates

09 Nov 16:42
c2e14fe
Compare
Choose a tag to compare

This release adds support for the following new features:

  • Standard output support for all EdgeWorkers and EdgeKV commands
  • JSON output support for EdgeKV commands
  • EdgeWorkers Reports API
  • EdgeWorkers Limits API
  • EdgeKV list namespace output sorting

This release includes the following bug fixes and improvements:

  • EdgeWorkers no longer throws an error when using the upload command and --codeDir flag with an invalid directory
  • The EdgeKV namespace command now outputs a proper error message when setting a bad retention period
  • Double quotes now show when reading EdgeKV items
  • Improved help text for EdgeKV create token command

CLI Updates

04 Aug 16:28
c3756b0
Compare
Choose a tag to compare

Updates to EdgeKV

  • Fix EdgeKV revoke token command displays a wrong message for an error scenario
  • Fix removing double quotes to string values in EdgeKV CLI write when the double quotes are not explicitly added
  • Fix EdgeKV modify namespace command to get groupId automatically

Updates to EdgeWorkers

  • Fix broken error handling in cli-httpRequest
  • Fix keeping the error message formats of validate command consistent

Others

  • Add unit tests

Edgekv CLI updates

11 Apr 19:09
2bb325a
Compare
Choose a tag to compare

Updates to EKV :

  • specify namespace geolocation when creating a namespace
  • specify maxItems option to the edgekv list items command to retrieve specified list of items.
  • specify the SandboxId option as namespace destination for read/write/delete/list commands of EdgeKV data management CLIs
  • Update Akamai-edgegrid library and security updates

New Features :

CLI support for auth group permissions

  • Modify the permissions group associated with namespace.
  • List the permission groups with EdgeKV access

Updated resource tier units

18 Feb 17:36
81cd54e
Compare
Choose a tag to compare

EdgeWorkers

  • Resource tier units have been updated to a more readable format

New commands for EdgeKV

26 Aug 17:47
977e5e8
Compare
Choose a tag to compare

EdgeWorkers

  • For creating authentication token, max expiry time limit can be set up to 720 minutes (12 hours)
  • Provide --timeout value in seconds instead of milliseconds

EdgeKV

  • GroupId is required option when creating namespace
  • Revoke access token command
  • Modify namespace command
  • Error messages fix