akamai-purge-cache

1.0.1 • Public • Published

akamai-purge-cache

Helps to purge Akamai cache. Based on local file structure generates list of urls that are sent to akamai to purge. It is assumed local folder structure is the same as in akamai

Attributes

  • user - your akamai username
  • pass - your akamai password
  • read - the folder to read recursively, uses local folder if omitted
  • prefix - url prefix

Example of usage

node akamai-purge user:myakamaiuser pass:myakamaipassword read:/path/to/folder prefix:https://dummy.akamai.url

In this case the script will recursively go through directory /path/to/folder, collect relative file paths, prefix every path with https://dummy.akamai.url and send resulting urls to akamai

Installation

npm install akamai-purge-cache --global

/akamai-purge-cache/

    Package Sidebar

    Install

    npm i akamai-purge-cache

    Weekly Downloads

    1

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    18 kB

    Total Files

    9

    Last publish

    Collaborators

    • kucheinyk