Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 565 Bytes

README.rdoc

File metadata and controls

17 lines (9 loc) · 565 Bytes

akamai_purger

Command line utility to run Akamai cache purges from the command line.

sudo gem install jayzes-akamai_purger

then run:

akamai_purge -u <username> -p <password> -e <e-mail to notify> <urls_to_purge>

username and password are required. e-mail is optional. Multiple URLs may be specified - just separate them with spaces.

The gem will automatically make the SOAP call to run the cache purge with the given credentials. Typically purges take 7 minutes to propagate fully.

Copyright © 2009 Jay Zeschin. See LICENSE for details.