Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 587 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 587 Bytes

cloudflare-purge

wercker status

A Wercker step that purges the Cloudflare cache for a given domain.

Example

build:
  steps:
    - seigyo/cloudflare-purge:
        api: <<your Cloudflare API key>>
        email: <<your Cloudflare email>>
        domain: <<your domain name>>

Changelog

0.2.0

  • Echo the response whenever an error occurs

0.1.0

  • Initial release

License

MIT, see LICENSE