From ecb2df5fb1a1130a065292a0c9f71d1ed933c052 Mon Sep 17 00:00:00 2001 From: Ben Matthews Date: Wed, 15 Feb 2023 09:30:05 -0500 Subject: [PATCH] Update README.md Remove details on deprecated command to generate secret --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 87bd48d..c40acf6 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,6 @@ Commands: | 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. | -| generate-secret \| secret `[options]` | Generates a secret key that can be used to generate auth token or in property variable. | | 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. | @@ -396,11 +395,6 @@ Usage: `akamai edgeworkers create-auth-token [options] ` #### Key Details 1. The `--expiry` value must be between 1 and 720 minutes (12 hours). The default is `8 hours`. -### Generate a Random Secret Key -Generates a random secret key that can be used to create edgeworkers authentication token and in property PMUSER_EW_DEBUG_KEY. - -Usage: `akamai edgeworkers generate-secret` - ### Clone an EdgeWorker Id Allows customer to clone an EdgeWorker from an existing EdgeWorker Id.