From 53dc867f65c6091a5df5d52067ba30d860831efd Mon Sep 17 00:00:00 2001 From: Luca Perra Date: Mon, 20 Nov 2023 10:13:12 -0500 Subject: [PATCH 1/3] EW-19233: Add secure token API incompatibility with EW CLI version older than 1.7.1 to README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1cd8ac6..548fcf5 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Commands: | activate \| av ` ` | Activate a Version for a given EdgeWorker Id on an Akamai Network. | | deactivate \| deact ` ` | Deactivate a Version for a given EdgeWorker Id on an Akamai Network. | | validate \| vv `` | Validates a code bundle version without uploading the code bundle. | -| create-auth-token \| auth `[options] ` | Generates an authentication token that can be used to get detailed EdgeWorker debug response headers. | +| create-auth-token \| auth `[options] ` | Generates an authentication token that can be used to get detailed EdgeWorker debug response headers. You need at least version 1.7.1 of the EdgeWorkers CLI to run this command. | | clone \| clone ` [options]` | Clones an EdgeWorker from the existing EdgeWorker Id. | | list-contracts \| li-contracts `[options]` | List of contract ids that user has access to. | | list-properties \| lp ` [options]` | List of properties associated with a given EdgeWorker Id. | @@ -380,7 +380,8 @@ Usage: `akamai edgeworkers deactivate [options] ` From 03068ec8db68b3a92f4cef8e8b65da4a6cb3563f Mon Sep 17 00:00:00 2001 From: Luca Perra Date: Mon, 20 Nov 2023 11:58:27 -0500 Subject: [PATCH 2/3] EW-19233: up --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 548fcf5..334b1fc 100644 --- a/README.md +++ b/README.md @@ -382,7 +382,6 @@ Usage: `akamai edgeworkers deactivate [options] ` | Option | Description | From 95f3e90bd919be17ee77748105a2ba091f843584 Mon Sep 17 00:00:00 2001 From: Luca Perra Date: Mon, 20 Nov 2023 12:06:48 -0500 Subject: [PATCH 3/3] EW-19233: up text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 334b1fc..53706d9 100644 --- a/README.md +++ b/README.md @@ -380,7 +380,7 @@ Usage: `akamai edgeworkers deactivate [options] `